The tailwind-variants is now updated to 3.x and seems to be working....The last things are the skeletonlabs. They keep breaking things....
This commit is contained in:
28
package-lock.json
generated
28
package-lock.json
generated
@@ -75,7 +75,7 @@
|
|||||||
"svelte-highlight": "^7.8.4",
|
"svelte-highlight": "^7.8.4",
|
||||||
"svelte-idle": "^3.0.1",
|
"svelte-idle": "^3.0.1",
|
||||||
"tailwind-merge": "^3.0.0",
|
"tailwind-merge": "^3.0.0",
|
||||||
"tailwind-variants": "^2.1.0",
|
"tailwind-variants": "^3.*.*",
|
||||||
"tailwindcss": "^4.1.10",
|
"tailwindcss": "^4.1.10",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"tslib": "^2.4.1",
|
"tslib": "^2.4.1",
|
||||||
@@ -4745,25 +4745,6 @@
|
|||||||
"mini-svg-data-uri": "^1.4.3"
|
"mini-svg-data-uri": "^1.4.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/flowbite-svelte/node_modules/tailwind-variants": {
|
|
||||||
"version": "3.2.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.2.2.tgz",
|
|
||||||
"integrity": "sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==",
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=16.x",
|
|
||||||
"pnpm": ">=7.x"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"tailwind-merge": ">=3.0.0",
|
|
||||||
"tailwindcss": "*"
|
|
||||||
},
|
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"tailwind-merge": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/follow-redirects": {
|
"node_modules/follow-redirects": {
|
||||||
"version": "1.15.11",
|
"version": "1.15.11",
|
||||||
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
||||||
@@ -7090,10 +7071,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/tailwind-variants": {
|
"node_modules/tailwind-variants": {
|
||||||
"version": "2.1.0",
|
"version": "3.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-2.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-3.2.2.tgz",
|
||||||
"integrity": "sha512-82m0eRex0z6A3GpvfoTCpHr+wWJmbecfVZfP3mqLoDxeya5tN4mYJQZwa5Aw1hRZTedwpu1D2JizYenoEdyD8w==",
|
"integrity": "sha512-Mi4kHeMTLvKlM98XPnK+7HoBPmf4gygdFmqQPaDivc3DpYS6aIY6KiG/PgThrGvii5YZJqRsPz0aPyhoFzmZgg==",
|
||||||
"dev": true,
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.x",
|
"node": ">=16.x",
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"svelte-highlight": "^7.8.4",
|
"svelte-highlight": "^7.8.4",
|
||||||
"svelte-idle": "^3.0.1",
|
"svelte-idle": "^3.0.1",
|
||||||
"tailwind-merge": "^3.0.0",
|
"tailwind-merge": "^3.0.0",
|
||||||
"tailwind-variants": "^2.1.0",
|
"tailwind-variants": "^3.*.*",
|
||||||
"tailwindcss": "^4.1.10",
|
"tailwindcss": "^4.1.10",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"tslib": "^2.4.1",
|
"tslib": "^2.4.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user