1
mirror of https://github.com/jakejarvis/domainstack.io.git synced 2025-12-02 19:33:48 -05:00

chore: bump deps

This commit is contained in:
2025-11-07 10:27:26 -05:00
parent 21fc20fdc1
commit 99ebb1cbe3
3 changed files with 398 additions and 370 deletions

View File

@@ -38,10 +38,10 @@ if (process.env.POSTHOG_API_KEY && process.env.POSTHOG_ENV_ID) {
personalApiKey: process.env.POSTHOG_API_KEY,
envId: process.env.POSTHOG_ENV_ID,
host: process.env.NEXT_PUBLIC_POSTHOG_HOST || "https://us.i.posthog.com",
logLevel: "error",
sourcemaps: {
enabled: true,
},
verbose: false, // https://posthog.com/questions/is-there-a-way-to-log-less
});
}

View File

@@ -33,7 +33,7 @@
"@date-fns/utc": "^2.1.1",
"@neondatabase/serverless": "^1.0.2",
"@opentelemetry/api": "^1.9.0",
"@posthog/nextjs-config": "^1.3.10",
"@posthog/nextjs-config": "^1.4.0",
"@readme/http-status-codes": "^9.0.5",
"@sparticuz/chromium": "141.0.0",
"@tanstack/react-query": "^5.90.7",
@@ -61,9 +61,9 @@
"geist": "^1.5.1",
"icojs": "^0.20.1",
"image-size": "^2.0.2",
"inngest": "^3.44.5",
"inngest": "^3.45.0",
"ipaddr.js": "^2.2.0",
"lucide-react": "^0.552.0",
"lucide-react": "^0.553.0",
"mapbox-gl": "^3.16.0",
"media-chrome": "^4.15.1",
"motion": "^12.23.24",
@@ -71,8 +71,8 @@
"next": "16.0.1",
"next-themes": "^0.4.6",
"postgres": "^3.4.7",
"posthog-js": "^1.288.0",
"posthog-node": "^5.11.1",
"posthog-js": "^1.289.0",
"posthog-node": "^5.11.2",
"puppeteer-core": "24.26.1",
"radix-ui": "^1.4.3",
"rdapper": "^0.11.0",
@@ -80,7 +80,7 @@
"react-dom": "19.2.0",
"react-map-gl": "^8.1.0",
"server-only": "0.0.1",
"sharp": "^0.34.4",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"superjson": "^2.2.5",
"tailwind-merge": "^3.3.1",
@@ -91,8 +91,8 @@
},
"devDependencies": {
"@biomejs/biome": "2.3.4",
"@electric-sql/pglite": "^0.3.13",
"@tailwindcss/postcss": "^4.1.16",
"@electric-sql/pglite": "^0.3.14",
"@tailwindcss/postcss": "^4.1.17",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.0",
@@ -102,20 +102,20 @@
"@types/react-dom": "19.2.2",
"@types/ws": "^8.18.1",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "^4.0.7",
"@vitest/ui": "^4.0.7",
"@vitest/coverage-v8": "^4.0.8",
"@vitest/ui": "^4.0.8",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"bufferutil": "^4.0.9",
"concurrently": "^9.2.1",
"drizzle-kit": "^0.31.6",
"jsdom": "^27.1.0",
"puppeteer": "24.26.1",
"tailwindcss": "^4.1.16",
"tailwindcss": "^4.1.17",
"tsx": "^4.20.6",
"tw-animate-css": "^1.4.0",
"typescript": "5.9.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.7"
"vitest": "^4.0.8"
},
"engines": {
"node": ">=22.x"

742
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff