Skip to content

Commit

Permalink
build: upgrade tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 23, 2023
1 parent f52f2f0 commit 457fe01
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 163 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=8",
"npm": ">=5"
"node": ">=18"
},
"scripts": {
"test": "jest",
Expand Down Expand Up @@ -39,7 +38,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"tsup": "^6.7.0",
"tsup": "^8.0.1",
"typescript": "^4.5.2"
},
"files": [
Expand Down
Loading

0 comments on commit 457fe01

Please sign in to comment.