Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v5.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 9, 2022
1 parent b75388b commit 185b8ba
Show file tree
Hide file tree
Showing 9 changed files with 455 additions and 1,066 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@marigold/tsconfig": "workspace:*",
"react": "^17.x",
"react-dom": "^17.x",
"tsup": "5.12.6"
"tsup": "5.12.7"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@marigold/components": "workspace:*",
"@marigold/system": "workspace:*",
"@marigold/tsconfig": "workspace:*",
"tsup": "5.12.6"
"tsup": "5.12.7"
},
"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": "5.12.6"
"tsup": "5.12.7"
},
"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 @@
"@babel/core": "7.17.10",
"@marigold/tsconfig": "workspace:*",
"react": "17.x",
"tsup": "5.12.6"
"tsup": "5.12.7"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"tsup": "5.12.6"
"tsup": "5.12.7"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
Loading

0 comments on commit 185b8ba

Please sign in to comment.