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 Mar 24, 2023
1 parent 951a4df commit cb6b71b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,24 @@
}
},
"require": {
"php": ">=7.3",
"php": ">=7.4.33",
"ext-curl": "*",
"centarro/certified-projects": "^1.0",
"centarro/commerce_kickstart": "^3.0",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"composer/installers": "^2.2.0",
"cweagans/composer-patches": "^1.7.3",
"drupal/commerce_demo": "^3.0",
"drupal/core-composer-scaffold": "^9.4",
"drupal/core-dev": "^9.4",
"drupal/core-composer-scaffold": "^9.5.7",
"drupal/core-dev": "^9.5.7",
"drupal/default_content": "2.0.0-alpha2",
"drupal/druxt": "^1.1",
"drush/drush": "^11.1",
"vlucas/phpdotenv": "^5.4",
"webflo/drupal-finder": "^1.2",
"drupal/druxt": "^1.2.0",
"drush/drush": "^11.5.1",
"vlucas/phpdotenv": "^5.5.0",
"webflo/drupal-finder": "^1.2.2",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"drupal/core-dev": "^9.4",
"drupal/core-dev": "^9.5.7",
"zaporylie/composer-drupal-optimizations": "^1.2"
},
"conflict": {
Expand Down
10 changes: 5 additions & 5 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"generate": "nuxt generate"
},
"dependencies": {
"bootstrap-vue": "^2.22.0",
"core-js": "3.25.1",
"druxt-site": "^0.13.0",
"nuxt": "2.15.8"
"bootstrap-vue": "^2.23.1",
"core-js": "3.29.1",
"druxt-site": "^0.14.0",
"nuxt": "2.16.3"
},
"devDependencies": {
"@nuxtjs/storybook": "4.3.2",
"postcss": "8.4.16"
"postcss": "8.4.21"
}
}

0 comments on commit cb6b71b

Please sign in to comment.