-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump polyfill-library from 3.89.1 to 3.89.3 (#89)
* Bump polyfill-library from 3.89.1 to 3.89.3 Bumps [polyfill-library](https://github.com/financial-times/polyfill-library) from 3.89.1 to 3.89.3. - [Release notes](https://github.com/financial-times/polyfill-library/releases) - [Commits](https://github.com/financial-times/polyfill-library/compare/v3.89.1...v3.89.3) Signed-off-by: dependabot-preview[bot] <[email protected]> * generate * v0.3.3 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: romainmenke <[email protected]>
- Loading branch information
1 parent
a27c9e8
commit bb260dd
Showing
8 changed files
with
20 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"useWorkspaces": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mrhenry/babel-plugin-core-web", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "browser feature polyfills as a babel plugin", | ||
"main": "lib/index.js", | ||
"author": "Simon Menke <[email protected]>", | ||
|
@@ -28,7 +28,7 @@ | |
"@babel/parser": "^7.9.4", | ||
"@babel/traverse": "^7.9.5", | ||
"@babel/types": "^7.9.5", | ||
"@mrhenry/core-web": "^0.3.2", | ||
"@mrhenry/core-web": "^0.3.3", | ||
"fast-deep-equal": "^3.1.1" | ||
}, | ||
"bugs": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "@mrhenry/core-web-example", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"private": true, | ||
"scripts": { | ||
"build": "babel src -d lib" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.8.6", | ||
"@mrhenry/babel-plugin-core-web": "^0.3.2" | ||
"@mrhenry/babel-plugin-core-web": "^0.3.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mrhenry/core-web", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "browser feature polyfills as a babel plugin", | ||
"main": "lib/index.js", | ||
"author": "Simon Menke <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters