Merge pull request #13090 from strapi/chore/add-missing-dep

Add missing babel polyfill dependency
This commit is contained in:
cyril lopez 2022-04-08 15:14:49 +02:00 committed by GitHub
commit 99544589b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@
"dependencies": {
"@babel/core": "7.16.7",
"@babel/plugin-transform-runtime": "7.16.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.16.7",