Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

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 Sep 30, 2023
1 parent bdceb1f commit 6af045f
Show file tree
Hide file tree
Showing 3 changed files with 371 additions and 275 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand All @@ -44,7 +44,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand All @@ -66,7 +66,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"vitest": ">=0.28.0"
},
"dependencies": {
"@actions/core": "^1.10.0",
"execa": "^7.1.1"
"@actions/core": "^1.10.1",
"execa": "^7.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@types/node": "^20.4.4",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vitest": "^0.33.0"
"@antfu/eslint-config": "^0.43.1",
"@types/node": "^20.8.0",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.6"
}
}

0 comments on commit 6af045f

Please sign in to comment.