Skip to content

Commit

Permalink
Merge pull request #203 from vtex/fix/cleanup-dependencies-2
Browse files Browse the repository at this point in the history
Fix/cleanup dependencies 2
  • Loading branch information
lbebber authored Sep 23, 2019
2 parents 91e4ff0 + a1a77fa commit c0a15fc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Removed unused depdendency (`regexpp`).

## [3.6.2] - 2019-09-23
### Changed
Expand Down
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 @@ -14,8 +14,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 @@ -1160,10 +1160,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 c0a15fc

Please sign in to comment.