Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2022
1 parent 1eb7ef6 commit 7c2b493
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16
check-latest: true
Expand All @@ -27,7 +27,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/theme-bootstrap-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16
check-latest: true
Expand All @@ -25,7 +25,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/theme-tailwindcss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 16
check-latest: true
Expand All @@ -24,7 +24,7 @@ jobs:
npm install -g npm
npm --version
- name: Cache node_modules 📦
uses: actions/[email protected].10
uses: actions/[email protected].11
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.1
16.18.0
2 changes: 1 addition & 1 deletion nuxt/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.1
16.18.0
88 changes: 35 additions & 53 deletions nuxt/package-lock.json

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

6 changes: 3 additions & 3 deletions nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@nuxtjs/storybook": "^4.2.0",
"@vue/test-utils": "^1.3.0",
"babel-jest": "^29.1.2",
"cypress": "^10.9.0",
"eslint": "^8.24.0",
"cypress": "^10.10.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -52,7 +52,7 @@
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"lint-staged": "^13.0.3",
"postcss": "8.4.17",
"postcss": "8.4.18",
"start-server-and-test": "^1.14.0",
"stylelint": "^14.13.0",
"stylelint-config-prettier": "^9.0.3",
Expand Down

1 comment on commit 7c2b493

@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.