Skip to content

Commit 18c5d9f

Browse files
chore(deps-dev): bump tailwindcss from 3.4.19 to 4.1.18
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.1.18. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df7816f commit 18c5d9f

File tree

5 files changed

+21
-274
lines changed

5 files changed

+21
-274
lines changed

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-refresh": "^0.4.24",
3737
"globals": "^16.5.0",
3838
"postcss": "^8.5.6",
39-
"tailwindcss": "^3.4.19",
39+
"tailwindcss": "^4.1.18",
4040
"tailwindcss-animate": "^1.0.7",
4141
"typescript": "~5.7.3",
4242
"typescript-eslint": "^8.46.4",

examples/prototype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"globals": "^16.5.0",
3131
"postcss": "^8.5.6",
32-
"tailwindcss": "^3.4.19",
32+
"tailwindcss": "^4.1.18",
3333
"typescript": "~5.7.3",
3434
"typescript-eslint": "^8.46.4",
3535
"vite": "^5.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prettier": "^3.0.0",
5353
"react": "18.3.1",
5454
"react-dom": "18.3.1",
55-
"tailwindcss": "^3.0.0",
55+
"tailwindcss": "^4.1.18",
5656
"tslib": "^2.6.0",
5757
"turbo": "^2.6.3",
5858
"typescript": "^5.0.0",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@vitejs/plugin-react": "^4.2.1",
8080
"autoprefixer": "^10.4.16",
8181
"postcss": "^8.4.31",
82-
"tailwindcss": "^3.3.5",
82+
"tailwindcss": "^4.1.18",
8383
"typescript": "^5.0.0",
8484
"vite": "^5.0.0",
8585
"vite-plugin-dts": "^3.9.1"

0 commit comments

Comments
 (0)