Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
chore(deps): update dependency patch-package to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 24, 2019
1 parent c47ae22 commit c78256a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"concurrently": "4.1.0",
"husky": "1.3.1",
"npm-run-all": "4.1.5",
"patch-package": "5.1.2",
"patch-package": "6.0.4",
"postinstall-prepare": "1.0.1",
"prettier": "1.16.4",
"react-native": "npm:@brunolemos/react-native",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7075,6 +7075,13 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051"
integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==

klaw-sync@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/klaw-sync/-/klaw-sync-4.0.0.tgz#7785692ea1a320ac3dda7a6c0c22b33a30aa3b3f"
integrity sha512-go/5tXbgLkgwxQ2c2ewaMen6TpQtI9fTzzmTdlSGK8XxKcFSsJvn/Sgn75Vg+mOJwkKVPrqLw2Xq7x/zP1v7PQ==
dependencies:
graceful-fs "^4.1.11"

klaw@^1.0.0:
version "1.3.1"
resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439"
Expand Down Expand Up @@ -8684,19 +8691,22 @@ pascalcase@^0.1.1:
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=

patch-package@5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-5.1.2.tgz#01753261026dbf6fb223cc0bbd2931a29da9dfc2"
integrity sha512-6NA7/hcAG/eZ6TcugOIkmRMA9wg/CVm+gyJpWJwc7Z8E0dkMeQwnVw5oDvhG+bEHBhsQLn+rF7PAx7p2QWnfNA==
patch-package@6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.0.4.tgz#bd93f41f6b517ed8f14a3292731afd058b2717fc"
integrity sha512-rYC0IOBAQGSWTLtU9kUoU+2LvkpCv+IPf51S6CUX8md9hyebxroMs05iLM0niurB6YhHgM6Z73VYYe5K7FB1+A==
dependencies:
chalk "^1.1.3"
cross-spawn "^5.1.0"
fs-extra "^4.0.1"
is-ci "^2.0.0"
klaw-sync "^4.0.0"
minimist "^1.2.0"
rimraf "^2.6.1"
rimraf "^2.6.2"
semver "^5.6.0"
slash "^1.0.0"
tmp "^0.0.31"
update-notifier "^2.2.0"
update-notifier "^2.4.0"

[email protected]:
version "0.0.0"
Expand Down Expand Up @@ -12065,7 +12075,7 @@ [email protected]:
registry-auth-token "3.3.2"
registry-url "3.1.0"

update-notifier@^2.2.0, update-notifier@^2.5.0:
update-notifier@^2.4.0, update-notifier@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-2.5.0.tgz#d0744593e13f161e406acb1d9408b72cad08aff6"
integrity sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==
Expand Down

0 comments on commit c78256a

Please sign in to comment.