deps-remove: ➖ Update obsolete dependency to latest stable version
This commit is contained in:
parent
f2f5868ec0
commit
8d414cd3f4
1 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"build": "tsup",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"clean": "rm -rf dist"
|
||||
},
|
||||
|
|
@ -27,7 +27,8 @@
|
|||
"@types/react-dom": "^19.2.3",
|
||||
"react": "^18.3.1",
|
||||
"styled-components": "^6.3.5",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "^5.9.3",
|
||||
"tsup": "^8.5.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue