Skip to content

Commit

Permalink
fix: vue type errors (#4696)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade vue to v3.2.24

* fix(deps): add csstype
  • Loading branch information
sxzz committed Dec 7, 2021
1 parent d3db915 commit 4c2a8a0
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 313 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@
"@types/sass": "1.43.1",
"@typescript-eslint/eslint-plugin": "5.6.0",
"@typescript-eslint/parser": "5.6.0",
"@vue/compiler-sfc": "3.2.23",
"@vue/compiler-sfc": "3.2.24",
"@vue/test-utils": "2.0.0-rc.16",
"chalk": "4.1.2",
"components-helper": "1.0.4",
"csstype": "2.6.19",
"cz-conventional-changelog": "3.3.0",
"esbuild": "0.14.2",
"eslint": "8.4.0",
Expand Down Expand Up @@ -114,7 +115,7 @@
"ts-jest": "26.5.6",
"ts-morph": "13.0.2",
"typescript": "4.5.2",
"vue": "3.2.23",
"vue": "3.2.24",
"vue-jest": "5.0.0-alpha.10",
"vue-router": "4.0.12",
"vue-tsc": "0.29.8"
Expand Down

0 comments on commit 4c2a8a0

Please sign in to comment.