Skip to content

Commit

Permalink
chore(deps): update vue monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2022
1 parent db80dc6 commit e00e9d3
Show file tree
Hide file tree
Showing 10 changed files with 170 additions and 84 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"renovate": "32.0.2",
"rimraf": "3.0.2",
"siroc": "0.16.0",
"vue": "2.7.10",
"vue": "3.2.37",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.7.10"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"druxt-router": "^0.28.0"
},
"optionalDependencies": {
"vue": "^2.7.10",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"druxt-router": "^0.28.0"
},
"optionalDependencies": {
"vue": "^2.7.10",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/druxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"optionalDependencies": {
"core-js": "^3.25.0",
"vue": "^2.7.10",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"druxt-blocks": "^0.16.3"
},
"optionalDependencies": {
"vue": "^2.7.10",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"drupal-jsonapi-params": "*"
},
"optionalDependencies": {
"vue": "^2.7.10",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"druxt": "^0.20.0"
},
"optionalDependencies": {
"vue": "^2.7.10",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"md5": "^2.3.0"
},
"optionalDependencies": {
"vue": "^2.7.10",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"md5": "^2.3.0"
},
"optionalDependencies": {
"vue": "^2.7.10",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e00e9d3

Please sign in to comment.