Skip to content

Commit 317abf5

Browse files
Update dependency tailwindcss to v3.4.16
1 parent 28392d9 commit 317abf5

File tree

5 files changed

+1011
-351
lines changed

5 files changed

+1011
-351
lines changed

apps/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-dom": "18.2.0",
3434
"react-hook-form": "7.43.9",
3535
"spinners-react": "1.0.7",
36-
"tailwindcss": "3.2.7",
36+
"tailwindcss": "3.4.16",
3737
"ts-pattern": "3.3.5",
3838
"typescript": "4.9.5",
3939
"ui": "workspace:*",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"autoprefixer": "^10.4.13",
4747
"postcss": "^8.4.21",
48-
"tailwindcss": "3.2.7"
48+
"tailwindcss": "3.4.16"
4949
},
5050
"packageManager": "[email protected]"
5151
}

packages/tailwind-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"private": true,
66
"devDependencies": {
7-
"tailwindcss": "3.2.7",
7+
"tailwindcss": "3.4.16",
88
"tailwindcss-animate": "^1.0.5"
99
}
1010
}

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"spinners-react": "1.0.7",
3939
"tailwind-config": "workspace:*",
4040
"tailwind-merge": "^1.9.0",
41-
"tailwindcss": "3.2.7",
41+
"tailwindcss": "3.4.16",
4242
"tailwindcss-animate": "^1.0.5",
4343
"tsconfig": "workspace:*",
4444
"tsup": "^6.6.0",

0 commit comments

Comments
 (0)