Skip to content

Commit

Permalink
Merge pull request #2 from amandaguthrie/chore/update-deps
Browse files Browse the repository at this point in the history
Chore: Update pnpm and dependencies
  • Loading branch information
amandaguthrie committed Apr 24, 2024
2 parents dfe2df3 + 1e16e79 commit fe3afd5
Show file tree
Hide file tree
Showing 3 changed files with 2,495 additions and 2,025 deletions.
2 changes: 1 addition & 1 deletion .github/composite-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"glob": "^10.3.10",
"glob": "^10.3.12",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.4.3"
"tsx": "^4.7.2",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.0.5",
"engines": {
"node": ">=18.0.0 <21",
"pnpm": "^8.0.0"
"pnpm": "^9.0.0"
}
}
Loading

0 comments on commit fe3afd5

Please sign in to comment.