Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 11, 2024
1 parent 5c9ab2f commit 66340fb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/helper-define-polyfill-provider",
"version": "0.6.2",
"version": "0.6.3",
"description": "Babel helper to create your own polyfill provider",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-polyfill-corejs2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-polyfill-corejs2",
"version": "0.4.11",
"version": "0.4.12",
"description": "A Babel plugin to inject imports to core-js@2 polyfills",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
],
"dependencies": {
"@babel/compat-data": "^7.22.6",
"@babel/helper-define-polyfill-provider": "workspace:^0.6.2",
"@babel/helper-define-polyfill-provider": "workspace:^0.6.3",
"semver": "^6.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-polyfill-corejs3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-polyfill-corejs3",
"version": "0.10.6",
"version": "0.11.0",
"description": "A Babel plugin to inject imports to core-js@3 polyfills",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-define-polyfill-provider": "workspace:^0.6.2",
"@babel/helper-define-polyfill-provider": "workspace:^0.6.3",
"core-js-compat": "^3.39.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-polyfill-es-shims/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-polyfill-es-shims",
"version": "0.10.5",
"version": "0.10.6",
"description": "A Babel plugin to inject imports to es-shims polyfills",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-define-polyfill-provider": "workspace:^0.6.2"
"@babel/helper-define-polyfill-provider": "workspace:^0.6.3"
},
"devDependencies": {
"@babel/core": "^7.22.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-polyfill-regenerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-polyfill-regenerator",
"version": "0.6.2",
"version": "0.6.3",
"description": "A Babel plugin to inject imports to regenerator-runtime",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-define-polyfill-provider": "workspace:^0.6.2"
"@babel/helper-define-polyfill-provider": "workspace:^0.6.3"
},
"devDependencies": {
"@babel/core": "^7.17.8",
Expand Down

0 comments on commit 66340fb

Please sign in to comment.