Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore(deps): update dependency replace-in-file to v3.1.1 (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and samouss committed Feb 5, 2018
1 parent 1261a8b commit 8442cbf
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"react-hot-loader": "3.1.3",
"react-tap-event-plugin": "3.0.2",
"recursive-readdir": "2.2.1",
"replace-in-file": "3.1.0",
"replace-in-file": "3.1.1",
"rheostat": "2.1.3",
"rollup": "0.55.3",
"rollup-plugin-babel": "3.0.3",
Expand Down
39 changes: 35 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3050,6 +3050,14 @@ cliui@^3.0.3, cliui@^3.2.0:
strip-ansi "^3.0.1"
wrap-ansi "^2.0.0"

cliui@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc"
dependencies:
string-width "^2.1.1"
strip-ansi "^4.0.0"
wrap-ansi "^2.0.0"

clone-deep@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-0.3.0.tgz#348c61ae9cdbe0edfe053d91ff4cc521d790ede8"
Expand Down Expand Up @@ -11273,13 +11281,13 @@ repeating@^2.0.0:
dependencies:
is-finite "^1.0.0"

[email protected].0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-3.1.0.tgz#3adff12b1e16038a830b5187712788e74d6f94fd"
[email protected].1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-3.1.1.tgz#84052a6948771e8833a0738a0eb905feb0c9c7f4"
dependencies:
chalk "^2.3.0"
glob "^7.1.2"
yargs "^10.0.3"
yargs "^11.0.0"

[email protected]:
version "1.1.1"
Expand Down Expand Up @@ -13990,6 +13998,12 @@ yargs-parser@^8.0.0:
dependencies:
camelcase "^4.1.0"

yargs-parser@^9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077"
dependencies:
camelcase "^4.1.0"

[email protected]:
version "3.29.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.29.0.tgz#1aab9660eae79d8b8f675bcaeeab6ee34c2cf69c"
Expand Down Expand Up @@ -14037,6 +14051,23 @@ yargs@^10.0.3:
y18n "^3.2.1"
yargs-parser "^8.0.0"

yargs@^11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.0.0.tgz#c052931006c5eee74610e5fc0354bedfd08a201b"
dependencies:
cliui "^4.0.0"
decamelize "^1.1.1"
find-up "^2.1.0"
get-caller-file "^1.0.1"
os-locale "^2.0.0"
require-directory "^2.1.1"
require-main-filename "^1.0.1"
set-blocking "^2.0.0"
string-width "^2.0.0"
which-module "^2.0.0"
y18n "^3.2.1"
yargs-parser "^9.0.2"

yargs@^6.0.0, yargs@^6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208"
Expand Down

0 comments on commit 8442cbf

Please sign in to comment.