Skip to content

Commit

Permalink
chore: re-add @vue/compiler-sfc as rollup plugin require that explici…
Browse files Browse the repository at this point in the history
…tly instead of using vue/compiler-sfc
  • Loading branch information
IlCallo committed Mar 1, 2022
1 parent b6d77fb commit a183e37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"@vue/babel-preset-app": "4.5.15",
"@vue/cli-plugin-babel": "4.5.15",
"@vue/cli-service": "4.5.15",
"@vue/compiler-sfc": "^3.2.31",
"@vue/test-utils": "2.0.0-rc.17",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
Expand All @@ -102,8 +103,8 @@
"rollup-plugin-size-snapshot": "0.12.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-vue": "6.0.0",
"vue-jest": "5.0.0-alpha.10",
"vue": "^3.2.0"
"vue": "^3.2.0",
"vue-jest": "5.0.0-alpha.10"
},
"peerDependencies": {
"vue": "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@
"@vue/compiler-core" "3.2.31"
"@vue/shared" "3.2.31"

"@vue/compiler-sfc@3.2.31":
"@vue/compiler-sfc@3.2.31", "@vue/compiler-sfc@^3.2.31":
version "3.2.31"
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.31.tgz#d02b29c3fe34d599a52c5ae1c6937b4d69f11c2f"
integrity sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==
Expand Down

0 comments on commit a183e37

Please sign in to comment.