Improvements to package versioning, dependencies, etc

This commit is contained in:
Dries Augustyns
2025-12-06 08:16:47 +01:00
parent caaa58a0ff
commit 1a6fbbdc9a
17 changed files with 429 additions and 574 deletions
+2 -1
View File
@@ -47,4 +47,5 @@ robots.txt
install-state.gz install-state.gz
tsconfig.tsbuildinfo tsconfig.tsbuildinfo
next-env.d.ts
+1 -1
View File
@@ -15,7 +15,7 @@
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.937.0", "@aws-sdk/client-s3": "^3.937.0",
"@aws-sdk/client-ses": "^3.934.0", "@aws-sdk/client-ses": "^3.937.0",
"@overnightjs/core": "^1.7.6", "@overnightjs/core": "^1.7.6",
"@plunk/db": "*", "@plunk/db": "*",
"@plunk/email": "*", "@plunk/email": "*",
-6
View File
@@ -1,6 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
+8 -8
View File
@@ -15,10 +15,10 @@
"@plunk/shared": "*", "@plunk/shared": "*",
"@plunk/ui": "*", "@plunk/ui": "*",
"lucide-react": "^0.553.0", "lucide-react": "^0.553.0",
"next": "16.0.7", "next": "^16.0.7",
"next-seo": "^6.6.0", "next-seo": "^6.6.0",
"react": "19.2.1", "react": "19.2.1",
"react-dom": "19.2.0", "react-dom": "19.2.1",
"sonner": "^2.0.6" "sonner": "^2.0.6"
}, },
"devDependencies": { "devDependencies": {
@@ -26,15 +26,15 @@
"@tailwindcss/forms": "^0.5.10", "@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.17", "@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@types/node": "24.10.0", "@types/node": "^24.10.0",
"@types/react": "19.2.7", "@types/react": "^19.2.7",
"@types/react-dom": "19.2.3", "@types/react-dom": "^19.2.3",
"eslint": "^9", "eslint": "^9.27.0",
"eslint-config-next": "16.0.1", "eslint-config-next": "^16.0.1",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"postcss": "^8.4.33", "postcss": "^8.4.33",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.17",
"typescript": "5.7.2" "typescript": "^5.7.2"
}, },
"resolutions": { "resolutions": {
"@types/react": "19.2.7", "@types/react": "19.2.7",
+1 -1
View File
@@ -19,7 +19,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/mailparser": "^3.4.4", "@types/mailparser": "^3.4.4",
"@types/node": "^22.0.0", "@types/node": "^24.10.0",
"@types/signale": "^1.4.7", "@types/signale": "^1.4.7",
"@types/smtp-server": "^3.5.10", "@types/smtp-server": "^3.5.10",
"tsx": "^4.20.6" "tsx": "^4.20.6"
-6
View File
@@ -1,6 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
+6 -7
View File
@@ -35,13 +35,14 @@
"framer-motion": "^12.23.24", "framer-motion": "^12.23.24",
"juice": "^11.0.3", "juice": "^11.0.3",
"lucide-react": "^0.553.0", "lucide-react": "^0.553.0",
"next": "16.0.7", "next": "^16.0.7",
"next-seo": "^6.6.0", "next-seo": "^6.6.0",
"nuqs": "^2.7.3", "nuqs": "^2.7.3",
"react": "19.2.1", "react": "19.2.1",
"react-dom": "19.2.1", "react-dom": "19.2.1",
"react-hook-form": "^7.66.0", "react-hook-form": "^7.66.0",
"react-intl": "^7.1.14", "react-intl": "^7.1.14",
"react-is": "^19.0.0",
"recharts": "^3.4.1", "recharts": "^3.4.1",
"sonner": "^2.0.6", "sonner": "^2.0.6",
"swr": "^2.2.5", "swr": "^2.2.5",
@@ -53,15 +54,13 @@
"@tailwindcss/forms": "^0.5.10", "@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.17", "@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.19",
"@types/node": "24.10.0", "@types/node": "^24.10.0",
"@types/react": "19.2.7", "@types/react": "^19.2.7",
"@types/react-dom": "19.2.3", "@types/react-dom": "^19.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"postcss": "^8.4.33", "postcss": "^8.4.33",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.17",
"typescript": "5.7.2" "typescript": "^5.7.2"
}, },
"resolutions": { "resolutions": {
"@types/react": "19.2.7", "@types/react": "19.2.7",
-6
View File
@@ -1,6 +0,0 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
+2 -2
View File
@@ -31,11 +31,11 @@
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.17", "@tailwindcss/postcss": "^4.1.17",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "24.10.0", "@types/node": "^24.10.0",
"@types/react": "^19.2.7", "@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"postcss": "^8.4.33", "postcss": "^8.4.33",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.17",
"typescript": "5.7.2" "typescript": "^5.7.2"
} }
} }
+2 -7
View File
@@ -23,24 +23,19 @@
"@eslint/js": "^9.39.1", "@eslint/js": "^9.39.1",
"@formatjs/cli": "^6.7.4", "@formatjs/cli": "^6.7.4",
"@types/supertest": "^6.0.3", "@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitest/coverage-v8": "^4.0.14", "@vitest/coverage-v8": "^4.0.14",
"@vitest/ui": "^4.0.14", "@vitest/ui": "^4.0.14",
"dotenv": "^17.0.1", "dotenv": "^17.0.1",
"eslint": "^9.27.0", "eslint": "^9.27.0",
"eslint-config-next": "^15.3.2", "eslint-config-next": "^16.0.1",
"eslint-config-prettier": "^10.1.5", "eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"form-data": "^4.0.3", "form-data": "^4.0.3",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"rimraf": "^6.1.2", "rimraf": "^6.1.2",
"supertest": "^7.1.4", "supertest": "^7.1.4",
"turbo": "^2.6.0", "turbo": "^2.6.0",
"typescript": "5.7.2", "typescript": "^5.7.2",
"typescript-eslint": "^8.48.0", "typescript-eslint": "^8.48.0",
"vitest": "^4.0.14", "vitest": "^4.0.14",
"vitest-mock-extended": "^3.1.0" "vitest-mock-extended": "^3.1.0"
+5 -3
View File
@@ -12,10 +12,12 @@
"build": "tsc && prisma generate" "build": "tsc && prisma generate"
}, },
"dependencies": { "dependencies": {
"@prisma/client": "^6.19.0", "@prisma/client": "^6.19.0"
"prisma": "^6.19.0"
}, },
"devDependencies": { "devDependencies": {
"ts-node": "^10.9.2" "@types/node": "^24.10.0",
"prisma": "^6.19.0",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
} }
} }
+3 -3
View File
@@ -12,11 +12,11 @@
"@react-email/preview-server": "5.0.1", "@react-email/preview-server": "5.0.1",
"@types/react": "^19.2.7", "@types/react": "^19.2.7",
"react-email": "5.0.1", "react-email": "5.0.1",
"typescript": "5.7.2" "typescript": "^5.7.2"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^19.2.7", "react": "^19.2.1",
"react-dom": "^19.2.3" "react-dom": "^19.2.1"
}, },
"dependencies": { "dependencies": {
"@plunk/db": "*", "@plunk/db": "*",
+4
View File
@@ -8,5 +8,9 @@
}, },
"dependencies": { "dependencies": {
"eslint-config-next": "^16.0.1" "eslint-config-next": "^16.0.1"
},
"devDependencies": {
"eslint": "^9.27.0",
"typescript": "^5.7.2"
} }
} }
+2 -2
View File
@@ -10,8 +10,8 @@
"devDependencies": { "devDependencies": {
"@plunk/db": "*", "@plunk/db": "*",
"@plunk/typescript-config": "*", "@plunk/typescript-config": "*",
"@types/node": "24.10.0", "@types/node": "^24.10.0",
"typescript": "5.7.2" "typescript": "^5.7.2"
}, },
"dependencies": { "dependencies": {
"zod": "^3.23.8" "zod": "^3.23.8"
+2 -2
View File
@@ -7,9 +7,9 @@
}, },
"devDependencies": { "devDependencies": {
"@plunk/typescript-config": "*", "@plunk/typescript-config": "*",
"@types/node": "22.10.5", "@types/node": "^24.10.0",
"@types/react": "^19.2.7", "@types/react": "^19.2.7",
"typescript": "5.7.2" "typescript": "^5.7.2"
}, },
"exports": { "exports": {
"./integrations/*": "./src/integrations/*.ts", "./integrations/*": "./src/integrations/*.ts",
+5 -4
View File
@@ -7,12 +7,12 @@
}, },
"devDependencies": { "devDependencies": {
"@plunk/typescript-config": "*", "@plunk/typescript-config": "*",
"@tailwindcss/forms": "^0.5.9", "@tailwindcss/forms": "^0.5.10",
"@types/node": "24.10.0", "@types/node": "^24.10.0",
"@types/react": "^19.2.7", "@types/react": "^19.2.7",
"postcss": "^8.4.33", "postcss": "^8.4.33",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.17",
"typescript": "5.7.2" "typescript": "^5.7.2"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^19.2.1", "react": "^19.2.1",
@@ -50,13 +50,14 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.0.4", "cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.1", "embla-carousel-react": "^8.5.1",
"framer-motion": "^12.23.24", "framer-motion": "^12.23.24",
"lucide-react": "^0.553.0", "lucide-react": "^0.553.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react-day-picker": "^8.10.0", "react-day-picker": "^8.10.0",
"react-hook-form": "^7.66.0", "react-hook-form": "^7.66.0",
"sonner": "^2.0.3", "sonner": "^2.0.6",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
+386 -515
View File
File diff suppressed because it is too large Load Diff