Skip to content

Commit 02f0ce2

Browse files
authored
Merge pull request #4671 from easyops-cn/renovate/next-typescript-5.x
chore(deps): Update dependency typescript to ^5.8.3 (next)
2 parents c951b2b + e143ee8 commit 02f0ce2

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"prettier": "^3.5.3",
6868
"rimraf": "^6.0.1",
6969
"ts-jest-resolver": "^2.0.1",
70-
"typescript": "^5.8.2"
70+
"typescript": "^5.8.3"
7171
},
7272
"workspaces": [
7373
"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.1.5",
5353
"prettier": "^3.5.3",
5454
"style-loader": "^4.0.0",
55-
"typescript": "^5.8.2",
55+
"typescript": "^5.8.3",
5656
"webpack": "^5.98.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": "^29.7.0",
4343
"pascal-case": "^4.0.0",
4444
"ts-jest-resolver": "^2.0.1",
45-
"typescript": "^5.8.2"
45+
"typescript": "^5.8.3"
4646
}
4747
}

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13343,11 +13343,16 @@ typescript-json-schema@^0.65.1:
1334313343
typescript "~5.5.0"
1334413344
yargs "^17.1.1"
1334513345

13346-
[email protected], "typescript@>=3 < 6", typescript@^5.8.2:
13346+
1334713347
version "5.8.2"
1334813348
resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
1334913349
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
1335013350

13351+
"typescript@>=3 < 6", typescript@^5.8.3:
13352+
version "5.8.3"
13353+
resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
13354+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
13355+
1335113356
typescript@~5.5.0:
1335213357
version "5.5.4"
1335313358
resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"

0 commit comments

Comments
 (0)