Skip to content

Commit

Permalink
Merge pull request #4569 from easyops-cn/renovate/next-typescript-5.x
Browse files Browse the repository at this point in the history
chore(deps): Update dependency typescript to ^5.7.2 (next)
  • Loading branch information
weareoutman authored Nov 25, 2024
2 parents 14e2d93 + 02c1f11 commit 1b11f1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"workspaces": [
"bricks/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-next-bricks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"postcss-preset-env": "^10.1.0",
"prettier": "^3.3.3",
"style-loader": "^4.0.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"webpack": "^5.96.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"jest-environment-jsdom": "^29.7.0",
"pascal-case": "^4.0.0",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13153,10 +13153,10 @@ [email protected]:
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==

"typescript@>=3 < 6", typescript@^5.6.3:
version "5.6.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
"typescript@>=3 < 6", typescript@^5.7.2:
version "5.7.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

typescript@~5.5.0:
version "5.5.4"
Expand Down

0 comments on commit 1b11f1b

Please sign in to comment.