Skip to content

Commit e784da1

Browse files
committed
chore: update dependencies
1 parent 9f6e09c commit e784da1

File tree

3 files changed

+201
-198
lines changed

3 files changed

+201
-198
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
### GitHub Repository
1717

18-
- Set an NPM auth token as a GitHub secret with key `NPM_TOKEN` to be used to publish to NPM via release workflow.
19-
- Set a GitHub personal access token as a GitHub secret with key `GH_PAT` to automate changeset pull requests via
18+
- [] Set an NPM auth token as a GitHub secret with key `NPM_TOKEN` to be used to publish to NPM via release workflow.
19+
- [] Set a GitHub personal access token as a GitHub secret with key `GH_PAT` to automate changeset pull requests via
2020
release workflow.
2121

2222
### Project Files

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
"@eslint/js": "^9.3.0",
3434
"@types/eslint": "^8.56.10",
3535
"@types/node": "^20.12.12",
36-
"@typescript-eslint/eslint-plugin": "^7.10.0",
37-
"@typescript-eslint/parser": "^7.10.0",
36+
"@typescript-eslint/eslint-plugin": "^7.11.0",
37+
"@typescript-eslint/parser": "^7.11.0",
3838
"eslint": "^8.57.0",
3939
"eslint-config-prettier": "^9.1.0",
40-
"glob": "^10.3.15",
40+
"glob": "^10.4.1",
4141
"prettier": "^3.2.5",
4242
"rimraf": "^5.0.7",
4343
"tsup": "^8.0.2",
44-
"tsx": "^4.10.5",
44+
"tsx": "^4.11.0",
4545
"typescript": "^5.4.5",
46-
"typescript-eslint": "^7.10.0"
46+
"typescript-eslint": "^7.11.0"
4747
},
48-
"packageManager": "[email protected].1",
48+
"packageManager": "[email protected].2",
4949
"engines": {
5050
"node": ">=18.0.0 <21",
5151
"pnpm": "^9.0.0"

0 commit comments

Comments
 (0)