Skip to content

Commit a2518a9

Browse files
authored
Merge pull request #4762 from easyops-cn/renovate/next-typescript-5.x
chore(deps): Update dependency typescript to ^5.9.2 (next)
2 parents b66ad17 + 36ffe42 commit a2518a9

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.8.3"
73+
"typescript": "^5.9.2"
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.2.3",
5353
"prettier": "^3.6.0",
5454
"style-loader": "^4.0.0",
55-
"typescript": "^5.8.3",
55+
"typescript": "^5.9.2",
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.0.2",
4343
"pascal-case": "^4.0.0",
4444
"ts-jest-resolver": "^2.0.1",
45-
"typescript": "^5.8.3"
45+
"typescript": "^5.9.2"
4646
}
4747
}

yarn.lock

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

13737-
"typescript@>=3 < 6", typescript@^5.8.3:
13738-
version "5.8.3"
13739-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
13740-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
13737+
"typescript@>=3 < 6", typescript@^5.9.2:
13738+
version "5.9.2"
13739+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
13740+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1374113741

1374213742
typescript@~5.5.0:
1374313743
version "5.5.4"

0 commit comments

Comments
 (0)