Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v5.12.8 (#2084)
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 19, 2022
1 parent 2925f7f commit 82a6361
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@marigold/tsconfig": "workspace:*",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsup": "5.12.7"
"tsup": "5.12.8"
},
"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.7"
"tsup": "5.12.8"
},
"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.7"
"tsup": "5.12.8"
},
"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.12",
"@marigold/tsconfig": "workspace:*",
"react": "17.0.2",
"tsup": "5.12.7"
"tsup": "5.12.8"
},
"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.7"
"tsup": "5.12.8"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
46 changes: 21 additions & 25 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion themes/theme-b2b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@marigold/components": "workspace:*",
"@marigold/tsconfig": "workspace:*",
"tsup": "5.12.7"
"tsup": "5.12.8"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@marigold/components": "workspace:*",
"@marigold/tsconfig": "workspace:*",
"tsup": "5.12.7"
"tsup": "5.12.8"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-unicorn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@marigold/components": "workspace:*",
"@marigold/tsconfig": "workspace:*",
"tsup": "5.12.7"
"tsup": "5.12.8"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down

0 comments on commit 82a6361

Please sign in to comment.