Skip to content

Commit

Permalink
fix(@formatjs/ts-transformer): remove loader-utils dep
Browse files Browse the repository at this point in the history
fix(@formatjs/cli): remove loader-utils dep
  • Loading branch information
Long Ho committed Jun 4, 2020
1 parent 63c3eab commit 927b3bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@babel/preset-typescript": "^7.9.0",
"@formatjs/intl-utils": "^3.3.0",
"@types/babel__core": "^7.1.7",
"@types/loader-utils": "^1.1.3",
"@types/lodash": "^4.14.150",
"babel-plugin-const-enum": "^1.0.1",
"babel-plugin-react-intl": "^7.5.17",
Expand Down
2 changes: 0 additions & 2 deletions packages/ts-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
],
"dependencies": {
"@formatjs/intl-utils": "^3.3.0",
"@types/loader-utils": "^1.1.3",
"loader-utils": "^2.0.0",
"typescript": "3.8"
},
"author": "Long Ho <holevietlong@gmail.com>",
Expand Down
19 changes: 1 addition & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2674,14 +2674,6 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==

"@types/loader-utils@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@types/loader-utils/-/loader-utils-1.1.3.tgz#82b9163f2ead596c68a8c03e450fbd6e089df401"
integrity sha512-euKGFr2oCB3ASBwG39CYJMR3N9T0nanVqXdiH7Zu/Nqddt6SmFRxytq/i2w9LQYNQekEtGBz+pE3qG6fQTNvRg==
dependencies:
"@types/node" "*"
"@types/webpack" "*"

"@types/lodash@^4.14.150":
version "4.14.152"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.152.tgz#7e7679250adce14e749304cdb570969f77ec997c"
Expand Down Expand Up @@ -2817,7 +2809,7 @@
"@types/source-list-map" "*"
source-map "^0.6.1"

"@types/webpack@*", "@types/webpack@^4.41.0", "@types/webpack@^4.41.8":
"@types/webpack@^4.41.0", "@types/webpack@^4.41.8":
version "4.41.12"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.12.tgz#0386ee2a2814368e2f2397abb036c0bf173ff6c3"
integrity sha512-BpCtM4NnBen6W+KEhrL9jKuZCXVtiH6+0b6cxdvNt2EwU949Al334PjQSl2BeAyvAX9mgoNNG21wvjP3xZJJ5w==
Expand Down Expand Up @@ -9849,15 +9841,6 @@ loader-utils@^1.1.0, loader-utils@^1.2.3, loader-utils@^1.4.0:
emojis-list "^3.0.0"
json5 "^1.0.1"

loader-utils@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
dependencies:
big.js "^5.2.2"
emojis-list "^3.0.0"
json5 "^2.1.2"

locate-path@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
Expand Down

0 comments on commit 927b3bc

Please sign in to comment.