Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Renovate Bot
a120ce56f6
fix(deps): update dependency tailwind-merge to v3
Signed-off-by: Renovate Bot <renovate@kektus.xyz>
2025-01-30 17:24:18 +00:00
2 changed files with 8 additions and 7 deletions

View file

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

View file

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