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

Commit eb8a5ac

Browse files
Merge pull request #174 from parity-js/dependabot/npm_and_yarn/babel-plugin-react-intl-4.0.0
2 parents 49f8fb5 + cf30225 commit eb8a5ac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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": "3.4.1",
30+
"babel-plugin-react-intl": "4.0.0",
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -752,15 +752,15 @@ babel-plugin-check-es2015-constants@^6.22.0:
752752
dependencies:
753753
babel-runtime "^6.22.0"
754754

755-
babel-plugin-react-intl@3.4.1:
756-
version "3.4.1"
757-
resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-3.4.1.tgz#b107b0756599c2fccb09f601454a7b805e8df659"
755+
babel-plugin-react-intl@4.0.0:
756+
version "4.0.0"
757+
resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-4.0.0.tgz#d6981cc682cedc679b94d48ca572e6bb72fd1f20"
758758
dependencies:
759759
"@babel/core" "^7.4.5"
760760
"@babel/helper-plugin-utils" "^7.0.0"
761761
"@types/babel__core" "^7.1.2"
762762
fs-extra "^8.0.1"
763-
intl-messageformat-parser "^1.7.1"
763+
intl-messageformat-parser "^2.0.0"
764764

765765
babel-plugin-syntax-async-functions@^6.8.0:
766766
version "6.13.0"
@@ -3507,9 +3507,9 @@ interpret@^1.0.0:
35073507
version "1.1.0"
35083508
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"
35093509

3510-
intl-messageformat-parser@^1.7.1:
3511-
version "1.7.1"
3512-
resolved "https://registry.yarnpkg.com/intl-messageformat-parser/-/intl-messageformat-parser-1.7.1.tgz#4d5e917630774069807a2ff64fbb3382c36e7c19"
3510+
intl-messageformat-parser@^2.0.0:
3511+
version "2.0.0"
3512+
resolved "https://registry.yarnpkg.com/intl-messageformat-parser/-/intl-messageformat-parser-2.0.0.tgz#bd64d0d2c61d0902b0a08ff3b21c298fdf34b39a"
35133513

35143514
invariant@^2.0.0, invariant@^2.2.1, invariant@^2.2.2:
35153515
version "2.2.2"

0 commit comments

Comments
 (0)