Skip to content

Commit

Permalink
fix: downgrade react for now (#550)
Browse files Browse the repository at this point in the history
* fix: downgrade react for now

* fix: also downgrade react-dom
  • Loading branch information
shrouxm authored and paulschreiber committed May 15, 2024
1 parent b90f164 commit 7841647
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
21 changes: 10 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@reduxjs/toolkit": "^1.9.7",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react": "18.2.0",
"react-redux": "^8.1.3",
"terraso-backend": "github:techmatters/terraso-backend#fe4cbf8",
"uuid": "^9.0.1"
Expand Down Expand Up @@ -62,6 +62,7 @@
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"react-dom": "18.2.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5",
"whatwg-fetch": "^3.6.20"
Expand Down

0 comments on commit 7841647

Please sign in to comment.