File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
babel-helper-define-polyfill-provider
babel-plugin-polyfill-corejs2
babel-plugin-polyfill-corejs3
babel-plugin-polyfill-es-shims
babel-plugin-polyfill-regenerator Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @babel/helper-define-polyfill-provider" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " Babel helper to create your own polyfill provider" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-polyfill-corejs2" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "description" : " A Babel plugin to inject imports to core-js@2 polyfills" ,
55 "repository" : {
66 "type" : " git" ,
1717 ],
1818 "dependencies" : {
1919 "@babel/compat-data" : " ^7.11.0" ,
20- "@babel/helper-define-polyfill-provider" : " ^0.0.4 " ,
20+ "@babel/helper-define-polyfill-provider" : " ^0.0.5 " ,
2121 "semver" : " ^6.1.1"
2222 },
2323 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-polyfill-corejs3" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " A Babel plugin to inject imports to core-js@3 polyfills" ,
55 "repository" : {
66 "type" : " git" ,
1616 " babel-plugin"
1717 ],
1818 "dependencies" : {
19- "@babel/helper-define-polyfill-provider" : " ^0.0.4 " ,
19+ "@babel/helper-define-polyfill-provider" : " ^0.0.5 " ,
2020 "core-js-compat" : " ^3.7.0"
2121 },
2222 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-polyfill-es-shims" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " A Babel plugin to inject imports to es-shims polyfills" ,
55 "repository" : {
66 "type" : " git" ,
1616 " babel-plugin"
1717 ],
1818 "dependencies" : {
19- "@babel/helper-define-polyfill-provider" : " ^0.0.4 "
19+ "@babel/helper-define-polyfill-provider" : " ^0.0.5 "
2020 },
2121 "devDependencies" : {
2222 "@babel/core" : " ^7.11.5" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-polyfill-regenerator" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "description" : " A Babel plugin to inject imports to regenerator-runtime" ,
55 "repository" : {
66 "type" : " git" ,
1616 " babel-plugin"
1717 ],
1818 "dependencies" : {
19- "@babel/helper-define-polyfill-provider" : " ^0.0.4 "
19+ "@babel/helper-define-polyfill-provider" : " ^0.0.5 "
2020 },
2121 "devDependencies" : {
2222 "@babel/core" : " ^7.11.5" ,
You can’t perform that action at this time.
0 commit comments