chore: update dependencies in package.json
- Bump @react-email/components from 1.0.8 to 1.0.12 - Bump @react-email/render from 2.0.4 to 2.0.6 - Bump framer-motion from 12.34.3 to 12.38.0 - Bump kysely from 0.28.10 to 0.28.16 - Bump nodemailer from 8.0.1 to 8.0.5 - Bump react-phone-number-input from 3.4.14 to 3.4.16 - Bump zod from 4.1.12 to 4.3.6 - Bump @react-email/preview-server from 5.2.8 to 5.2.10 - Bump @vitejs/plugin-react from 5.1.4 to 6.0.1 - Bump jsdom from 28.1.0 to 29.0.2 - Bump kanel from 3.16.1 to 4.0.1 - Bump kanel-kysely from 0.8.0 to 4.0.0 - Bump vitest from 4.0.18 to 4.1.4
This commit is contained in:
parent
0e606aa60e
commit
c5cf5302c4
2 changed files with 2019 additions and 1941 deletions
3934
apps/infoalloggi/package-lock.json
generated
3934
apps/infoalloggi/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -35,8 +35,8 @@
|
|||
"@radix-ui/react-slot": "^1.2.3",
|
||||
"@radix-ui/react-toggle-group": "^1.1.10",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@react-email/components": "^1.0.8",
|
||||
"@react-email/render": "^2.0.4",
|
||||
"@react-email/components": "^1.0.12",
|
||||
"@react-email/render": "^2.0.6",
|
||||
"@stripe/react-stripe-js": "^5.6.0",
|
||||
"@stripe/stripe-js": "^8.8.0",
|
||||
"@t3-oss/env-nextjs": "^0.13.10",
|
||||
|
|
@ -62,11 +62,11 @@
|
|||
"cookies-next": "^6.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"framer-motion": "^12.34.3",
|
||||
"framer-motion": "^12.38.0",
|
||||
"frimousse": "^0.3.0",
|
||||
"ioredis": "^5.9.2",
|
||||
"jose": "^6.0.12",
|
||||
"kysely": "^0.28.10",
|
||||
"kysely": "^0.28.16",
|
||||
"kysely-plugin-serialize": "^0.8.2",
|
||||
"leaflet": "^1.9.4",
|
||||
"leaflet-defaulticon-compatibility": "^0.1.2",
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
"next": "16.1.6",
|
||||
"next-themes": "^0.4.6",
|
||||
"nextjs-progressbar": "^0.0.16",
|
||||
"nodemailer": "^8.0.1",
|
||||
"nodemailer": "^8.0.5",
|
||||
"nodemailer-html-to-text": "^3.2.0",
|
||||
"nuqs": "^2.8.6",
|
||||
"papaparse": "^5.5.3",
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
"react-leaflet": "^5.0.0",
|
||||
"react-number-format": "^5.4.4",
|
||||
"react-pdf": "^10.4.0",
|
||||
"react-phone-number-input": "^3.4.14",
|
||||
"react-phone-number-input": "^3.4.16",
|
||||
"react-reverse-portal": "^2.3.0",
|
||||
"react-select": "^5.10.2",
|
||||
"react-use": "^17.6.0",
|
||||
|
|
@ -108,12 +108,12 @@
|
|||
"type-fest": "^5.4.1",
|
||||
"uuid": "^13.0.0",
|
||||
"vaul": "^1.1.2",
|
||||
"zod": "^4.1.12"
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.4.8",
|
||||
"@hookform/devtools": "^4.4.0",
|
||||
"@react-email/preview-server": "^5.2.8",
|
||||
"@react-email/preview-server": "^5.2.10",
|
||||
"@total-typescript/ts-reset": "^0.6.1",
|
||||
"@types/leaflet": "^1.9.21",
|
||||
"@types/node": "^24.2.0",
|
||||
|
|
@ -125,18 +125,18 @@
|
|||
"@types/react-dom": "^19.2.3",
|
||||
"@types/react-is": "^19.2.0",
|
||||
"@types/uuid": "^11.0.0",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"cross-env": "^10.1.0",
|
||||
"dotenv": "^17.3.1",
|
||||
"jiti": "^2.6.1",
|
||||
"jsdom": "^28.1.0",
|
||||
"kanel": "^3.16.1",
|
||||
"kanel-kysely": "^0.8.0",
|
||||
"jsdom": "^29.0.2",
|
||||
"kanel": "^4.0.1",
|
||||
"kanel-kysely": "^4.0.0",
|
||||
"knip": "^5.85.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"typescript": "^5.9.3",
|
||||
"vite-tsconfig-paths": "^6.1.1",
|
||||
"vitest": "^4.0.18"
|
||||
"vitest": "^4.1.4"
|
||||
},
|
||||
"ct3aMetadata": {
|
||||
"initVersion": "7.9.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue