fix(deps): update dependency tailwind-merge to v3

Signed-off-by: Renovate Bot <renovate@kektus.xyz>
This commit is contained in:
Renovate Bot 2025-01-30 17:24:18 +00:00
commit a120ce56f6
No known key found for this signature in database
GPG key ID: A3391C9BFE8AB8F3
2 changed files with 8 additions and 7 deletions

View file

@ -1,12 +1,12 @@
{ {
"name": "summer2024-frontend", "name": "summer2024-frontend",
"version": "2.0.1", "version": "2.1.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "summer2024-frontend", "name": "summer2024-frontend",
"version": "2.0.1", "version": "2.1.4",
"dependencies": { "dependencies": {
"@vee-validate/zod": "^4.13.2", "@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.0", "@vueuse/core": "^10.11.0",
@ -21,7 +21,7 @@
"ol-ext": "^4.0.21", "ol-ext": "^4.0.21",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"radix-vue": "^1.9.2", "radix-vue": "^1.9.2",
"tailwind-merge": "^2.4.0", "tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2", "vee-validate": "^4.13.2",
"vue": "^3.4.29", "vue": "^3.4.29",
@ -6047,9 +6047,10 @@
} }
}, },
"node_modules/tailwind-merge": { "node_modules/tailwind-merge": {
"version": "2.4.0", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz", "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.0.0.tgz",
"integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==", "integrity": "sha512-y6SRDRD+NJldSrsMcFBL2kuwwlnrzhNFuS6C/NI+dA1sqj7T5S4Jkl7bsltpD45cwEKlWlDnZA5PC+LDtz+vXQ==",
"license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",
"url": "https://github.com/sponsors/dcastil" "url": "https://github.com/sponsors/dcastil"

View file

@ -24,7 +24,7 @@
"ol-ext": "^4.0.21", "ol-ext": "^4.0.21",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"radix-vue": "^1.9.2", "radix-vue": "^1.9.2",
"tailwind-merge": "^2.4.0", "tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2", "vee-validate": "^4.13.2",
"vue": "^3.4.29", "vue": "^3.4.29",