Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2024
1 parent cd52db0 commit 5f03c75
Show file tree
Hide file tree
Showing 5 changed files with 433 additions and 87 deletions.
2 changes: 1 addition & 1 deletion internal/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"devDependencies": {
"tsup": "^6.5.0"
"tsup": "^8.0.0"
},
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest-environment-jsdom": "^29.3.1",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"tsup": "^6.5.0"
"tsup": "^8.0.0"
},
"dependencies": {
"tiny-warning": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-collapsed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"styled-components": "^5.2.0",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"tsup": "^6.5.0",
"tsup": "^8.0.0",
"typescript": "^4.9",
"vite": "^3.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"styled-components": "^5.2.0",
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"tsup": "^6.5.0",
"tsup": "^8.0.0",
"typescript": "^4.9",
"vite": "^3.2.4"
},
Expand Down

0 comments on commit 5f03c75

Please sign in to comment.