Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2022
1 parent 4180404 commit c1dc425
Show file tree
Hide file tree
Showing 9 changed files with 507 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.0
16.17.1
10 changes: 5 additions & 5 deletions docs/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"composer/installers": "^2.2",
"cweagans/composer-patches": "^1.7",
"drupal-tome/tome_drush": "dev-master",
"drupal/core-composer-scaffold": "9.4.5",
"drupal/core-project-message": "9.4.5",
"drupal/core-recommended": "9.4.5",
"drupal/core-composer-scaffold": "9.4.6",
"drupal/core-project-message": "9.4.6",
"drupal/core-recommended": "9.4.6",
"drupal/decoupled_router": "2.0.3",
"drupal/druxt": "^1.1.1",
"drupal/jsonapi_hypermedia": "^1.8",
"drupal/simple_oauth": "^5.2",
"drupal/tome": "^1.7",
"drush/drush": "^11.1"
"drush/drush": "^11.2"
},
"require-dev": {
"drupal/core-dev": "9.4.5"
"drupal/core-dev": "9.4.6"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
233 changes: 120 additions & 113 deletions docs/drupal/composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/nuxt/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.0
16.17.1
2 changes: 1 addition & 1 deletion docs/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@nuxt/content": "1.15.1",
"@tailwindcss/typography": "0.4.1",
"core-js": "3.25.1",
"core-js": "3.25.2",
"daisyui": "1.25.4",
"nuxt": "2.15.8",
"nuxt-social-meta": "1.0.0"
Expand Down
10 changes: 5 additions & 5 deletions docs/nuxt/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7990,10 +7990,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:3.25.1":
version: 3.25.1
resolution: "core-js@npm:3.25.1"
checksum: bfacb078e790913841e2d5008b9b6705ae56ed23f83c7f0ae08d330d874561012611089d53b71520105234ed0abba36f28d91b391514a16541a8c8d98c464239
"core-js@npm:3.25.2":
version: 3.25.2
resolution: "core-js@npm:3.25.2"
checksum: e93c6c645d44d98973efb07750975552ad405f080f5a563a99972ff6b2c5c6ee25705f55accd363f5dccd51e9e5f56be25e2be6c14a7294da65763e0e5659c02
languageName: node
linkType: hard

Expand Down Expand Up @@ -9077,7 +9077,7 @@ __metadata:
"@nuxtjs/storybook": 4.2.0
"@nuxtjs/tailwindcss": 4.2.1
"@tailwindcss/typography": 0.4.1
core-js: 3.25.1
core-js: 3.25.2
daisyui: 1.25.4
nuxt: 2.15.8
nuxt-social-meta: 1.0.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"version": "changeset version"
},
"devDependencies": {
"@babel/core": "7.19.0",
"@babel/preset-env": "7.19.0",
"@babel/core": "7.19.1",
"@babel/preset-env": "7.19.1",
"@changesets/cli": "2.24.4",
"@commitlint/cli": "16.0",
"@commitlint/config-conventional": "16.0",
"@vue/test-utils": "1.3.0",
"babel-core": "7.0.0-bridge.0",
"bundlewatch": "0.3.3",
"cypress": "^10.7.0",
"esbuild": "0.15.7",
"cypress": "^10.8.0",
"esbuild": "0.15.9",
"esbuild-jest": "0.5.0",
"eslint": "7.32.0",
"eslint-junit": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/druxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"scule": "^0.3.2"
},
"devDependencies": {
"@storybook/addon-docs": "^6.5.10"
"@storybook/addon-docs": "^6.5.12"
},
"peerDependencies": {
"axios": "*",
"consola": "*"
},
"optionalDependencies": {
"core-js": "^3.25.1",
"core-js": "^3.25.2",
"vue": "^2.7.10",
"vuex": "^3.6.2"
},
Expand Down

0 comments on commit c1dc425

Please sign in to comment.