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 committed Jun 6, 2022
1 parent ffd9d54 commit 5dbe749
Show file tree
Hide file tree
Showing 10 changed files with 197 additions and 50 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"renovate": "32.0.2",
"rimraf": "3.0.2",
"siroc": "0.16.0",
"vue": "2.6.14",
"vue": "3.2.37",
"vue-jest": "3.0.7",
"vue-template-compiler": "2.6.14"
},
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.27.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
"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 @@ -46,8 +46,8 @@
"druxt-router": "^0.27.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
"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 @@ -56,8 +56,8 @@
},
"optionalDependencies": {
"core-js": "^3.22.5",
"vue": "^2.6.14",
"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.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"url-parse": "^1.5.10"
},
"devDependencies": {
"vue-router": "^3.5.4"
"vue-router": "^4.0.15"
},
"peerDependencies": {
"drupal-jsonapi-params": "*"
},
"optionalDependencies": {
"vue": "^2.6.14",
"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.19.0"
},
"optionalDependencies": {
"vue": "^2.6.14",
"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.6.14",
"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.6.14",
"vuex": "^3.6.2"
"vue": "^3.2.37",
"vuex": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5dbe749

Please sign in to comment.