Skip to content

Commit

Permalink
update next and react
Browse files Browse the repository at this point in the history
  • Loading branch information
collinschaafsma committed Nov 21, 2024
1 parent 76a7bb3 commit 1731243
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 433 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.3.0",
"@vercel/postgres": "^0.9.0",
"babel-plugin-react-compiler": "0.0.0-experimental-c23de8d-20240515",
"babel-plugin-react-compiler": "19.0.0-beta-0dec889-20241115",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"import-in-the-middle": "^1.11.2",
"lucide-react": "^0.436.0",
"nanoid": "^5.0.7",
"next": "15.0.0",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.3.0",
"posthog-js": "^1.161.5",
"posthog-node": "^4.2.0",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-error-boundary": "^4.0.13",
"react-is": "19.0.0-rc-65a56d0e-20241020",
"react-is": "19.0.0-rc-02c0e824-20241028",
"recharts": "2.13.0-alpha.5",
"require-in-the-middle": "^7.4.0",
"resend": "^4.0.0",
Expand All @@ -64,7 +64,7 @@
"@types/react-dom": "npm:[email protected]",
"drizzle-kit": "^0.24.0",
"eslint": "^9.12.0",
"eslint-config-next": "15.0.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.0",
"postcss": "^8",
Expand All @@ -83,9 +83,9 @@
},
"peerDependencyRules": {
"allowedVersions": {
"next": "15.0.0",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-dom": "19.0.0-rc-65a56d0e-20241020"
"next": "15.0.3",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028"
},
"allowAny": [
"@types/react",
Expand Down
Loading

0 comments on commit 1731243

Please sign in to comment.