Skip to content

Commit

Permalink
feat(react18.3): reverted react to 18.3 due to issues with nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
surajair committed Jan 24, 2025
1 parent d3f669c commit 64a832c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Suraj Air",
"license": "BSD-3-Clause",
"homepage": "https://chaibuilder.com",
"version": "2.0.0-beta.42",
"version": "2.0.0-beta.43",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -113,11 +113,11 @@
"lodash-es": "4.17.21",
"lucide-react": "^0.474.0",
"re-resizable": "^6.10.3",
"react": "^19.0.0",
"react": "^18.3.1",
"react-arborist": "^3.4.0",
"react-autosuggest": "^10.1.0",
"react-colorful": "5.6.1",
"react-dom": "^19.0.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-hotkeys-hook": "4.6.1",
"react-i18next": "15.4.0",
Expand All @@ -140,8 +140,8 @@
"@testing-library/react": "^16.2.0",
"@types/lodash": "^4.17.14",
"@types/node": "^20.8.10",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@vitejs/plugin-react-swc": "^3.7.2",
Expand Down

0 comments on commit 64a832c

Please sign in to comment.