Skip to content

Commit

Permalink
Drop Node'js < v18 and TypeScript < v5 as required by tsconfck v3 (#236)
Browse files Browse the repository at this point in the history
* Drop Node'js < v18 and TypeScript < v5 as required by tsconfck v3

See #224

* update lockfile
  • Loading branch information
cometkim authored Dec 4, 2023
1 parent 7801a76 commit 7bf90bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilled-toys-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nanobundle": major
---

Drop Node'js < v18 and TypeScript < v5 as required by tsconfck v3. (#224)
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
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3985,7 +3985,7 @@ __metadata:
vitest: "npm:^0.34.6"
xstate: "npm:^4.35.0"
peerDependencies:
typescript: ^3.7.0 || ^4.0.0 || ^5.0.0
typescript: ^5.0.0
peerDependenciesMeta:
typescript:
optional: true
Expand Down

0 comments on commit 7bf90bf

Please sign in to comment.