Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 77f1826

Browse files
committed
FIX: Update dependency version of the rollup-plugin-vue since the latest 2.x is not compatible with newer vue stack (see vuejs/rollup-plugin-vue#273)
1 parent 0adf7f8 commit 77f1826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"rollup-plugin-node-resolve": "^3.0.0",
9797
"rollup-plugin-postcss": "^0.4.1",
9898
"rollup-plugin-replace": "^1.1.0",
99-
"rollup-plugin-vue": "^2.3.0",
99+
"rollup-plugin-vue": "^5.1.6",
100100
"sinon": "2.2.0",
101101
"sinon-chai": "^2.10.0",
102102
"style-loader": "^0.17.0",

0 commit comments

Comments
 (0)