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] authored Jul 9, 2024
1 parent 1e76c05 commit 6cf254d
Show file tree
Hide file tree
Showing 9 changed files with 943 additions and 804 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
cache: "pnpm"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: corepack enable

- name: Set node version to 18
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 18
cache: "pnpm"
Expand All @@ -48,7 +48,7 @@ jobs:
- run: corepack enable

- name: Set node version to 18
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 18
cache: "pnpm"
Expand All @@ -74,7 +74,7 @@ jobs:
- run: corepack enable

- name: Set node version to 18
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 18
cache: "pnpm"
Expand All @@ -96,7 +96,7 @@ jobs:
- run: corepack enable

- name: Set node version to 18
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 18
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version: 20
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
Expand Down
6 changes: 3 additions & 3 deletions docs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"vue": "^3.4.31"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@antfu/eslint-config": "^2.21.3",
"@iconify/json": "^2.2.225",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"eslint": "^9.6.0",
Expand All @@ -49,7 +49,7 @@
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.24",
"vue-tsc": "^2.0.26",
"windicss": "^3.5.6"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 6cf254d

Please sign in to comment.