package.json: Update core-js

Closes #452
This commit is contained in:
Cockpit Project 2021-04-23 02:29:26 +00:00 committed by Martin Pitt
parent 6356bc70b2
commit 178ad4bc9e

View file

@ -48,7 +48,7 @@
"dependencies": { "dependencies": {
"@patternfly/patternfly": "4.102.1", "@patternfly/patternfly": "4.102.1",
"@patternfly/react-core": "4.115.1", "@patternfly/react-core": "4.115.1",
"core-js": "3.10.2", "core-js": "3.11.0",
"react": "16.14.0", "react": "16.14.0",
"react-dom": "16.14.0" "react-dom": "16.14.0"
} }