diff --git a/apps/infoalloggi/knip.json b/apps/infoalloggi/knip.json index c964ba3..f7a2769 100644 --- a/apps/infoalloggi/knip.json +++ b/apps/infoalloggi/knip.json @@ -24,9 +24,7 @@ "pdfjs-dist", "kysely-plugin-serialize", "sharp", - "uuid", "@react-email/components", - "@types/uuid", "kanel-kysely", "kanel-zod", "npm-run-all", diff --git a/apps/infoalloggi/package-lock.json b/apps/infoalloggi/package-lock.json index e03ee2f..a8d8bcd 100644 --- a/apps/infoalloggi/package-lock.json +++ b/apps/infoalloggi/package-lock.json @@ -90,7 +90,6 @@ "tunnel-rat": "^0.1.2", "tw-animate-css": "^1.4.0", "type-fest": "^5.5.0", - "uuid": "^13.0.0", "vaul": "^1.1.2", "zod": "^4.3.6" }, @@ -108,7 +107,6 @@ "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", "@types/react-is": "^19.2.0", - "@types/uuid": "^11.0.0", "@vitejs/plugin-react": "^6.0.1", "cross-env": "^10.1.0", "dotenv": "^17.3.1", @@ -6343,15 +6341,6 @@ "version": "0.0.6", "license": "MIT" }, - "node_modules/@types/uuid": { - "version": "11.0.0", - "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", - "dev": true, - "license": "MIT", - "dependencies": { - "uuid": "*" - } - }, "node_modules/@vitejs/plugin-react": { "version": "6.0.1", "dev": true, @@ -13170,17 +13159,6 @@ "version": "1.0.2", "license": "MIT" }, - "node_modules/uuid": { - "version": "13.0.0", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist-node/bin/uuid" - } - }, "node_modules/validate-npm-package-license": { "version": "3.0.4", "dev": true, diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index 726ae92..31c85e1 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -105,7 +105,6 @@ "tunnel-rat": "^0.1.2", "tw-animate-css": "^1.4.0", "type-fest": "^5.5.0", - "uuid": "^13.0.0", "vaul": "^1.1.2", "zod": "^4.3.6" }, @@ -123,7 +122,6 @@ "@types/react": "^19.2.9", "@types/react-dom": "^19.2.3", "@types/react-is": "^19.2.0", - "@types/uuid": "^11.0.0", "@vitejs/plugin-react": "^6.0.1", "cross-env": "^10.1.0", "dotenv": "^17.3.1",