mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-03-03 16:02:56 +08:00
Bump react-app-polyfill from 1.0.6 to 2.0.0
Bumps [react-app-polyfill](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-app-polyfill) from 1.0.6 to 2.0.0. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-1.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-app-polyfill@2.0.0/packages/react-app-polyfill) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
1ca99f2dfc
commit
ab04105903
20
package-lock.json
generated
20
package-lock.json
generated
@ -17131,17 +17131,17 @@
|
||||
}
|
||||
},
|
||||
"react-app-polyfill": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-1.0.6.tgz",
|
||||
"integrity": "sha512-OfBnObtnGgLGfweORmdZbyEz+3dgVePQBb3zipiaDsMHV1NpWm0rDFYIVXFV/AK+x4VIIfWHhrdMIeoTLyRr2g==",
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz",
|
||||
"integrity": "sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"core-js": "^3.5.0",
|
||||
"core-js": "^3.6.5",
|
||||
"object-assign": "^4.1.1",
|
||||
"promise": "^8.0.3",
|
||||
"promise": "^8.1.0",
|
||||
"raf": "^3.4.1",
|
||||
"regenerator-runtime": "^0.13.3",
|
||||
"whatwg-fetch": "^3.0.0"
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"whatwg-fetch": "^3.4.1"
|
||||
}
|
||||
},
|
||||
"react-dev-utils": {
|
||||
@ -21450,9 +21450,9 @@
|
||||
}
|
||||
},
|
||||
"whatwg-fetch": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.3.1.tgz",
|
||||
"integrity": "sha512-faXTmGDcLuEPBpJwb5LQfyxvubKiE+RlbmmweFGKjvIPFj4uHTTfdtTIkdTRhC6OSH9S9eyYbx8kZ0UEaQqYTA==",
|
||||
"version": "3.4.1",
|
||||
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz",
|
||||
"integrity": "sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ==",
|
||||
"dev": true
|
||||
},
|
||||
"whatwg-mimetype": {
|
||||
|
@ -88,7 +88,7 @@
|
||||
"prettier": "^1.19.1",
|
||||
"prettier-webpack-plugin": "^1.2.0",
|
||||
"react": "^17.0.0",
|
||||
"react-app-polyfill": "^1.0.6",
|
||||
"react-app-polyfill": "^2.0.0",
|
||||
"react-dev-utils": "^11.0.0",
|
||||
"react-dom": "^17.0.0",
|
||||
"resolve": "1.18.1",
|
||||
|
Loading…
Reference in New Issue
Block a user