Update polyfill plugins (#13781)

* Update polyfill plugins

* Babel 8
This commit is contained in:
Nicolò Ribaudo
2021-09-23 09:24:45 +02:00
committed by GitHub
parent 2e2d202694
commit 613ae6fac7
13 changed files with 37 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
"@babel/helper-module-imports": "workspace:^7.14.5",
"@babel/helper-plugin-utils": "workspace:^7.14.5",
"babel-plugin-polyfill-corejs2": "^0.2.2",
"babel-plugin-polyfill-corejs3": "^0.2.2",
"babel-plugin-polyfill-corejs3": "^0.2.5",
"babel-plugin-polyfill-regenerator": "^0.2.2",
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
},