Skip to content

Commit f299acb

Browse files
committed
Allow Typescript 5
1 parent b1d2335 commit f299acb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"svelte": "^3.50.0",
9494
"svelte-loader": "^3.1.0",
9595
"ts-loader": "^9.0.0",
96-
"typescript": "^4.2.2",
96+
"typescript": "^4.2.2 || ^5.0.0",
9797
"vue": "^3.2.14",
9898
"vue-loader": "^17.0.0",
9999
"vue-template-compiler": "^2.5",
@@ -127,7 +127,7 @@
127127
"stylus": "^0.58.1",
128128
"stylus-loader": "^7.0.0",
129129
"ts-loader": "^9.0.0",
130-
"typescript": "^4.2.2",
130+
"typescript": "^4.2.2 || ^5.0.0",
131131
"vue": "^2.6 || ^3.2.14",
132132
"vue-loader": "^15.0.11 || ^17.0.0",
133133
"vue-template-compiler": "^2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6531,10 +6531,10 @@ type-is@~1.6.18:
65316531
media-typer "0.3.0"
65326532
mime-types "~2.1.24"
65336533

6534-
typescript@^4.2.2:
6535-
version "4.8.4"
6536-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
6537-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
6534+
"typescript@^4.2.2 || ^5.0.0":
6535+
version "5.0.2"
6536+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
6537+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
65386538

65396539
uglify-js@^3.1.4:
65406540
version "3.17.3"

0 commit comments

Comments
 (0)