diff --git a/bun.lockb b/bun.lockb index 66ee15f..023c6fc 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8e6756c..e0e5b2b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@turf/turf": "^7.1.0", "@types/d3-geo": "^3.1.0", "@types/luxon": "^3.4.2", - "@typescript-eslint/eslint-plugin": "^8.17.0", + "@typescript-eslint/eslint-plugin": "^8.18.0", "caniuse-lite": "^1.0.30001687", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -44,26 +44,26 @@ "next-intl": "^3.26.0", "next-runtime-env": "^3.2.2", "next-themes": "^0.4.4", - "react": "19.0.0-rc-02c0e824-20241028", + "react": "^19.0.0", "react-device-detect": "^2.2.3", - "react-dom": "19.0.0-rc-02c0e824-20241028", + "react-dom": "^19.0.0", "react-intersection-observer": "^9.13.1", "react-wrap-balancer": "^1.1.1", "recharts": "^2.14.1", "sharp": "^0.33.5", - "swr": "^2.2.6-beta.4", + "swr": "^2.2.6-beta.5", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", - "typescript-eslint": "^8.17.0" + "typescript-eslint": "^8.18.0" }, "devDependencies": { - "@next/bundle-analyzer": "^15.0.4", + "@next/bundle-analyzer": "^15.1.0", "@tailwindcss/postcss": "^4.0.0-beta.6", "@types/node": "^22.10.1", - "@types/react": "npm:types-react@19.0.0-rc.1", - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", + "@types/react": "^19.0.1", + "@types/react-dom": "^19.0.2", "eslint": "^9.16.0", - "eslint-config-next": "^15.0.4", + "eslint-config-next": "^15.1.0", "eslint-plugin-turbo": "^2.3.3", "eslint-plugin-unused-imports": "^4.1.4", "postcss": "^8.4.49", @@ -74,8 +74,8 @@ "vercel": "39.1.1" }, "overrides": { - "@types/react": "npm:types-react@19.0.0-rc.1", - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", + "@types/react": "^npm:types-react@19.0.0-rc.1", + "@types/react-dom": "^npm:types-react-dom@19.0.0-rc.1", "react-is": "^19.0.0-rc-69d4b800-20241021", "vercel": "$vercel" },