|
31 | 31 | "@stripe/react-stripe-js": "^2.8.0", |
32 | 32 | "@stripe/stripe-js": "^4.3.0", |
33 | 33 | "@vercel/postgres": "^0.9.0", |
34 | | - "babel-plugin-react-compiler": "19.0.0-beta-0dec889-20241115", |
| 34 | + "babel-plugin-react-compiler": "19.0.0-beta-37ed2a7-20241206", |
35 | 35 | "class-variance-authority": "^0.7.0", |
36 | 36 | "clsx": "^2.1.1", |
37 | 37 | "dotenv": "^16.4.5", |
38 | 38 | "drizzle-orm": "^0.33.0", |
39 | 39 | "import-in-the-middle": "^1.11.2", |
40 | 40 | "lucide-react": "^0.436.0", |
41 | 41 | "nanoid": "^5.0.7", |
42 | | - "next": "15.0.3", |
| 42 | + "next": "15.1.0", |
43 | 43 | "next-auth": "5.0.0-beta.25", |
44 | 44 | "next-themes": "^0.3.0", |
45 | 45 | "posthog-js": "^1.161.5", |
46 | 46 | "posthog-node": "^4.2.0", |
47 | | - "react": "19.0.0-rc-02c0e824-20241028", |
48 | | - "react-dom": "19.0.0-rc-02c0e824-20241028", |
| 47 | + "react": "19.0.0", |
| 48 | + "react-dom": "19.0.0", |
49 | 49 | "react-error-boundary": "^4.0.13", |
50 | | - "react-is": "19.0.0-rc-02c0e824-20241028", |
| 50 | + "react-is": "19.0.0", |
51 | 51 | "recharts": "2.13.0-alpha.5", |
52 | 52 | "require-in-the-middle": "^7.4.0", |
53 | 53 | "resend": "^4.0.0", |
|
60 | 60 | "devDependencies": { |
61 | 61 | "@ianvs/prettier-plugin-sort-imports": "^4.3.1", |
62 | 62 | "@types/node": "^20.12.13", |
63 | | - "@types/react": "npm:types-react@19.0.0-rc.1", |
64 | | - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", |
| 63 | + "@types/react": "19.0.1", |
| 64 | + "@types/react-dom": "19.0.2", |
65 | 65 | "drizzle-kit": "^0.24.0", |
66 | 66 | "eslint": "^9.12.0", |
67 | | - "eslint-config-next": "15.0.3", |
| 67 | + "eslint-config-next": "15.1.0", |
68 | 68 | "eslint-config-prettier": "^9.1.0", |
69 | 69 | "eslint-plugin-tailwindcss": "^3.17.0", |
70 | 70 | "postcss": "^8", |
|
77 | 77 | "pnpm": { |
78 | 78 | "overrides": { |
79 | 79 | "@types/node": "^20.12.13", |
80 | | - "@types/react": "npm:types-react@19.0.0-rc.1", |
81 | | - "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", |
| 80 | + "@types/react": "19.0.1", |
| 81 | + "@types/react-dom": "19.0.2", |
82 | 82 | "react-is": "$react-is" |
83 | 83 | }, |
84 | 84 | "peerDependencyRules": { |
85 | 85 | "allowedVersions": { |
86 | | - "next": "15.0.3", |
87 | | - "react": "19.0.0-rc-02c0e824-20241028", |
88 | | - "react-dom": "19.0.0-rc-02c0e824-20241028" |
| 86 | + "next": "15.1.0", |
| 87 | + "react": "19.0.0", |
| 88 | + "react-dom": "19.0.0" |
89 | 89 | }, |
90 | 90 | "allowAny": [ |
91 | 91 | "@types/react", |
|
0 commit comments