Skip to content

Commit f2ca4b8

Browse files
chore(deps-dev): bump @tailwindcss/postcss from 4.2.0 to 4.2.1
Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) from 4.2.0 to 4.2.1. - [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.2.1/packages/@tailwindcss-postcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d125daf commit f2ca4b8

4 files changed

Lines changed: 99 additions & 94 deletions

File tree

client/react/desktop/tauri-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"tailwind-merge": "^2.6.1"
2727
},
2828
"devDependencies": {
29-
"@tailwindcss/postcss": "^4.2.0",
29+
"@tailwindcss/postcss": "^4.2.1",
3030
"@tauri-apps/cli": "^2.10.0",
3131
"@types/node": "^22.19.11",
3232
"@types/react": "^18.3.27",

client/react/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"three": "^0.183.2"
3030
},
3131
"devDependencies": {
32-
"@tailwindcss/postcss": "^4.2.0",
32+
"@tailwindcss/postcss": "^4.2.1",
3333
"@types/node": "^22.19.11",
3434
"@types/react": "^18.3.27",
3535
"@types/react-dom": "^18.3.7",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"corepack": "^0.34.6"
99
},
1010
"devDependencies": {
11-
"@tailwindcss/postcss": "^4.2.0",
11+
"@tailwindcss/postcss": "^4.2.1",
1212
"json-schema-to-typescript": "^15.0.4"
1313
},
1414
"pnpm": {

0 commit comments

Comments
 (0)