Skip to content

Commit 2da4da8

Browse files
1 parent 94bc376 commit 2da4da8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-corejs2",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
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.22.6",
30-
"@babel/helper-define-polyfill-provider": "workspace:^0.6.1",
30+
"@babel/helper-define-polyfill-provider": "workspace:^0.6.2",
3131
"semver": "^6.3.1"
3232
},
3333
"devDependencies": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-corejs3",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
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.6.1",
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.6.2",
3030
"core-js-compat": "^3.37.0"
3131
},
3232
"devDependencies": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-es-shims",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
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.6.1"
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.6.2"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.22.6",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-polyfill-regenerator",
3-
"version": "0.6.1",
3+
"version": "0.6.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.6.1"
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.6.2"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.17.8",

0 commit comments

Comments
 (0)