Skip to content

Commit

Permalink
Back to use react 18 again in Seven, for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Feb 7, 2025
1 parent 0066852 commit 184d461
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/seven/news/6728.internal
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Remove hard dependencies on `react`, move to `peerDependencies` @sneridagh
Back to use `react` 18 for now, due to the incompatibilities with Volto `react` @sneridagh
8 changes: 4 additions & 4 deletions packages/seven/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"@react-router/node": "^7.1.5",
"@react-router/serve": "^7.1.5",
"isbot": "^5.1.17",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^7.1.5"
},
"devDependencies": {
"@plone/types": "workspace:*",
"@react-router/dev": "^7.1.5",
"@testing-library/cypress": "10.0.2",
"@types/node": "^20",
"@types/react": "^19.0.8",
"@types/react-dom": "^18.0.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"cypress": "^13.13.2",
"react-router-devtools": "^1.1.0",
"typescript": "^5.7.3",
Expand Down

0 comments on commit 184d461

Please sign in to comment.