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

Commit

Permalink
fix(deps): update dependency charlike to v2
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <[email protected]>
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 2, 2018
1 parent 108a452 commit f108978
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@tunnckocore/package-json": "^0.3.1",
"charlike": "^1.11.1",
"charlike": "^2.0.0",
"esm": "^3.0.84",
"mri": "^1.1.1"
},
Expand Down
10 changes: 6 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -540,11 +540,12 @@ chardet@^0.7.0:
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==

charlike@^1.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/charlike/-/charlike-1.11.1.tgz#b7a760de70a7475780a640afd20dd1b62cd5bcca"
integrity sha512-L0SUvyKV3kSig83kOdaXVmCp/aoh3OmcvwOYfkznRG6vxCYDadOB4VdvXxuZVMcMN3nUKCpOEMPBonUEfl9iDg==
charlike@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/charlike/-/charlike-2.0.0.tgz#e5393a1b908bdaf378ec162803fb9fe40b2a836c"
integrity sha512-V8vbF5jGwFBUWnBbbQsXFnEclzP6ZFdUBtdk4vLj/pOuNME+IJ6cnFG7KHpJOJu7O+x4RmYJw9dCaQ6SKFdf4A==
dependencies:
"@tunnckocore/package-json" "^0.3.1"
camelcase "^5.0.0"
dateformat "^3.0.3"
esm "^3.0.84"
Expand All @@ -555,6 +556,7 @@ charlike@^1.11.1:
jstransformer "^1.0.0"
jstransformer-j140 "^1.0.0"
jstransformer-jstransformer "^1.1.6"
mri "^1.1.1"
parse-git-config "^2.0.3"
stream-copy-dir "^1.0.0"

Expand Down

0 comments on commit f108978

Please sign in to comment.