Skip to content

Commit

Permalink
chore(deps): update external-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent ec3e951 commit 8781ca6
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"fast-glob": "^3.3.2",
"locate-chrome": "^0.1.1",
"pdf-lib": "^1.17.1",
"puppeteer-chromium-resolver": "^21.0.0",
"puppeteer-core": "^21.11.0",
"puppeteer-chromium-resolver": "^22.0.0",
"puppeteer-core": "^22.2.0",
"puppeteer-report": "^3.1.0",
"typescript": "^5.3.3",
"yargs": "^17.7.2"
Expand All @@ -54,10 +54,10 @@
"conventional-changelog": "^5.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.57.0",
"husky": "^8.0.3",
"knip": "^3.13.2",
"husky": "^9.0.11",
"knip": "^5.0.2",
"lint-staged": "^15.2.2",
"npm-run-all2": "^5.0.2",
"npm-run-all2": "^6.1.2",
"release-it": "^17.1.1",
"semver": "^7.6.0",
"tsx": "^4.7.1",
Expand Down
Loading

0 comments on commit 8781ca6

Please sign in to comment.