Skip to content

Commit e36c7f3

Browse files
Publish
- @babel/helper-define-polyfill-provider@1.0.0-rc.1 - babel-plugin-polyfill-corejs3@1.0.0-rc.1 - babel-plugin-polyfill-es-shims@1.0.0-rc.1 - babel-plugin-polyfill-regenerator@1.0.0-rc.1
1 parent e52356a commit e36c7f3

4 files changed

Lines changed: 7 additions & 7 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.7",
3+
"version": "1.0.0-rc.1",
44
"description": "Babel helper to create your own polyfill provider",
55
"repository": {
66
"type": "git",

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.1",
3+
"version": "1.0.0-rc.1",
44
"description": "A Babel plugin to inject imports to core-js@3 polyfills",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin"
2424
],
2525
"dependencies": {
26-
"@babel/helper-define-polyfill-provider": "workspace:^0.6.7",
26+
"@babel/helper-define-polyfill-provider": "workspace:^1.0.0-rc.1",
2727
"core-js-compat": "^3.48.0"
2828
},
2929
"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.10",
3+
"version": "1.0.0-rc.1",
44
"description": "A Babel plugin to inject imports to es-shims polyfills",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin"
2424
],
2525
"dependencies": {
26-
"@babel/helper-define-polyfill-provider": "workspace:^0.6.7"
26+
"@babel/helper-define-polyfill-provider": "workspace:^1.0.0-rc.1"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^8.0.0-rc.3 <8.0.0",

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.7",
3+
"version": "1.0.0-rc.1",
44
"description": "A Babel plugin to inject imports to regenerator-runtime",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin"
2424
],
2525
"dependencies": {
26-
"@babel/helper-define-polyfill-provider": "workspace:^0.6.7"
26+
"@babel/helper-define-polyfill-provider": "workspace:^1.0.0-rc.1"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^8.0.0-rc.3 <8.0.0",

0 commit comments

Comments
 (0)