Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#62)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: fix versions

* chore: update @druxt-contrib/config_pages

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Stuart Clark <[email protected]>
  • Loading branch information
3 people authored May 24, 2022
1 parent f6ed65b commit 7e15b8b
Show file tree
Hide file tree
Showing 6 changed files with 2,381 additions and 1,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down
8 changes: 4 additions & 4 deletions drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"drupal/gin": "3.x-dev",
"drupal/gin_login": "1.x-dev",
"drupal/gin_toolbar": "1.x-dev",
"drupal/jsonapi_hypermedia": "^1.6",
"drupal/jsonapi_node_preview": "^1.0@beta",
"drupal/jsonapi_hypermedia": "^1.7",
"drupal/jsonapi_node_preview": "^1.0.0-beta2@beta",
"drupal/jsonapi_node_preview_tab": "1.0.x-dev",
"drupal/layout_paragraphs": "2.0.x-dev@dev",
"drupal/length_indicator": "^1.2",
Expand All @@ -66,7 +66,7 @@
"drupal/node_edit_protection": "^1.0",
"drupal/oembed_providers": "^2.0",
"drupal/paragraphs_ee": "^2.0",
"drupal/pathauto": "^1.9",
"drupal/pathauto": "^1.10",
"drupal/prevent_homepage_deletion": "^1.4",
"drupal/redirect": "^1.7",
"drupal/revision_log_default": "^1.2",
Expand All @@ -77,7 +77,7 @@
"drupal/simple_oauth": "^5.2",
"drupal/simple_sitemap": "^4.x-dev",
"drupal/title_field_for_manage_display": "^2.0",
"drupal/tome": "^1.6",
"drupal/tome": "^1.7",
"drupal/transliterate_filenames": "^2.0",
"drupal/username_enumeration_prevention": "^1.2",
"drupal/viewfield": "^3.0"
Expand Down
104 changes: 52 additions & 52 deletions drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nuxt/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
16.15.0
28 changes: 14 additions & 14 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,51 +33,51 @@
"@druxt-contrib/config-pages": "^0.1.1",
"@nuxtjs/feed": "^2.0.0",
"@tailwindcss/typography": "^0.4.1",
"core-js": "3.21.1",
"core-js": "3.22.6",
"daisyui": "^1.25.4",
"druxt-layout-paragraphs": "^0.2.1",
"druxt-site": "^0.11.1",
"druxt-site": "^0.12.0",
"ellipsize": "^0.5.1",
"nuxt": "2.15.8",
"vue-gravatar": "^1.4.1",
"vue-gtag": "^1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@cypress/vue": "^3.1.1",
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@cypress/vue": "^3.1.2",
"@cypress/webpack-dev-server": "^1.8.4",
"@nuxt/image": "^0.6.2",
"@nuxtjs/eslint-config": "^9.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/storybook": "^4.3.0",
"@nuxtjs/storybook": "^4.2.0",
"@nuxtjs/stylelint-module": "^4.1.0",
"@nuxtjs/tailwindcss": "^4.2.1",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.5.1",
"cypress": "^9.5.4",
"cypress": "^9.7.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"eslint": "^8.13.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-vue": "^8.6.0",
"eslint-plugin-vue": "^8.7.1",
"html-webpack-plugin": "5",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"postcss": "8.4.12",
"postcss-html": "^1.3.0",
"lint-staged": "^12.4.1",
"postcss": "8.4.14",
"postcss-html": "^1.4.1",
"prettier": "^2.6.2",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.6.1",
"stylelint": "^14.8.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"vue-jest": "^3.0.7",
"webpack-dev-server": "^4.8.1"
"webpack-dev-server": "^4.9.0"
}
}
Loading

1 comment on commit 7e15b8b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.