Skip to content

Commit cd4186f

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 d253e9f commit cd4186f

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.6.3",
7070
"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": "^7.3.1",
8585
"vite-plugin-dts": "^4.5.4"

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vitejs/plugin-react": "^4.2.1",
3131
"autoprefixer": "^10.4.19",
3232
"postcss": "^8.4.38",
33-
"tailwindcss": "^3.4.1",
33+
"tailwindcss": "^4.1.18",
3434
"typescript": "^5.2.2",
3535
"vite": "^5.2.0"
3636
}

0 commit comments

Comments
 (0)