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 Aug 7, 2023
1 parent 4af550a commit 2033959
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 356 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
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -27,8 +27,8 @@
"test": "vitest"
},
"devDependencies": {
"@innei/eslint-config-ts": "0.10.3",
"@innei/prettier": "0.10.3",
"@innei/eslint-config-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@types/conventional-changelog": "3.1.1",
"@types/inquirer": "9.0.3",
"@types/semver": "7.5.0",
Expand All @@ -38,8 +38,8 @@
"lint-staged": "13.2.3",
"semver": "^7.5.4",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.31.4",
"vite": "4.4.9",
"vitest": "0.34.1",
"zx": "^7.2.3"
},
"dependencies": {}
Expand Down

0 comments on commit 2033959

Please sign in to comment.