Skip to content

Commit

Permalink
chore(deps): update tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent 5a4c580 commit 1e79ae9
Show file tree
Hide file tree
Showing 11 changed files with 306 additions and 399 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": "8.57.0",
"eslint-plugin-tailwindcss": "3.14.2",
"eslint-plugin-tailwindcss": "3.17.3",
"typescript": "5.3.3"
}
}
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.5.11"
"prettier-plugin-tailwindcss": "0.6.4"
}
}
6 changes: 3 additions & 3 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.0.6",
"@storybook/react-vite": "^8.0.6",
"autoprefixer": "10.4.19",
"postcss": "8.4.35",
"postcss-loader": "8.1.0",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "^8.0.6",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.4",
"typescript": "5.3.3",
"vite": "5.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@marigold/theme-docs": "workspace:*",
"@marigold/theme-preset": "workspace:*",
"@react-aria/i18n": "3.11.1",
"@tailwindcss/typography": "0.5.10",
"@tailwindcss/typography": "0.5.13",
"@tanstack/react-query": "5.28.9",
"@vercel/analytics": "1.2.2",
"autoprefixer": "10.4.19",
Expand All @@ -29,7 +29,7 @@
"mdast-util-toc": "7.0.1",
"next": "14.1.4",
"next-contentlayer2": "0.4.6",
"postcss": "8.4.35",
"postcss": "8.4.38",
"react": "18.3.1",
"react-docgen-typescript": "2.2.2",
"react-dom": "18.3.1",
Expand All @@ -42,7 +42,7 @@
"remark-gfm": "4.0.0",
"shiki": "1.5.2",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.4",
"zod": "3.22.4",
"zod-form-data": "2.0.2",
"zx": "7.2.3"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
"next": "14.1.4",
"postcss-import": "16.0.0",
"postcss-loader": "8.1.0",
"tailwindcss": "3.4.1",
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"tailwindcss": "3.4.4",
"turbo": "1.13.4",
"vite": "5.3.1",
"vite-tsconfig-paths": "4.3.2"
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.2.2",
"react-fast-compare": "3.2.0",
"tailwind-merge": "2.2.1"
"tailwind-merge": "2.3.0"
},
"peerDependencies": {
"react": "18.x",
Expand All @@ -38,9 +38,9 @@
"devDependencies": {
"@babel/core": "7.24.6",
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.35",
"postcss": "8.4.38",
"react": "18.3.1",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.4",
"tsup": "8.0.2"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/theme-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"dependencies": {
"@marigold/system": "workspace:*",
"deepmerge": "4.3.1",
"tailwindcss-react-aria-components": "1.1.1"
"tailwindcss-react-aria-components": "1.1.3"
},
"peerDependencies": {
"postcss": "8.4.x",
"tailwindcss": "3.4.x"
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"postcss": "8.4.38",
"tailwindcss": "3.4.4",
"tsup": "8.0.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 1e79ae9

Please sign in to comment.