Compare commits

...

1 Commits

Author SHA1 Message Date
052a5c1fd1 fix(deps): update dependency tailwind-merge to v3
Some checks failed
Check / Lint and Check (push) Has been cancelled
Check / Lint and Check (pull_request) Has been cancelled
2025-05-09 09:06:43 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"sharp": "^0.33.4", "sharp": "^0.33.4",
"tailwind-merge": "^2.5.2", "tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
@ -8483,9 +8483,9 @@
} }
}, },
"node_modules/tailwind-merge": { "node_modules/tailwind-merge": {
"version": "2.5.3", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.3.tgz", "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.2.0.tgz",
"integrity": "sha512-d9ZolCAIzom1nf/5p4LdD5zvjmgSxY0BGgdSvmXIoMYAiPdAW/dSpP7joCDYFY7r/HkEa2qmPtkgsu0xjQeQtw==", "integrity": "sha512-FQT/OVqCD+7edmmJpsgCsY820RTD5AkBryuG5IUqR5YQZSdj5xlH5nLgH7YPths7WsLPSpSBNneJdM8aS8aeFA==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",

View File

@ -29,7 +29,7 @@
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"sharp": "^0.33.4", "sharp": "^0.33.4",
"tailwind-merge": "^2.5.2", "tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },