diff --git a/amnet-web/package-lock.json b/amnet-web/package-lock.json index 4980cc0..6fa6411 100644 --- a/amnet-web/package-lock.json +++ b/amnet-web/package-lock.json @@ -30,8 +30,8 @@ "react-hook-form": "^7.69.0", "react-router-dom": "^7.11.0", "react-timeago": "^8.3.0", + "tailwind-animate": "^0.2.10", "tailwind-merge": "^3.4.0", - "tailwindcss-animate": "^1.0.7", "vaul": "^1.1.2", "zod": "^4.2.1" }, @@ -61,9 +61,9 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@types/lodash": "^4.17.16", - "tsup": "^8.4.0", - "typescript": "^5.8.2" + "@types/lodash": "^4.17.21", + "tsup": "^8.5.1", + "typescript": "^5.9.3" } }, "node_modules/@alloc/quick-lru": { @@ -4591,7 +4591,6 @@ } ], "license": "MIT", - "peer": true, "dependencies": { "nanoid": "^3.3.11", "picocolors": "^1.1.1", @@ -4910,6 +4909,15 @@ "node": ">=8" } }, + "node_modules/tailwind-animate": { + "version": "0.2.10", + "resolved": "https://registry.npmjs.org/tailwind-animate/-/tailwind-animate-0.2.10.tgz", + "integrity": "sha512-9vczT78R9O7HIrydvGJNz4/19ogjSQSFlYpwleAxcxIT1m9pvAIGQr/+f6qG9sB5gq3JLB6IRKmw9RGJUrLeXQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/nrjdalal" + } + }, "node_modules/tailwind-merge": { "version": "3.4.0", "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.4.0.tgz", @@ -4924,18 +4932,10 @@ "version": "4.1.18", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", + "dev": true, "license": "MIT", "peer": true }, - "node_modules/tailwindcss-animate": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz", - "integrity": "sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==", - "license": "MIT", - "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" - } - }, "node_modules/tapable": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.3.0.tgz", diff --git a/amnet-web/package.json b/amnet-web/package.json index f23bd1d..0d68e30 100644 --- a/amnet-web/package.json +++ b/amnet-web/package.json @@ -33,7 +33,6 @@ "react-router-dom": "^7.11.0", "react-timeago": "^8.3.0", "tailwind-merge": "^3.4.0", - "tailwindcss-animate": "^1.0.7", "vaul": "^1.1.2", "zod": "^4.2.1" },