Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.7.2 (#966)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 907eae4 commit ac5aa55
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 @@ -56,7 +56,7 @@
"reg-notify-github-plugin": "0.14.3",
"reg-publish-s3-plugin": "0.14.3",
"reg-suit": "0.14.3",
"typescript": "5.6.3",
"typescript": "5.7.2",
"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 @@ -81,7 +81,7 @@
"puppeteer": "23.9.0",
"ts-jest": "29.2.5",
"typedoc": "0.26.11",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"dependencies": {
"mkdirp": "^3.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.2.5",
"typedoc": "0.26.11",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"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.6.3"
"typescript": "5.7.2"
}
}
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"

typescript@5.6.3:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
typescript@5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

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 @@ -10035,10 +10035,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==

typescript@5.6.3:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
typescript@5.7.2:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

uc.micro@^2.0.0, uc.micro@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit ac5aa55

Please sign in to comment.