Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 94e1836 commit cebc11a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"reg-notify-github-plugin": "0.14.3",
"reg-publish-s3-plugin": "0.14.3",
"reg-suit": "0.14.3",
"typescript": "5.4.4",
"typescript": "5.4.5",
"typescript-eslint-language-service": "5.0.5"
},
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/storycap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"puppeteer": "19.11.1",
"ts-jest": "29.1.2",
"typedoc": "0.25.13",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"dependencies": {
"mkdirp": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storycrawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"jest": "29.7.0",
"ts-jest": "29.1.2",
"typedoc": "0.25.13",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"dependencies": {
"chalk": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storycrawler/samples/node-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"author": "Yosuke Kurami",
"devDependencies": {
"ts-node": "10.9.2",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
8 changes: 4 additions & 4 deletions packages/storycrawler/samples/node-counter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ [email protected]:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

[email protected].4:
version "5.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
[email protected].5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

v8-compile-cache-lib@^3.0.1:
version "3.0.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9702,10 +9702,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript-eslint-language-service/-/typescript-eslint-language-service-5.0.5.tgz#b0f06290df01c55771f2674d261512d17e7a39ad"
integrity sha512-b7gWXpwSTqMVKpPX3WttNZEyVAMKs/2jsHKF79H+qaD6mjzCyU5jboJe/lOZgLJD+QRsXCr0GjIVxvl5kI1NMw==

[email protected].4:
version "5.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
[email protected].5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

uglify-js@^3.1.4:
version "3.17.4"
Expand Down

0 comments on commit cebc11a

Please sign in to comment.