Skip to content

Commit

Permalink
chore(deps): update tailwind (#4224)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent b1d0a73 commit 8e17ad1
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 116 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"eslint": "9.12.0",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-tailwindcss": "3.17.5",
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "^8.1.11",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"typescript": "5.5.4",
"vite": "5.4.6"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"shiki": "1.9.0",
"simple-git": "3.25.0",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"zod": "3.22.4",
"zod-form-data": "2.0.2",
"zx": "8.1.9"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"turbo": "2.0.14",
"typescript": "5.5.4",
"zx": "8.1.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"class-variance-authority": "0.7.0",
"deepmerge": "4.3.1",
"react-fast-compare": "3.2.2",
"tailwind-merge": "2.5.3"
"tailwind-merge": "2.5.4"
},
"peerDependencies": {
"react": "18.x",
Expand All @@ -40,7 +40,7 @@
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.47",
"react": "18.3.1",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"tsup": "8.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"tsup": "8.1.0"
},
"scripts": {
Expand Down
156 changes: 50 additions & 106 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/theme-b2b/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"tsup": "8.1.0"
},
"dependencies": {
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 @@ -46,7 +46,7 @@
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"tsup": "8.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"postcss": "8.4.47",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"tsup": "8.1.0"
},
"dependencies": {
Expand Down

0 comments on commit 8e17ad1

Please sign in to comment.