Skip to content

Commit 70947de

Browse files
zarv1kakameco
authored andcommitted
removes extract-react-intl from deps (#51)
1 parent 9486905 commit 70947de

File tree

2 files changed

+3
-41
lines changed

2 files changed

+3
-41
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"dependencies": {
4343
"@babel/core": "^7.5.5",
4444
"babel-plugin-react-intl": "^4.1.15",
45-
"extract-react-intl": "^0.9.0",
4645
"flat": "^4.1.0",
4746
"glob": "^7.1.4",
4847
"js-yaml": "^3.13.1",

yarn.lock

Lines changed: 3 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
dependencies:
1515
"@babel/highlight" "^7.0.0"
1616

17-
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.5.5":
17+
"@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.5.5":
1818
version "7.5.5"
1919
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
2020
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
@@ -1728,17 +1728,6 @@ babel-plugin-react-intl-auto@^2.2.0:
17281728
"@babel/types" "^7.5.5"
17291729
murmurhash3js "^3.0.1"
17301730

1731-
babel-plugin-react-intl@^3.0.1:
1732-
version "3.5.1"
1733-
resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-3.5.1.tgz#57d22cae27238b4020403b13de9e763267937648"
1734-
integrity sha512-1jlEJCSmLaJM4tjIKpu64UZ833COCHmwR77bFJDOye+zlwf80uR1b8p41l4tClx1QsrfI+qV6w/5AiPYQgaMUQ==
1735-
dependencies:
1736-
"@babel/core" "^7.4.5"
1737-
"@babel/helper-plugin-utils" "^7.0.0"
1738-
"@types/babel__core" "^7.1.2"
1739-
fs-extra "^8.0.1"
1740-
intl-messageformat-parser "^1.8.1"
1741-
17421731
babel-plugin-react-intl@^4.1.15:
17431732
version "4.1.15"
17441733
resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-4.1.15.tgz#323c54ef82effeb4fb71e135360d0b29cd02c0fd"
@@ -3175,19 +3164,6 @@ extglob@^2.0.4:
31753164
snapdragon "^0.8.1"
31763165
to-regex "^3.0.1"
31773166

3178-
extract-react-intl@^0.9.0:
3179-
version "0.9.0"
3180-
resolved "https://registry.yarnpkg.com/extract-react-intl/-/extract-react-intl-0.9.0.tgz#7eb9de48d222d483eefd4975afc965a1a43e667a"
3181-
integrity sha512-O/AqANf7QIXlZPvXeuBr8aXbK/sFMZ0gn26YcRXUSsBaSSFHEvXVrLlQO6nGTAOOVghLoVRS52im5ylPbpdD6g==
3182-
dependencies:
3183-
"@babel/core" "^7.0.0"
3184-
babel-plugin-react-intl "^3.0.1"
3185-
glob "^7.1.3"
3186-
lodash.merge "^4.6.1"
3187-
lodash.mergewith "^4.6.1"
3188-
pify "^4.0.1"
3189-
read-babelrc-up "^0.3.1"
3190-
31913167
extsprintf@1.3.0:
31923168
version "1.3.0"
31933169
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
@@ -3851,11 +3827,6 @@ intl-locales-supported@^1.4.5:
38513827
resolved "https://registry.yarnpkg.com/intl-locales-supported/-/intl-locales-supported-1.4.5.tgz#be9774e6d4ea518f000165ecfe78c78d5bee7de5"
38523828
integrity sha512-D7oriM5x46rd7kNlSW0f9noIBegFr3ReIM6xlMpwH4lfIPD/zvBelPlCjR10IK16boGJG9lKccOvRAM8wzpbrA==
38533829

3854-
intl-messageformat-parser@^1.8.1:
3855-
version "1.8.1"
3856-
resolved "https://registry.yarnpkg.com/intl-messageformat-parser/-/intl-messageformat-parser-1.8.1.tgz#0eb14c5618333be4c95c409457b66c8c33ddcc01"
3857-
integrity sha512-IMSCKVf0USrM/959vj3xac7s8f87sc+80Y/ipBzdKy4ifBv5Gsj2tZ41EAaURVg01QU71fYr77uA8Meh6kELbg==
3858-
38593830
intl-messageformat-parser@^3.0.7, intl-messageformat-parser@^3.0.8:
38603831
version "3.0.8"
38613832
resolved "https://registry.yarnpkg.com/intl-messageformat-parser/-/intl-messageformat-parser-3.0.8.tgz#4ec0a9e1dc7449c7222289306be96d24f4f082e5"
@@ -4887,12 +4858,12 @@ lodash.kebabcase@^4.1.1:
48874858
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
48884859
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
48894860

4890-
lodash.merge@^4.6.1, lodash.merge@^4.6.2:
4861+
lodash.merge@^4.6.2:
48914862
version "4.6.2"
48924863
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
48934864
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
48944865

4895-
lodash.mergewith@^4.6.1, lodash.mergewith@^4.6.2:
4866+
lodash.mergewith@^4.6.2:
48964867
version "4.6.2"
48974868
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
48984869
integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==
@@ -6116,14 +6087,6 @@ react@^16.8.6:
61166087
object-assign "^4.1.1"
61176088
prop-types "^15.6.2"
61186089

6119-
read-babelrc-up@^0.3.1:
6120-
version "0.3.1"
6121-
resolved "https://registry.yarnpkg.com/read-babelrc-up/-/read-babelrc-up-0.3.1.tgz#4903b773ce68c00ca9f2aec4cace3ef72f851eb7"
6122-
integrity sha512-DAFetxQZKpiIAmjpnbxTAJ5lohBaKhRTfcfexApDmkVBGgg8ScbXCFhzZ3KYlagTNK0Bja0xPvQwcGLer6ukxg==
6123-
dependencies:
6124-
find-up "^3.0.0"
6125-
json5 "^2.1.0"
6126-
61276090
read-babelrc-up@^0.4.0:
61286091
version "0.4.0"
61296092
resolved "https://registry.yarnpkg.com/read-babelrc-up/-/read-babelrc-up-0.4.0.tgz#9810afd08abefb9f03eaf3f6396e77a75489e099"

0 commit comments

Comments
 (0)