Skip to content

Commit 35d742c

Browse files
Publish
- @babel/helper-define-polyfill-provider@0.6.7 - babel-plugin-polyfill-corejs2@0.4.16 - babel-plugin-polyfill-corejs3@0.14.1 - babel-plugin-polyfill-es-shims@0.10.10 - babel-plugin-polyfill-regenerator@0.6.7
1 parent 441eb0f commit 35d742c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

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.6",
3+
"version": "0.6.7",
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.15",
3+
"version": "0.4.16",
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.28.6",
30-
"@babel/helper-define-polyfill-provider": "workspace:^0.6.6",
30+
"@babel/helper-define-polyfill-provider": "workspace:^0.6.7",
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.14.0",
3+
"version": "0.14.1",
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.6",
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.6.7",
3030
"core-js-compat": "^3.48.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.9",
3+
"version": "0.10.10",
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.6"
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.6.7"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.28.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.6",
3+
"version": "0.6.7",
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.6"
29+
"@babel/helper-define-polyfill-provider": "workspace:^0.6.7"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.28.6",

0 commit comments

Comments
 (0)