Skip to content

Commit

Permalink
chore(deps): update optionaldependency vue to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 6b13781 commit 019dfd9
Show file tree
Hide file tree
Showing 10 changed files with 257 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"rimraf": "3.0.2",
"siroc": "0.16.0",
"start-server-and-test": "^1.15.4",
"vue": "2.7.14",
"vue": "3.3.7",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.7.14"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"druxt-router": "^0.29.1"
},
"optionalDependencies": {
"vue": "^2.7.14",
"vue": "^3.3.7",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"druxt-router": "^0.29.1"
},
"optionalDependencies": {
"vue": "^2.7.14",
"vue": "^3.3.7",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/druxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"optionalDependencies": {
"core-js": "^3.31.0",
"vue": "^2.7.14",
"vue": "^3.3.7",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"druxt-blocks": "^0.17.1"
},
"optionalDependencies": {
"vue": "^2.7.14",
"vue": "^3.3.7",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"drupal-jsonapi-params": "*"
},
"optionalDependencies": {
"vue": "^2.7.14",
"vue": "^3.3.7",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"druxt": "^0.22.0"
},
"optionalDependencies": {
"vue": "^2.7.14",
"vue": "^3.3.7",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"md5": "^2.3.0"
},
"optionalDependencies": {
"vue": "^2.7.14",
"vue": "^3.3.7",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"md5": "^2.3.0"
},
"optionalDependencies": {
"vue": "^2.7.14",
"vue": "^3.3.7",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 019dfd9

Please sign in to comment.