chore: bump pnpm version and typescript version

This commit is contained in:
2024-06-25 18:21:12 -07:00
parent 37d931de11
commit 75d34c2d94
2 changed files with 17 additions and 11 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
},
"engines": {
"node": "20",
"pnpm": "8"
"pnpm": "9"
},
"repository": {
"type": "git",
@@ -24,6 +24,6 @@
},
"homepage": "https://github.com/naomi-lgbt/typescript-config#readme",
"peerDependencies": {
"typescript": "^5.0.0"
"typescript": ">=5.5.2"
}
}