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 May 7, 2024
1 parent 655d275 commit 3f7cf9e
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/package.json') }}
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.x.x
run_install: true
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -27,19 +27,19 @@
"test": "vitest"
},
"devDependencies": {
"@innei/eslint-config-ts": "0.10.3",
"@innei/prettier": "0.10.3",
"@innei/eslint-config-ts": "0.13.1",
"@innei/prettier": "0.13.1",
"@types/conventional-changelog": "3.1.5",
"@types/inquirer": "9.0.7",
"@types/semver": "7.5.8",
"@vercel/ncc": "0.36.1",
"@vercel/ncc": "0.38.1",
"husky": "8.0.3",
"inquirer": "^9.2.20",
"lint-staged": "14.0.1",
"semver": "^7.6.0",
"typescript": "5.1.6",
"typescript": "5.4.5",
"vite": "4.3.9",
"vitest": "0.31.4",
"vitest": "0.34.6",
"zx": "^7.2.3"
},
"dependencies": {}
Expand Down

0 comments on commit 3f7cf9e

Please sign in to comment.