File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 21
21
"nuxt" : " 2.x" ,
22
22
"sass" : " ^1.59.3" ,
23
23
"ts-jest" : " ^29.0.5" ,
24
- "typescript" : " ^4.9.5 " ,
24
+ "typescript" : " ^5.0.2 " ,
25
25
"vue-property-decorator" : " ^9.1.2"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 21
21
"ts-loader" : " ^8.4.0"
22
22
},
23
23
"devDependencies" : {
24
- "typescript" : " ^4.9.5 "
24
+ "typescript" : " ^5.0.2 "
25
25
},
26
26
"peerDependencies" : {
27
27
"@nuxt/types" : " >=2.13.1" ,
28
- "typescript" : " 4.x"
28
+ "typescript" : " 4.x || 5.x "
29
29
},
30
30
"publishConfig" : {
31
31
"access" : " public"
Original file line number Diff line number Diff line change 23
23
},
24
24
"peerDependencies" : {
25
25
"@nuxt/types" : " >=2.13.1" ,
26
- "typescript" : " 4.x"
26
+ "typescript" : " 4.x || 5.x "
27
27
},
28
28
"publishConfig" : {
29
29
"access" : " public"
Original file line number Diff line number Diff line change @@ -11951,11 +11951,16 @@ typedarray@^0.0.6:
11951
11951
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
11952
11952
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
11953
11953
11954
- "typescript@^3 || ^4", typescript@^4.9.5 :
11954
+ "typescript@^3 || ^4":
11955
11955
version "4.9.5"
11956
11956
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
11957
11957
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
11958
11958
11959
+ typescript@^5.0.2:
11960
+ version "5.0.2"
11961
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
11962
+ integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
11963
+
11959
11964
ua-parser-js@^1.0.34:
11960
11965
version "1.0.34"
11961
11966
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.34.tgz#b33f41c415325839f354005d25a2f588be296976"
You can’t perform that action at this time.
0 commit comments