Skip to content

Commit

Permalink
Upgrade to React 19 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Dec 6, 2024
1 parent 2d0eadc commit d4651ea
Show file tree
Hide file tree
Showing 2 changed files with 601 additions and 604 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"d3": "^7.8.5",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.33.0",
"framer-motion": "12.0.0-alpha.1",
"framer-motion": "12.0.0-alpha.2",
"lucide-react": "^0.381.0",
"next": "^15.0.3",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"recharts": "^2.13.3",
"next": "^15.0.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"recharts": "^2.14.1",
"schema-dts": "^1.1.2",
"sst": "^3.3.24",
"tailwind-merge": "^2.5.4",
Expand All @@ -59,18 +59,18 @@
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^16.1.0",
"@types/d3": "^7.4.2",
"@types/jest": "^29.5.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"autoprefixer": "^10",
"babel-jest": "^29.7.0",
"constructs": "10.2.69",
"drizzle-kit": "^0.24.2",
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.1",
"eslint-config-next": "^15.0.4",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down
Loading

0 comments on commit d4651ea

Please sign in to comment.