Skip to content

Commit 43c973f

Browse files
authored
Merge pull request #4805 from easyops-cn/renovate/next-typescript-5.x
chore(deps): Update dependency typescript to ^5.9.3 (next)
2 parents 8ecb2da + 9037ed5 commit 43c973f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prettier": "^3.6.0",
7171
"rimraf": "^6.0.1",
7272
"ts-jest-resolver": "^2.0.1",
73-
"typescript": "^5.9.2"
73+
"typescript": "^5.9.3"
7474
},
7575
"workspaces": [
7676
"bricks/*",

packages/build-next-bricks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"postcss-preset-env": "^10.4.0",
5353
"prettier": "^3.6.0",
5454
"style-loader": "^4.0.0",
55-
"typescript": "^5.9.2",
55+
"typescript": "^5.9.3",
5656
"webpack": "^5.101.0"
5757
},
5858
"devDependencies": {

packages/test-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"jest-environment-jsdom": "^30.2.0",
4343
"pascal-case": "^4.0.0",
4444
"ts-jest-resolver": "^2.0.1",
45-
"typescript": "^5.9.2"
45+
"typescript": "^5.9.3"
4646
}
4747
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13741,10 +13741,10 @@ [email protected]:
1374113741
resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
1374213742
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1374313743

13744-
"typescript@>=3 < 6", typescript@^5.9.2:
13745-
version "5.9.2"
13746-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
13747-
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
13744+
"typescript@>=3 < 6", typescript@^5.9.3:
13745+
version "5.9.3"
13746+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
13747+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
1374813748

1374913749
typescript@~5.5.0:
1375013750
version "5.5.4"

0 commit comments

Comments
 (0)