File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 14
14
"devDependencies" : {
15
15
"@release-it/conventional-changelog" : " ^8.0.2" ,
16
16
"@types/jest" : " 27.5.0" ,
17
- "@types/node" : " 16.11.7 " ,
17
+ "@types/node" : " ^18.15.0 " ,
18
18
"@typescript-eslint/eslint-plugin" : " 5.22.0" ,
19
19
"@typescript-eslint/parser" : " 5.22.0" ,
20
20
"eslint" : " 8.14.0" ,
26
26
"release-it" : " ^17.6.0" ,
27
27
"ts-jest" : " 28.0.0" ,
28
28
"ts-node" : " ^10.9.2" ,
29
- "typescript" : " 5.6.2 "
29
+ "typescript" : " ^4.9.5 "
30
30
},
31
31
"scripts" : {
32
32
"build" : " tsc" ,
Original file line number Diff line number Diff line change 11
11
"esModuleInterop" : true ,
12
12
"forceConsistentCasingInFileNames" : true ,
13
13
"strict" : true ,
14
- "useUnknownInCatchVariables" : false
14
+ "useUnknownInCatchVariables" : false ,
15
+ "skipLibCheck" : true
15
16
},
16
17
"include" : [" src/**/*.ts" , " npm-increaser-downloads.config.ts" ],
17
18
"exclude" : [" src/**/*.spec.ts" ]
Original file line number Diff line number Diff line change 1026
1026
dependencies :
1027
1027
undici-types "~6.19.2"
1028
1028
1029
- " @types/node@16.11.7 " :
1030
- version "16.11.7"
1031
- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.7.tgz#36820945061326978c42a01e56b61cd223dfdc42"
1032
- integrity sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==
1029
+ " @types/node@^18.15.0 " :
1030
+ version "18.19.50"
1031
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.50.tgz#8652b34ee7c0e7e2004b3f08192281808d41bf5a"
1032
+ integrity sha512-xonK+NRrMBRtkL1hVCc3G+uXtjh1Al4opBLjqVmipe5ZAaBYWW6cNAiBVZ1BvmkBhep698rP3UM3aRAdSALuhg==
1033
+ dependencies :
1034
+ undici-types "~5.26.4"
1033
1035
1034
1036
" @types/normalize-package-data@^2.4.1 " :
1035
1037
version "2.4.4"
@@ -4861,10 +4863,10 @@ typedarray@^0.0.6:
4861
4863
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
4862
4864
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
4863
4865
4864
- typescript@5.6.2 :
4865
- version "5.6.2 "
4866
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2 .tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0 "
4867
- integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw ==
4866
+ typescript@^4.9.5 :
4867
+ version "4.9.5 "
4868
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5 .tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a "
4869
+ integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g ==
4868
4870
4869
4871
uglify-js@^3.1.4 :
4870
4872
version "3.19.3"
@@ -4876,6 +4878,11 @@ undefsafe@^2.0.5:
4876
4878
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
4877
4879
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
4878
4880
4881
+ undici-types@~5.26.4 :
4882
+ version "5.26.5"
4883
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4884
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4885
+
4879
4886
undici-types@~6.19.2 :
4880
4887
version "6.19.8"
4881
4888
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
You can’t perform that action at this time.
0 commit comments