Skip to content

Commit 1db1e16

Browse files
1 parent 2b30b06 commit 1db1e16

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/babel-helper-define-polyfill-provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@babel/helper-define-polyfill-provider",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Babel helper to create your own polyfill provider",
55
"repository": {
66
"type": "git",

packages/babel-plugin-polyfill-corejs2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-corejs2",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A Babel plugin to inject imports to core-js@2 polyfills",
55
"repository": {
66
"type": "git",
@@ -27,7 +27,7 @@
2727
],
2828
"dependencies": {
2929
"@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",
3131
"semver": "^6.1.1"
3232
},
3333
"devDependencies": {

packages/babel-plugin-polyfill-corejs3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-corejs3",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A Babel plugin to inject imports to core-js@3 polyfills",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"babel-plugin"
2727
],
2828
"dependencies": {
29-
"@babel/helper-define-polyfill-provider": "workspace:^0.2.1",
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.2.2",
3030
"core-js-compat": "^3.9.1"
3131
},
3232
"devDependencies": {

packages/babel-plugin-polyfill-es-shims/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-es-shims",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A Babel plugin to inject imports to es-shims polyfills",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"babel-plugin"
2727
],
2828
"dependencies": {
29-
"@babel/helper-define-polyfill-provider": "workspace:^0.2.1"
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.2.2"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.13.0",

packages/babel-plugin-polyfill-regenerator/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-regenerator",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A Babel plugin to inject imports to regenerator-runtime",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"babel-plugin"
2727
],
2828
"dependencies": {
29-
"@babel/helper-define-polyfill-provider": "workspace:^0.2.1"
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.2.2"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.13.0",

0 commit comments

Comments
 (0)