Skip to content

Commit

Permalink
react and react-dom needs to be installed as npm i uses --legacy-peer…
Browse files Browse the repository at this point in the history
…-deps
  • Loading branch information
Artur- committed Jun 24, 2024
1 parent ba0d7d8 commit 9ba8fd0
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 2 deletions.
90 changes: 89 additions & 1 deletion package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@types/karma-chrome-launcher": "^3.1.4",
"@types/karma-mocha": "^1.3.4",
"@types/mocha": "^10.0.6",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"@vitejs/plugin-react": "^4.3.1",
"chai-as-promised": "^8.0.0",
Expand Down Expand Up @@ -70,6 +71,8 @@
"packages/*"
],
"dependencies": {
"react": "^19.0.0-rc-3563387fe3-20240621"
"@types/react": "^18.3.3",
"react": "^19.0.0-rc-3563387fe3-20240621",
"react-dom": "^19.0.0-rc-3563387fe3-20240621"
}
}

0 comments on commit 9ba8fd0

Please sign in to comment.