Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v5.12.7 (#2058)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 9, 2022
1 parent 2b2eda2 commit f725280
Show file tree
Hide file tree
Showing 9 changed files with 1,068 additions and 453 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 f725280

Please sign in to comment.