Skip to content

Commit bce2e7e

Browse files
fix(deps): update dependency tailwindcss to v4.1.7 (#1282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14f5460 commit bce2e7e

File tree

6 files changed

+15
-20
lines changed

6 files changed

+15
-20
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@tailwindcss/vite": "4.1.7",
4848
"@tanstack/react-router-devtools": "1.114.27",
4949
"react-docgen-typescript": "2.2.2",
50-
"tailwindcss": "4.0.17",
50+
"tailwindcss": "4.1.7",
5151
"vite-tsconfig-paths": "5.1.4"
5252
}
5353
}

form-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@obosbbl/grunnmuren-tailwind": "workspace:*",
19-
"tailwindcss": "4.0.17"
19+
"tailwindcss": "4.1.7"
2020
}
2121
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react": "19.0.0",
4545
"react-dom": "19.0.0",
4646
"storybook": "8.6.14",
47-
"tailwindcss": "4.0.17",
47+
"tailwindcss": "4.1.7",
4848
"typescript": "5.8.3"
4949
},
5050
"packageManager": "[email protected]",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"react": "^19"
3838
},
3939
"devDependencies": {
40-
"tailwindcss": "4.0.17"
40+
"tailwindcss": "4.1.7"
4141
}
4242
}

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"font-fallback": "bun --cwd=./fonts ./generate-font-fallback.ts"
2020
},
2121
"devDependencies": {
22-
"tailwindcss": "4.0.17"
22+
"tailwindcss": "4.1.7"
2323
},
2424
"peerDependencies": {
2525
"tailwindcss": "^4.0.0"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)