Skip to content

Commit

Permalink
Drop Node'js < v18 and TypeScript < v5 as required by tsconfck v3. (#224
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cometkim committed Dec 4, 2023
1 parent e3a98ee commit 757736f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"bin.mjs"
],
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"resolutions": {
"browserslist": "4.21.9",
"vite": "^5.0.0"
},
"peerDependencies": {
"typescript": "^3.7.0 || ^4.0.0 || ^5.0.0"
"typescript": "^5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 757736f

Please sign in to comment.