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 Jun 8, 2022
1 parent 6ab98e0 commit cb469f1
Show file tree
Hide file tree
Showing 4 changed files with 1,087 additions and 1,001 deletions.
4 changes: 2 additions & 2 deletions .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.2.0
uses: actions/setup-node@v3.3.0
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand All @@ -34,7 +34,7 @@ jobs:
run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.4
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion nuxt/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.0
16.15.1
14 changes: 7 additions & 7 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"@druxt-contrib/config-pages": "^0.1.2",
"@nuxtjs/feed": "^2.0.0",
"@tailwindcss/typography": "^0.4",
"core-js": "3.22.7",
"@tailwindcss/typography": "^0.5",
"core-js": "3.22.8",
"daisyui": "^1.25.4",
"druxt-layout-paragraphs": "^0.2.2",
"druxt-site": "^0.12.0",
Expand All @@ -53,31 +53,31 @@
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/storybook": "^4.2.0",
"@nuxtjs/storybook": "^4.3.2",
"@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.7.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-vue": "^8.7.1",
"html-webpack-plugin": "5",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.4.2",
"lint-staged": "^12.5.0",
"postcss": "8.4.14",
"postcss-html": "^1.4.1",
"prettier": "^2.6.2",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.8.5",
"stylelint": "^14.9.0",
"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.9.0"
"webpack-dev-server": "^4.9.2"
}
}

0 comments on commit cb469f1

Please sign in to comment.