package.json: Update React to 17

This commit is contained in:
Martin Pitt 2021-11-29 07:14:45 +01:00 committed by Martin Pitt
parent 11ff944f2c
commit 150e59c548

View file

@ -50,7 +50,7 @@
"dependencies": {
"@patternfly/patternfly": "4.159.1",
"@patternfly/react-core": "4.175.4",
"react": "16.14.0",
"react-dom": "16.14.0"
"react": "17.0.2",
"react-dom": "17.0.2"
}
}