Skip to content

Commit 55a5f4d

Browse files
Update build
1 parent 1f13bc4 commit 55a5f4d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG.md
22

3-
## 4.0.1
3+
## 4.0.2
44

55
- Upgrade package to support Vue 3. Vue 2 support can be found at `v3.4.2`. Thank you @danielelkington.
66

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"url": "https://github.com/johndatserakis/vue-simple-context-menu/issues"
88
},
99
"dependencies": {
10-
"click-outside-vue3": "^4.0.1",
11-
"rollup-plugin-scss": "^3.0.0"
10+
"click-outside-vue3": "^4.0.1"
1211
},
1312
"description": "Simple context-menu component built for Vue. Works well with both left and right clicks. Nothing too fancy, just works and is simple to use.",
1413
"devDependencies": {
@@ -33,6 +32,7 @@
3332
"rollup": "^1.15.6",
3433
"rollup-plugin-buble": "^0.19.6",
3534
"rollup-plugin-commonjs": "^10.0.0",
35+
"rollup-plugin-scss": "^3.0.0",
3636
"rollup-plugin-node-resolve": "^5.0.3",
3737
"rollup-plugin-terser": "^5.0.0",
3838
"rollup-plugin-vue": "^6.0.0",
@@ -93,5 +93,5 @@
9393
},
9494
"sideEffects": false,
9595
"unpkg": "dist/vue-simple-context-menu.min.js",
96-
"version": "4.0.1"
96+
"version": "4.0.2"
9797
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,9 +1092,9 @@
10921092
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
10931093

10941094
"@types/babel__core@^7.1.0":
1095-
version "7.1.18"
1096-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8"
1097-
integrity sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==
1095+
version "7.1.19"
1096+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460"
1097+
integrity sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==
10981098
dependencies:
10991099
"@babel/parser" "^7.1.0"
11001100
"@babel/types" "^7.0.0"

0 commit comments

Comments
 (0)