Skip to content

Commit

Permalink
chore: remove vue-3 compat build
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Vue 2 syntax and usage no longer compatible
  • Loading branch information
luqven committed Jan 12, 2022
1 parent b0cf055 commit 68784ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@vue/cli-plugin-typescript": "4.5.13",
"@vue/cli-plugin-unit-jest": "^5.0.0-beta.2",
"@vue/cli-service": "4.5.13",
"@vue/compat": "^3.1.2",
"@vue/compiler-sfc": "^3.1.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
Expand All @@ -84,7 +83,7 @@
"ts-jest": "^26.5.5",
"typescript": "4.2.3",
"vite": "^1.0.0-rc.13",
"vue": "^3.1.0",
"vue": "^3.2.26",
"vue-class-component": "^8.0.0-rc.1",
"vue-jest": "^5.0.0-alpha.7",
"vue-property-decorator": "9.1.2",
Expand Down
19 changes: 0 additions & 19 deletions vue.config.js

This file was deleted.

0 comments on commit 68784ee

Please sign in to comment.