Skip to content

Commit 2fc59a2

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] <support@github.com>
1 parent 445001a commit 2fc59a2

File tree

5 files changed

+23
-199
lines changed

5 files changed

+23
-199
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": "^7.3.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"react": "18.3.1",
6565
"react-dom": "18.3.1",
6666
"react-router-dom": "^7.12.0",
67-
"tailwindcss": "^3.0.0",
67+
"tailwindcss": "^4.1.18",
6868
"tslib": "^2.6.0",
6969
"turbo": "^2.7.5",
7070
"typescript": "^5.9.3",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@vitejs/plugin-react": "^4.2.1",
9090
"autoprefixer": "^10.4.16",
9191
"postcss": "^8.4.31",
92-
"tailwindcss": "^3.3.5",
92+
"tailwindcss": "^4.1.18",
9393
"typescript": "^5.9.3",
9494
"vite": "^7.3.1",
9595
"vite-plugin-dts": "^4.5.4"

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@vitejs/plugin-react": "^4.2.1",
4141
"autoprefixer": "^10.4.19",
4242
"postcss": "^8.4.38",
43-
"tailwindcss": "^3.4.1",
43+
"tailwindcss": "^4.1.18",
4444
"typescript": "^5.2.2",
4545
"vite": "^5.2.0"
4646
}

0 commit comments

Comments
 (0)