Skip to content

Commit

Permalink
Merge pull request #3891 from signalco-io/renovate/tsup-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency tsup to v8
  • Loading branch information
AleksandarDev authored Nov 20, 2023
2 parents 23c0699 + 866da58 commit 713fe8c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 20 deletions.
2 changes: 1 addition & 1 deletion web/packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@signalco/tsconfig": "workspace:*",
"rimraf": "5.0.5",
"tsup": "7.3.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion web/packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"tsup": "7.3.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"tsup": "7.3.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/lexorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@signalco/tsconfig": "workspace:*",
"rimraf": "5.0.5",
"tsup": "7.3.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion web/packages/ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"tsup": "7.3.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion web/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"postcss-preset-env": "9.3.0",
"rimraf": "5.0.5",
"sass": "1.69.5",
"tsup": "7.3.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"dependencies": {
Expand Down
31 changes: 17 additions & 14 deletions web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 713fe8c

Please sign in to comment.