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 2, 2022
1 parent 6ab98e0 commit 1785861
Show file tree
Hide file tree
Showing 4 changed files with 1,032 additions and 981 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
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
10 changes: 5 additions & 5 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,7 +53,7 @@
"@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",
Expand All @@ -68,7 +68,7 @@
"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",
Expand All @@ -78,6 +78,6 @@
"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.1"
}
}

0 comments on commit 1785861

Please sign in to comment.