Skip to content

Commit 86f825c

Browse files
committed
build(deps): revert TS upgrade to fix error on build
1 parent eb47bf0 commit 86f825c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-prettier": "^4.0.0",
3838
"eslint-plugin-vue": "^7.0.0",
3939
"prettier": "^2.2.1",
40-
"typescript": "^4.4.3",
40+
"typescript": "~4.1.5",
4141
"vue-jest": "^5.0.0-0",
4242
"vue-plugin": "^0.0.1"
4343
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9441,10 +9441,10 @@ typedarray@^0.0.6:
94419441
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
94429442
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
94439443

9444-
typescript@^4.4.3:
9445-
version "4.4.3"
9446-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
9447-
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==
9444+
typescript@~4.1.5:
9445+
version "4.1.6"
9446+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
9447+
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==
94489448

94499449
uc.micro@^1.0.1, uc.micro@^1.0.5:
94509450
version "1.0.6"

0 commit comments

Comments
 (0)