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
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @babel/helper-define-polyfill-provider" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Babel helper to create your own polyfill provider" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-polyfill-corejs2" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " A Babel plugin to inject imports to core-js@2 polyfills" ,
5
5
"repository" : {
6
6
"type" : " git" ,
27
27
],
28
28
"dependencies" : {
29
29
"@babel/compat-data" : " ^7.13.11" ,
30
- "@babel/helper-define-polyfill-provider" : " workspace:^0.2.1 " ,
30
+ "@babel/helper-define-polyfill-provider" : " workspace:^0.2.2 " ,
31
31
"semver" : " ^6.1.1"
32
32
},
33
33
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-polyfill-corejs3" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " A Babel plugin to inject imports to core-js@3 polyfills" ,
5
5
"repository" : {
6
6
"type" : " git" ,
26
26
" babel-plugin"
27
27
],
28
28
"dependencies" : {
29
- "@babel/helper-define-polyfill-provider" : " workspace:^0.2.1 " ,
29
+ "@babel/helper-define-polyfill-provider" : " workspace:^0.2.2 " ,
30
30
"core-js-compat" : " ^3.9.1"
31
31
},
32
32
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-polyfill-es-shims" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " A Babel plugin to inject imports to es-shims polyfills" ,
5
5
"repository" : {
6
6
"type" : " git" ,
26
26
" babel-plugin"
27
27
],
28
28
"dependencies" : {
29
- "@babel/helper-define-polyfill-provider" : " workspace:^0.2.1 "
29
+ "@babel/helper-define-polyfill-provider" : " workspace:^0.2.2 "
30
30
},
31
31
"devDependencies" : {
32
32
"@babel/core" : " ^7.13.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-polyfill-regenerator" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " A Babel plugin to inject imports to regenerator-runtime" ,
5
5
"repository" : {
6
6
"type" : " git" ,
26
26
" babel-plugin"
27
27
],
28
28
"dependencies" : {
29
- "@babel/helper-define-polyfill-provider" : " workspace:^0.2.1 "
29
+ "@babel/helper-define-polyfill-provider" : " workspace:^0.2.2 "
30
30
},
31
31
"devDependencies" : {
32
32
"@babel/core" : " ^7.13.0" ,
You can’t perform that action at this time.
0 commit comments