Skip to content

Commit

Permalink
chore(deps): update tailwind (#4120)
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 Aug 20, 2024
1 parent 37a2157 commit 88f70d7
Show file tree
Hide file tree
Showing 10 changed files with 207 additions and 254 deletions.
2 changes: 1 addition & 1 deletion config/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"prettier-plugin-tailwindcss": "0.6.5"
"prettier-plugin-tailwindcss": "0.6.6"
}
}
4 changes: 2 additions & 2 deletions config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@storybook/preview-api": "^8.1.11",
"@storybook/react-vite": "^8.1.11",
"autoprefixer": "10.4.20",
"postcss": "8.4.40",
"postcss": "8.4.41",
"postcss-loader": "8.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "^8.1.11",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vite": "5.4.1"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@marigold/theme-docs": "workspace:*",
"@marigold/theme-preset": "workspace:*",
"@react-aria/i18n": "3.12.1",
"@tailwindcss/typography": "0.5.13",
"@tailwindcss/typography": "0.5.14",
"@tanstack/react-query": "5.51.23",
"@vercel/analytics": "1.3.1",
"autoprefixer": "10.4.20",
Expand All @@ -32,7 +32,7 @@
"mdast-util-toc": "7.0.1",
"next": "14.2.5",
"next-contentlayer2": "0.5.0",
"postcss": "8.4.40",
"postcss": "8.4.41",
"react": "18.3.1",
"react-docgen-typescript": "2.2.2",
"react-dom": "18.3.1",
Expand All @@ -47,7 +47,7 @@
"shiki": "1.9.0",
"simple-git": "3.25.0",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.10",
"zod": "3.22.4",
"zod-form-data": "2.0.2",
"zx": "8.1.4"
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 @@
"postcss-loader": "8.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.10",
"turbo": "2.0.14",
"typescript": "5.5.4",
"zx": "8.1.4"
Expand Down
6 changes: 3 additions & 3 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.4.0"
"tailwind-merge": "2.5.2"
},
"peerDependencies": {
"react": "18.x",
Expand All @@ -38,9 +38,9 @@
"devDependencies": {
"@babel/core": "7.25.2",
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.40",
"postcss": "8.4.41",
"react": "18.3.1",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.10",
"tsup": "8.1.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.40",
"tailwindcss": "3.4.7",
"postcss": "8.4.41",
"tailwindcss": "3.4.10",
"tsup": "8.1.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 88f70d7

Please sign in to comment.