Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v8.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 3cd1451 commit 8a57d15
Show file tree
Hide file tree
Showing 8 changed files with 505 additions and 183 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react": "18.3.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.1.0"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"tsup": "8.1.0"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"postcss": "8.4.47",
"react": "18.3.1",
"tailwindcss": "3.4.14",
"tsup": "8.1.0"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"tsup": "8.1.0"
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
Loading

0 comments on commit 8a57d15

Please sign in to comment.