chore: update package dependencies to latest versions

This commit is contained in:
Marco Pedone 2026-04-14 16:40:29 +02:00
parent 71036954c9
commit 28c40be091
2 changed files with 21 additions and 15 deletions

View file

@ -55,7 +55,7 @@
"kysely-plugin-serialize": "^0.8.2", "kysely-plugin-serialize": "^0.8.2",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2", "leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.562.0", "lucide-react": "^1.8.0",
"next": "^16.2.3", "next": "^16.2.3",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"nextjs-progressbar": "^0.0.16", "nextjs-progressbar": "^0.0.16",
@ -75,7 +75,7 @@
"react-hot-toast": "^2.5.2", "react-hot-toast": "^2.5.2",
"react-is": "^19.2.3", "react-is": "^19.2.3",
"react-leaflet": "^5.0.0", "react-leaflet": "^5.0.0",
"react-number-format": "^5.4.4", "react-number-format": "^5.4.5",
"react-pdf": "^10.4.0", "react-pdf": "^10.4.0",
"react-phone-number-input": "^3.4.16", "react-phone-number-input": "^3.4.16",
"react-reverse-portal": "^2.3.0", "react-reverse-portal": "^2.3.0",
@ -84,7 +84,7 @@
"sharp": "^0.34.5", "sharp": "^0.34.5",
"stripe": "^20.4.0", "stripe": "^20.4.0",
"superjson": "^2.2.6", "superjson": "^2.2.6",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.5.0",
"tailwind-scrollbar": "^4.0.2", "tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.1.18",
"tunnel-rat": "^0.1.2", "tunnel-rat": "^0.1.2",
@ -9562,7 +9562,9 @@
} }
}, },
"node_modules/lucide-react": { "node_modules/lucide-react": {
"version": "0.562.0", "version": "1.8.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.8.0.tgz",
"integrity": "sha512-WuvlsjngSk7TnTBJ1hsCy3ql9V9VOdcPkd3PKcSmM34vJD8KG6molxz7m7zbYFgICwsanQWmJ13JlYs4Zp7Arw==",
"license": "ISC", "license": "ISC",
"peerDependencies": { "peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@ -11514,7 +11516,9 @@
} }
}, },
"node_modules/react-number-format": { "node_modules/react-number-format": {
"version": "5.4.4", "version": "5.4.5",
"resolved": "https://registry.npmjs.org/react-number-format/-/react-number-format-5.4.5.tgz",
"integrity": "sha512-y8O2yHHj3w0aE9XO8d2BCcUOOdQTRSVq+WIuMlLVucAm5XNjJAy+BoOJiuQMldVYVOKTMyvVNfnbl2Oqp+YxGw==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^0.14 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
@ -12641,7 +12645,9 @@
} }
}, },
"node_modules/tailwind-merge": { "node_modules/tailwind-merge": {
"version": "3.4.0", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-3.5.0.tgz",
"integrity": "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"type": "github", "type": "github",

View file

@ -41,7 +41,7 @@
"@stripe/stripe-js": "^8.8.0", "@stripe/stripe-js": "^8.8.0",
"@t3-oss/env-nextjs": "^0.13.11", "@t3-oss/env-nextjs": "^0.13.11",
"@tailwindcss/forms": "^0.5.11", "@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.1.18", "@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.90.19", "@tanstack/react-query": "^5.90.19",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
@ -70,13 +70,13 @@
"kysely-plugin-serialize": "^0.8.2", "kysely-plugin-serialize": "^0.8.2",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2", "leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.562.0", "lucide-react": "^1.8.0",
"next": "^16.2.3", "next": "^16.2.3",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"nextjs-progressbar": "^0.0.16", "nextjs-progressbar": "^0.0.16",
"nodemailer": "^8.0.5", "nodemailer": "^8.0.5",
"nodemailer-html-to-text": "^3.2.0", "nodemailer-html-to-text": "^3.2.0",
"nuqs": "^2.8.6", "nuqs": "^2.8.9",
"papaparse": "^5.5.3", "papaparse": "^5.5.3",
"pdf-lib": "^1.17.1", "pdf-lib": "^1.17.1",
"pg": "^8.19.0", "pg": "^8.19.0",
@ -86,11 +86,11 @@
"react-colorful": "^5.6.1", "react-colorful": "^5.6.1",
"react-day-picker": "^9.11.1", "react-day-picker": "^9.11.1",
"react-dom": "^19.2.3", "react-dom": "^19.2.3",
"react-hook-form": "^7.71.1", "react-hook-form": "^7.72.1",
"react-hot-toast": "^2.5.2", "react-hot-toast": "^2.5.2",
"react-is": "^19.2.3", "react-is": "^19.2.3",
"react-leaflet": "^5.0.0", "react-leaflet": "^5.0.0",
"react-number-format": "^5.4.4", "react-number-format": "^5.4.5",
"react-pdf": "^10.4.0", "react-pdf": "^10.4.0",
"react-phone-number-input": "^3.4.16", "react-phone-number-input": "^3.4.16",
"react-reverse-portal": "^2.3.0", "react-reverse-portal": "^2.3.0",
@ -99,12 +99,12 @@
"sharp": "^0.34.5", "sharp": "^0.34.5",
"stripe": "^20.4.0", "stripe": "^20.4.0",
"superjson": "^2.2.6", "superjson": "^2.2.6",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.5.0",
"tailwind-scrollbar": "^4.0.2", "tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.18", "tailwindcss": "^4.2.2",
"tunnel-rat": "^0.1.2", "tunnel-rat": "^0.1.2",
"tw-animate-css": "^1.4.0", "tw-animate-css": "^1.4.0",
"type-fest": "^5.4.1", "type-fest": "^5.5.0",
"uuid": "^13.0.0", "uuid": "^13.0.0",
"vaul": "^1.1.2", "vaul": "^1.1.2",
"zod": "^4.3.6" "zod": "^4.3.6"