Skip to content

Commit da550da

Browse files
committed
v3.0.3
1 parent daf700d commit da550da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-custom-context-menu",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "A Vue.js plugin for building custom 🖱 Context Menus. Automatically adjusts position and supports nested Context Menus out of the box",
55
"main": "dist/vue-custom-context-menu.umd.js",
66
"module": "dist/vue-custom-context-menu.esm.js",
@@ -39,18 +39,18 @@
3939
"@babel/core": "^7.14.3",
4040
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4141
"@babel/preset-env": "^7.14.2",
42+
"@rollup/plugin-babel": "^5.3.0",
43+
"@vue/compiler-sfc": "^3.0.11",
4244
"babel-loader": "^8.2.2",
4345
"connect-history-api-fallback": "^1.6.0",
4446
"css-loader": "^5.2.6",
4547
"express": "^4.17.1",
4648
"html-webpack-plugin": "^5.3.1",
49+
"postcss": "^8.1.10",
4750
"rollup": "^2.50.2",
48-
"@rollup/plugin-babel": "^5.3.0",
49-
"rollup-plugin-terser": "^7.0.2",
5051
"rollup-plugin-postcss": "^4.0.0",
51-
"postcss": "^8.1.10",
52+
"rollup-plugin-terser": "^7.0.2",
5253
"rollup-plugin-vue": "^6.0.0",
53-
"@vue/compiler-sfc": "^3.0.11",
5454
"vue": "^2.6.12",
5555
"vue-loader": "^15.9.7",
5656
"vue-router": "^3.5.1",

0 commit comments

Comments
 (0)