File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 57
57
"lodash.uniq" : " ^4.5.0" ,
58
58
"resolve-from" : " ^5.0.0" ,
59
59
"ts-node" : " ^10.8.1" ,
60
- "typescript" : " ^4.6.4"
60
+ "typescript" : " ^4.6.4 || ^5.0.0 "
61
61
},
62
62
"gitHead" : " 70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
63
63
}
Original file line number Diff line number Diff line change 101
101
"lerna" : " ^6.0.0" ,
102
102
"lint-staged" : " 13.1.2" ,
103
103
"prettier" : " ^2.0.5" ,
104
- "typescript" : " ^4.9.3 "
104
+ "typescript" : " ^5.0.2 "
105
105
}
106
106
}
Original file line number Diff line number Diff line change 15
15
"noUnusedLocals" : true ,
16
16
"noUnusedParameters" : true ,
17
17
"forceConsistentCasingInFileNames" : true ,
18
- "keyofStringsOnly" : true ,
19
18
"noFallthroughCasesInSwitch" : true ,
20
19
"isolatedModules" : true ,
21
20
"skipLibCheck" : true ,
Original file line number Diff line number Diff line change @@ -8500,11 +8500,16 @@ typedarray@^0.0.6:
8500
8500
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
8501
8501
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
8502
8502
8503
- " typescript@^3 || ^4" , typescript@^4.6.4, typescript@^4.9.3 :
8503
+ " typescript@^3 || ^4 " :
8504
8504
version "4.9.4"
8505
8505
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
8506
8506
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
8507
8507
8508
+ " typescript@^4.6.4 || ^5.0.0" , typescript@^5.0.2:
8509
+ version "5.0.2"
8510
+ resolved "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
8511
+ integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
8512
+
8508
8513
uglify-js@^3.1.4 :
8509
8514
version "3.17.4"
8510
8515
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
You can’t perform that action at this time.
0 commit comments