Skip to content

Commit

Permalink
chore(deps): update dependency tsup to v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 20, 2022
1 parent 74b7bf8 commit 59551fb
Show file tree
Hide file tree
Showing 9 changed files with 26 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 @@ -83,7 +83,7 @@
"@types/react-transition-group": "4.4.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "6.4.0"
"tsup": "6.5.0"
},
"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": "6.4.0"
"tsup": "6.5.0"
},
"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": "6.4.0"
"tsup": "6.5.0"
},
"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.20.5",
"@marigold/tsconfig": "workspace:*",
"react": "18.2.0",
"tsup": "6.4.0"
"tsup": "6.5.0"
},
"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": "6.4.0"
"tsup": "6.5.0"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down
36 changes: 18 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": "6.4.0"
"tsup": "6.5.0"
},
"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": "6.4.0"
"tsup": "6.5.0"
},
"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": "6.4.0"
"tsup": "6.5.0"
},
"scripts": {
"build": "tsup src/index.ts",
Expand Down

0 comments on commit 59551fb

Please sign in to comment.