Skip to content

Commit 9249cdb

Browse files
🔖 ⬆️ updating component fixture version
1 parent d10e548 commit 9249cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = (api, context) => {
8181
if (useComponentFixture) {
8282
api.extendPackage({
8383
devDependencies: {
84-
'component-fixture': "^0.4.0"
84+
'component-fixture': "^0.4.1"
8585
}
8686
})
8787
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-component",
3-
"version": "1.10.4",
3+
"version": "1.10.5",
44
"description": "vue-cli 3 plugin to create shareable component",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)