Skip to content

Commit

Permalink
chore(#693): fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 13, 2024
1 parent f7fd989 commit 90e70a7
Show file tree
Hide file tree
Showing 6 changed files with 4,480 additions and 6,298 deletions.
4 changes: 2 additions & 2 deletions packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@nuxt/kit": "^3.12.4",
"axios": "0.27.2",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.22.0",
"druxt": "^0.24.0",
"druxt-entity": "^0.28.0",
"druxt-router": "^0.29.1"
"druxt-router": "^0.31.0"
},
"optionalDependencies": {
"vue": "^2.7.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
],
"dependencies": {
"@nuxt/kit": "^3.12.2",
"druxt": "^0.22.0",
"druxt": "^0.24.0",
"druxt-blocks": "^0.17.1",
"druxt-router": "^0.29.1"
"druxt-router": "^0.31.0"
},
"optionalDependencies": {
"vue": "^2.7.14",
Expand Down
7 changes: 5 additions & 2 deletions packages/entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@
"@nuxt/kit": "^3.12.2",
"deepmerge": "^4.3.1",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.22.0",
"druxt-router": "^0.29.1",
"druxt": "^0.24.0",
"druxt-router": "^0.31.0",
"druxt-schema": "^0.11.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"vuex": "3"
}
}
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"dependencies": {
"@nuxt/kit": "^3.11.2",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.22.0",
"druxt": "^0.24.0",
"druxt-blocks": "^0.17.1",
"druxt-breadcrumb": "^0.17.1",
"druxt-entity": "^0.28.0",
"druxt-menu": "^0.21.0",
"druxt-router": "^0.29.1",
"druxt-router": "^0.31.0",
"druxt-schema": "^0.11.2",
"druxt-views": "^0.22.0",
"md5": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"axios": "0.27.2",
"deepmerge": "^4.3.1",
"drupal-jsonapi-params": "^2.2.0",
"druxt": "^0.22.0",
"druxt": "^0.24.0",
"druxt-blocks": "^0.17.2",
"druxt-entity": "^0.28.0",
"druxt-router": "^0.29.1",
"druxt-router": "^0.31.0",
"md5": "^2.3.0"
},
"optionalDependencies": {
Expand Down
Loading

0 comments on commit 90e70a7

Please sign in to comment.