Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjake committed Nov 30, 2024
1 parent aa151d1 commit d9fc2a4
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 550 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "20.x"
cache: "pnpm"
registry-url: 'https://registry.npmjs.org'

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"just-clone": "^6.2.0"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@vitest/coverage-istanbul": "^2.0.5",
"gts": "^5.3.1",
"prettier-plugin-organize-imports": "^4.0.0",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.1.0",
"vitest": "^2.0.5"
"@types/node": "^22.10.1",
"@vitest/coverage-istanbul": "^2.1.6",
"gts": "^6.0.2",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.6"
},
"keywords": [
"diff",
Expand Down
Loading

0 comments on commit d9fc2a4

Please sign in to comment.