Skip to content

Commit 942533d

Browse files
committed
update rolup-plugin-vue to fix wack stuff
1 parent 88908ef commit 942533d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rollup-plugin-css-only": "^2.1.0",
5757
"rollup-plugin-filesize": "^9.0.2",
5858
"rollup-plugin-terser": "^7.0.2",
59-
"rollup-plugin-vue": "^6.0.0-beta.10",
59+
"rollup-plugin-vue": "^6.0.0-beta.11",
6060
"vue-template-compiler": "^2.6.12"
6161
},
6262
"keywords": [

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7927,10 +7927,10 @@ rollup-plugin-terser@^7.0.2:
79277927
serialize-javascript "^4.0.0"
79287928
terser "^5.0.0"
79297929

7930-
rollup-plugin-vue@^6.0.0-beta.10:
7931-
version "6.0.0-beta.10"
7932-
resolved "https://registry.yarnpkg.com/rollup-plugin-vue/-/rollup-plugin-vue-6.0.0-beta.10.tgz#66d9b9a8dd2d085267d1cc398ea0113360879ac1"
7933-
integrity sha512-8TZJmROiSRjWoHRR6id0/ktOBOUGuI302xDBq4YBiA/tnnXdoY3oFGtvRWzT5ldX0jTJ8QX40rrJOw2SvcWwxQ==
7930+
rollup-plugin-vue@^6.0.0-beta.11:
7931+
version "6.0.0-beta.11"
7932+
resolved "https://registry.yarnpkg.com/rollup-plugin-vue/-/rollup-plugin-vue-6.0.0-beta.11.tgz#fdbc6b7484a361ef8c5e8009cef4a6bd45435013"
7933+
integrity sha512-osqLkFc7N76TOI0CeW0BOujlMFsMIoytyTRVUivaeYSMponNfk1iSuqyoeciUB3EjFqyL/dTTFPi+7rhaAm73w==
79347934
dependencies:
79357935
debug "^4.1.1"
79367936
hash-sum "^2.0.0"

0 commit comments

Comments
 (0)