File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 67
67
"prettier" : " ^3.5.3" ,
68
68
"rimraf" : " ^6.0.1" ,
69
69
"ts-jest-resolver" : " ^2.0.1" ,
70
- "typescript" : " ^5.8.2 "
70
+ "typescript" : " ^5.8.3 "
71
71
},
72
72
"workspaces" : [
73
73
" bricks/*" ,
Original file line number Diff line number Diff line change 52
52
"postcss-preset-env" : " ^10.1.5" ,
53
53
"prettier" : " ^3.5.3" ,
54
54
"style-loader" : " ^4.0.0" ,
55
- "typescript" : " ^5.8.2 " ,
55
+ "typescript" : " ^5.8.3 " ,
56
56
"webpack" : " ^5.98.0"
57
57
},
58
58
"devDependencies" : {
Original file line number Diff line number Diff line change 42
42
"jest-environment-jsdom" : " ^29.7.0" ,
43
43
"pascal-case" : " ^4.0.0" ,
44
44
"ts-jest-resolver" : " ^2.0.1" ,
45
- "typescript" : " ^5.8.2 "
45
+ "typescript" : " ^5.8.3 "
46
46
}
47
47
}
Original file line number Diff line number Diff line change @@ -13343,11 +13343,16 @@ typescript-json-schema@^0.65.1:
13343
13343
typescript "~5.5.0"
13344
13344
yargs "^17.1.1"
13345
13345
13346
- [email protected] , "typescript@>=3 < 6", typescript@^5.8.2 :
13346
+
13347
13347
version "5.8.2"
13348
13348
resolved "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
13349
13349
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
13350
13350
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
+
13351
13356
typescript@~5.5.0:
13352
13357
version "5.5.4"
13353
13358
resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
You can’t perform that action at this time.
0 commit comments