File tree 3 files changed +6
-5
lines changed
typescript-language-features
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
"license" : " MIT" ,
5
5
"description" : " Dependencies shared by all extensions" ,
6
6
"dependencies" : {
7
- "typescript" : " ^5.0.0-dev.20230131 "
7
+ "typescript" : " ^4.9.5 "
8
8
},
9
9
"scripts" : {
10
10
"postinstall" : " node ./postinstall.mjs"
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ module.exports = [withBrowserDefaults({
66
66
module : {
67
67
exprContextCritical : false ,
68
68
} ,
69
+ ignoreWarnings : [ / C r i t i c a l d e p e n d e n c y : t h e r e q u e s t o f a d e p e n d e n c y i s a n e x p r e s s i o n / ] ,
69
70
output : {
70
71
// all output goes into `dist`.
71
72
// packaging depends on that and this must always be like it
Original file line number Diff line number Diff line change @@ -228,10 +228,10 @@ to-regex-range@^5.0.1:
228
228
dependencies :
229
229
is-number "^7.0.0"
230
230
231
- typescript@^5.0.0-dev.20230131 :
232
- version "5.0.0-dev.20230131 "
233
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20230131. tgz#920b8e5b9a25100fee18a45b0f77a3d12d9b8d0e "
234
- integrity sha512-A1VAxSLhrW5D7zq7nLkE36JAfDL72gJrN8p5Y6zvvndkOGtfgJp3//M0iqCRfLe0l8noJb8cRI+kdpgSuC1giw ==
231
+ typescript@^4.9.5 :
232
+ version "4.9.5 "
233
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5. tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a "
234
+ integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g ==
235
235
236
236
vscode-grammar-updater@^1.1.0 :
237
237
version "1.1.0"
You can’t perform that action at this time.
0 commit comments