Skip to content

Commit 2eef21c

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 3c28102 commit 2eef21c

File tree

5 files changed

+22
-198
lines changed

5 files changed

+22
-198
lines changed

examples/designer-modes/package.json

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

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.9.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
@@ -53,7 +53,7 @@
5353
"prettier": "^3.8.0",
5454
"react": "18.3.1",
5555
"react-dom": "18.3.1",
56-
"tailwindcss": "^3.0.0",
56+
"tailwindcss": "^4.1.18",
5757
"tslib": "^2.6.0",
5858
"turbo": "^2.6.3",
5959
"typescript": "^5.9.3",

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.9.3",
8484
"vite": "^5.0.0",
8585
"vite-plugin-dts": "^3.9.1"

0 commit comments

Comments
 (0)