package.json: Drop core-js

starter-kit does not use it directly, and none of our derived projects
have it.
This commit is contained in:
Martin Pitt 2021-11-29 06:50:32 +01:00 committed by Martin Pitt
parent 4820c2b740
commit 67c1c065e9
2 changed files with 0 additions and 3 deletions

View file

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