Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit 784666e

Browse files
dependabot[bot]tomusdrw
authored andcommitted
Bump babel-plugin-react-intl from 2.3.1 to 3.0.1 (#54)
Bumps [babel-plugin-react-intl](https://github.com/yahoo/babel-plugin-react-intl) from 2.3.1 to 3.0.1. - [Release notes](https://github.com/yahoo/babel-plugin-react-intl/releases) - [Commits](formatjs/babel-plugin-react-intl@v2.3.1...v3.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 825ddd0 commit 784666e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"babel-core": "^6.26.3",
2828
"babel-eslint": "^8.2.2",
2929
"babel-loader": "^7.1.5",
30-
"babel-plugin-react-intl": "2.3.1",
30+
"babel-plugin-react-intl": "3.0.1",
3131
"babel-plugin-transform-class-properties": "^6.24.1",
3232
"babel-plugin-transform-decorators-legacy": "^1.3.5",
3333
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
dependencies:
5353
regenerator-runtime "^0.12.0"
5454

55+
"@babel/runtime@^7.0.0":
56+
version "7.1.5"
57+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39"
58+
dependencies:
59+
regenerator-runtime "^0.12.0"
60+
5561
5662
version "7.0.0-beta.41"
5763
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.41.tgz#628eeb93f9b5b423a252d3b6183f12e09505ab55"
@@ -627,11 +633,11 @@ babel-plugin-check-es2015-constants@^6.22.0:
627633
dependencies:
628634
babel-runtime "^6.22.0"
629635

630-
babel-plugin-react-intl@2.3.1:
631-
version "2.3.1"
632-
resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-2.3.1.tgz#3d43912e824da005e08e8e8239d5ba784374bb00"
636+
babel-plugin-react-intl@3.0.1:
637+
version "3.0.1"
638+
resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-3.0.1.tgz#4abc7fff04a7bbbb7034aec0a675713f2e52181c"
633639
dependencies:
634-
babel-runtime "^6.2.0"
640+
"@babel/runtime" "^7.0.0"
635641
intl-messageformat-parser "^1.2.0"
636642
mkdirp "^0.5.1"
637643

0 commit comments

Comments
 (0)