Skip to content

Commit 87ea25f

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 afb0341 commit 87ea25f

File tree

6 files changed

+27
-197
lines changed

6 files changed

+27
-197
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react-dom": "18.3.1",
2424
"autoprefixer": "^10.4.23",
2525
"postcss": "^8.4.49",
26-
"tailwindcss": "^3.4.17",
26+
"tailwindcss": "^4.1.18",
2727
"typescript": "^5.9.3"
2828
}
2929
}

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
@@ -67,7 +67,7 @@
6767
"react": "18.3.1",
6868
"react-dom": "18.3.1",
6969
"react-router-dom": "^7.12.0",
70-
"tailwindcss": "^3.0.0",
70+
"tailwindcss": "^4.1.18",
7171
"tslib": "^2.6.0",
7272
"turbo": "^2.7.5",
7373
"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)