Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v8.0.2 (#5067)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent 7164290 commit 73f62d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.5",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3",
"vite": "5.1.1",
"vite-tsconfig-paths": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"prisma": "5.9.1",
"rimraf": "5.0.5",
"transliteration": "2.3.5",
"tsup": "8.0.1",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.3.3",
"vite": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rimraf": "5.0.5",
"size-limit": "11.0.2",
"tslib": "2.6.2",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3",
"vite": "5.1.1",
"vite-tsconfig-paths": "4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"sirv-cli": "2.0.2",
"storybook": "7.6.13",
"tailwindcss": "3.4.1",
"tsup": "8.0.1",
"tsup": "8.0.2",
"typescript": "5.3.3",
"vite": "5.1.1",
"vite-tsconfig-paths": "4.3.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8575,7 +8575,7 @@ __metadata:
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
rimraf: "npm:5.0.5"
tsup: "npm:8.0.1"
tsup: "npm:8.0.2"
typescript: "npm:5.3.3"
vite: "npm:5.1.1"
vite-tsconfig-paths: "npm:4.3.1"
Expand Down Expand Up @@ -8613,7 +8613,7 @@ __metadata:
prisma: "npm:5.9.1"
rimraf: "npm:5.0.5"
transliteration: "npm:2.3.5"
tsup: "npm:8.0.1"
tsup: "npm:8.0.2"
tsx: "npm:4.7.1"
typescript: "npm:5.3.3"
vite: "npm:5.1.1"
Expand Down Expand Up @@ -8711,7 +8711,7 @@ __metadata:
rimraf: "npm:5.0.5"
size-limit: "npm:11.0.2"
tslib: "npm:2.6.2"
tsup: "npm:8.0.1"
tsup: "npm:8.0.2"
typescript: "npm:5.3.3"
vite: "npm:5.1.1"
vite-tsconfig-paths: "npm:4.3.1"
Expand Down Expand Up @@ -8759,7 +8759,7 @@ __metadata:
sirv-cli: "npm:2.0.2"
storybook: "npm:7.6.13"
tailwindcss: "npm:3.4.1"
tsup: "npm:8.0.1"
tsup: "npm:8.0.2"
typescript: "npm:5.3.3"
vite: "npm:5.1.1"
vite-tsconfig-paths: "npm:4.3.1"
Expand Down Expand Up @@ -22607,9 +22607,9 @@ __metadata:
languageName: node
linkType: hard

"tsup@npm:8.0.1":
version: 8.0.1
resolution: "tsup@npm:8.0.1"
"tsup@npm:8.0.2":
version: 8.0.2
resolution: "tsup@npm:8.0.2"
dependencies:
bundle-require: "npm:^4.0.0"
cac: "npm:^6.7.12"
Expand Down Expand Up @@ -22642,7 +22642,7 @@ __metadata:
bin:
tsup: dist/cli-default.js
tsup-node: dist/cli-node.js
checksum: 10c0/2869187881fd30ce883d2069a1948b80946fc09a1bedb2ceb5ec20ea29602a897177dc3d19617c489b0811b86a902f5c52f51cc0b2d7e1892cb5328c3a197bfe
checksum: 10c0/de3e8b2d9a7a504afb9394f2409ef88fd21dd338a78ebb572dd5c1719d73db816baa7ae4b7867016f08ba6a67560daec13a85768efff1d70e380972e39e27ce6
languageName: node
linkType: hard

Expand Down

0 comments on commit 73f62d2

Please sign in to comment.