chore: remove uuid and @types/uuid from dependencies for cleanup

This commit is contained in:
Marco Pedone 2026-05-04 12:50:27 +02:00
parent 8e9d34e61f
commit 1826116a82
3 changed files with 0 additions and 26 deletions

View file

@ -24,9 +24,7 @@
"pdfjs-dist",
"kysely-plugin-serialize",
"sharp",
"uuid",
"@react-email/components",
"@types/uuid",
"kanel-kysely",
"kanel-zod",
"npm-run-all",

View file

@ -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,

View file

@ -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",