Skip to content

Commit 9cf3f47

Browse files
chore(deps-dev): bump tailwindcss (#2099)
Bumps the dev-dependencies group with 1 update in the / directory: [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `tailwindcss` from 4.3.1 to 4.3.2 - [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.3.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ccecd9 commit 9cf3f47

8 files changed

Lines changed: 39 additions & 34 deletions

File tree

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"react-dom": "19.2.7",
108108
"react-router-dom": "^7.18.0",
109109
"sonner": "^2.0.7",
110-
"tailwindcss": "^4.3.1",
110+
"tailwindcss": "^4.3.2",
111111
"typescript": "^6.0.3",
112112
"vite": "^8.1.0",
113113
"vitest": "^4.1.9"

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/react": "19.2.17",
4949
"@types/react-dom": "19.2.3",
5050
"postcss": "^8.5.16",
51-
"tailwindcss": "^4.3.1",
51+
"tailwindcss": "^4.3.2",
5252
"tailwindcss-animate": "^1.0.7",
5353
"typescript": "^6.0.3"
5454
}

examples/byo-backend-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@vitejs/plugin-react": "^6.0.3",
2929
"autoprefixer": "^10.5.2",
3030
"postcss": "^8.5.16",
31-
"tailwindcss": "^4.3.1",
31+
"tailwindcss": "^4.3.2",
3232
"typescript": "^6.0.3",
3333
"vite": "^8.1.0"
3434
}

examples/console-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/react": "19.2.17",
3737
"@types/react-dom": "19.2.3",
3838
"@vitejs/plugin-react": "^6.0.3",
39-
"tailwindcss": "^4.3.1",
39+
"tailwindcss": "^4.3.2",
4040
"typescript": "^6.0.3",
4141
"vite": "^8.1.0"
4242
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"react-dom": "19.2.7",
8787
"react-router-dom": "^7.18.0",
8888
"rollup-plugin-visualizer": "^7.0.1",
89-
"tailwindcss": "^4.3.1",
89+
"tailwindcss": "^4.3.2",
9090
"tslib": "^2.8.1",
9191
"tsx": "^4.22.4",
9292
"turbo": "^2.10.0",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"autoprefixer": "^10.5.2",
9797
"postcss": "^8.5.16",
9898
"shadcn": "^4.12.0",
99-
"tailwindcss": "^4.3.1",
99+
"tailwindcss": "^4.3.2",
100100
"typescript": "^6.0.3",
101101
"vite": "^8.1.0",
102102
"vite-plugin-dts": "^5.0.3"

packages/runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vitejs/plugin-react": "^6.0.3",
4242
"autoprefixer": "^10.5.2",
4343
"postcss": "^8.5.16",
44-
"tailwindcss": "^4.3.1",
44+
"tailwindcss": "^4.3.2",
4545
"typescript": "^6.0.3",
4646
"vite": "^8.1.0"
4747
},

pnpm-lock.yaml

Lines changed: 32 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)