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 ac7bf40 commit b918cfd
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 26 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
40 changes: 22 additions & 18 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.6"
"tsup": "5.12.7"
},
"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.6"
"tsup": "5.12.7"
},
"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.6"
"tsup": "5.12.7"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down

0 comments on commit b918cfd

Please sign in to comment.