Skip to content

Commit

Permalink
chore(deps): update optionaldependency vuex to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 2600447 commit ee3da50
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"optionalDependencies": {
"vue": "^2.7.16",
"vuex": "^3.6.2"
"vuex": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"optionalDependencies": {
"vue": "^2.7.16",
"vuex": "^3.6.2"
"vuex": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/druxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"optionalDependencies": {
"core-js": "^3.38.1",
"vue": "^2.7.16",
"vuex": "^3.6.2"
"vuex": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"optionalDependencies": {
"vue": "^2.7.16",
"vuex": "^3.6.2"
"vuex": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"optionalDependencies": {
"vue": "^2.7.16",
"vuex": "^3.6.2"
"vuex": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"optionalDependencies": {
"vue": "^2.7.16",
"vuex": "^3.6.2"
"vuex": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"optionalDependencies": {
"vue": "^2.7.16",
"vuex": "^3.6.2"
"vuex": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"optionalDependencies": {
"vue": "^2.7.16",
"vuex": "^3.6.2"
"vuex": "^4.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ee3da50

Please sign in to comment.