Skip to content

Commit 7c2b493

Browse files
chore(deps): update all non-major dependencies (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1eb7ef6 commit 7c2b493

File tree

7 files changed

+46
-64
lines changed

7 files changed

+46
-64
lines changed

.github/workflows/test-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@master
1818

1919
- name: Setup node env 🏗
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
node-version: 16
2323
check-latest: true
@@ -27,7 +27,7 @@ jobs:
2727
npm install -g npm
2828
npm --version
2929
- name: Cache node_modules 📦
30-
uses: actions/[email protected].10
30+
uses: actions/[email protected].11
3131
with:
3232
path: ~/.npm
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-bootstrap-vue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@master
1616

1717
- name: Setup node env 🏗
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].1
1919
with:
2020
node-version: 16
2121
check-latest: true
@@ -25,7 +25,7 @@ jobs:
2525
npm install -g npm
2626
npm --version
2727
- name: Cache node_modules 📦
28-
uses: actions/[email protected].10
28+
uses: actions/[email protected].11
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-tailwindcss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@master
1515

1616
- name: Setup node env 🏗
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
node-version: 16
2020
check-latest: true
@@ -24,7 +24,7 @@ jobs:
2424
npm install -g npm
2525
npm --version
2626
- name: Cache node_modules 📦
27-
uses: actions/[email protected].10
27+
uses: actions/[email protected].11
2828
with:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.17.1
1+
16.18.0

nuxt/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.17.1
1+
16.18.0

nuxt/package-lock.json

Lines changed: 35 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@nuxtjs/storybook": "^4.2.0",
4343
"@vue/test-utils": "^1.3.0",
4444
"babel-jest": "^29.1.2",
45-
"cypress": "^10.9.0",
46-
"eslint": "^8.24.0",
45+
"cypress": "^10.10.0",
46+
"eslint": "^8.25.0",
4747
"eslint-config-prettier": "^8.5.0",
4848
"eslint-plugin-nuxt": "^4.0.0",
4949
"eslint-plugin-prettier": "^4.2.1",
@@ -52,7 +52,7 @@
5252
"jest": "^29.1.2",
5353
"jest-environment-jsdom": "^29.1.2",
5454
"lint-staged": "^13.0.3",
55-
"postcss": "8.4.17",
55+
"postcss": "8.4.18",
5656
"start-server-and-test": "^1.14.0",
5757
"stylelint": "^14.13.0",
5858
"stylelint-config-prettier": "^9.0.3",

0 commit comments

Comments
 (0)