Downgrade @vue/compiler-sfc which breaks linting

This commit is contained in:
Keavon Chambers
2021-07-02 15:02:01 -07:00
parent 739f420224
commit 78b369547a
2 changed files with 167 additions and 113 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.1.4",
"@vue/compiler-sfc": "~3.0.11",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@wasm-tool/wasm-pack-plugin": "github:wasm-tool/wasm-pack-plugin",