Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to react 18 #176

Closed
wants to merge 19 commits into from
135 changes: 66 additions & 69 deletions ReactViewResources/package-lock.json

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

9 changes: 6 additions & 3 deletions ReactViewResources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
"description": "",
"main": "index.js",
"dependencies": {
"@types/react-dom": "^16.9.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"@types/react-dom": "18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"prop-types": "^15.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
Loading