Skip to content

Commit

Permalink
Remove regexpp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lbebber committed Sep 19, 2019
1 parent 4fb5718 commit ef7afd3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"load-google-maps-api": "^1.0.0",
"lodash": "^4.17.4",
"msk": "1.0.3",
"recompose": "^0.27.1",
"regexpp": "^2.0.1"
"recompose": "^0.27.1"
},
"peerDependencies": {
"prop-types": "^15.5.10",
Expand Down
3 changes: 1 addition & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"lodash": "^4.17.4",
"msk": "1.0.3",
"react-intl": "^2.7.2",
"recompose": "^0.27.1",
"regexpp": "^2.0.1"
"recompose": "^0.27.1"
},
"peerDependencies": {
"prop-types": "^15.5.10",
Expand Down
4 changes: 0 additions & 4 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1152,10 +1152,6 @@ regenerator-runtime@^0.13.2:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==

regexpp@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"

resolve-from@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8390,10 +8390,6 @@ regex-not@^1.0.0, regex-not@^1.0.2:
extend-shallow "^3.0.2"
safe-regex "^1.1.0"

regexpp@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"

regexpu-core@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
Expand Down

0 comments on commit ef7afd3

Please sign in to comment.