Skip to content

Commit

Permalink
chore(deps): update dependencies (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored May 29, 2024
1 parent 04686b8 commit 60b3790
Show file tree
Hide file tree
Showing 4 changed files with 851 additions and 890 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
echo "action_path=${action_path}" >> "$GITHUB_OUTPUT"
shell: bash

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
package_json_file: ${{ steps.action_relative_path.outputs.action_path }}/package.json
- uses: actions/setup-node@v4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
"puppeteer": "^22",
"serve-static": "^1.15.0",
"split2": "^4.2.0",
"subresources": "^1.3.2"
"subresources": "^1.3.3"
},
"engines": {
"node": "^20"
},
"packageManager": "pnpm@8.15.6",
"packageManager": "pnpm@9.1.3",
"scripts": {
"build": "tsc -p tsconfig.prod.json",
"dev": "tsc -p tsconfig.json -w",
"lint": "prettier . --check"
},
"devDependencies": {
"@types/finalhandler": "^1.2.3",
"@types/node": "^20.12.6",
"@types/node": "^20.12.12",
"@types/node-fetch": "^2.6.11",
"@types/serve-static": "^1.15.7",
"@types/split2": "^4.2.3",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"optionalDependencies": {
"prettier": "^3.2.5",
"yaml": "^2.4.1"
"yaml": "^2.4.2"
}
}
Loading

0 comments on commit 60b3790

Please sign in to comment.