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 Aug 29, 2024
1 parent 490fe82 commit ca07f32
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rimraf": "3.0.2",
"siroc": "0.16.0",
"start-server-and-test": "^1.15.4",
"vue": "2.7.16",
"vue": "3.4.38",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.7.16"
},
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.31.0"
},
"optionalDependencies": {
"vue": "^2.7.16",
"vue": "^3.4.38",
"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.31.0"
},
"optionalDependencies": {
"vue": "^2.7.16",
"vue": "^3.4.38",
"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.38.1",
"vue": "^2.7.16",
"vue": "^3.4.38",
"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.2"
},
"optionalDependencies": {
"vue": "^2.7.16",
"vue": "^3.4.38",
"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.16",
"vue": "^3.4.38",
"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.24.0"
},
"optionalDependencies": {
"vue": "^2.7.16",
"vue": "^3.4.38",
"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.16",
"vue": "^3.4.38",
"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.16",
"vue": "^3.4.38",
"vuex": "^3.6.2"
},
"publishConfig": {
Expand Down

0 comments on commit ca07f32

Please sign in to comment.