Skip to content

Commit

Permalink
chore(deps): update dependency metalsmith-in-place to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 15, 2018
1 parent 979e0cd commit 9789960
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"metalsmith": "2.3.0",
"metalsmith-copy": "0.4.0",
"metalsmith-headings": "0.2.0",
"metalsmith-in-place": "3.0.1",
"metalsmith-in-place": "4.1.1",
"metalsmith-layouts": "1.8.1",
"metalsmith-navigation": "0.2.9",
"metalsmith-sass": "1.4.0",
Expand Down
32 changes: 15 additions & 17 deletions docgen/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ aws4@^1.2.1, aws4@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"

babel-cli@6.26.0, babel-cli@^6.23.0, babel-cli@^6.24.1:
babel-cli@6.26.0, babel-cli@^6.23.0:
version "6.26.0"
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1"
dependencies:
Expand Down Expand Up @@ -2103,6 +2103,12 @@ debug@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-0.8.1.tgz#20ff4d26f5e422cb68a1bacbbb61039ad8c1c130"

debug@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
ms "2.0.0"

decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
Expand Down Expand Up @@ -3553,7 +3559,7 @@ ini@^1.3.3, ini@~1.3.0:
version "1.3.4"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.4.tgz#0537cb79daf59b59a1a517dff706c86ec039162e"

inputformat-to-jstransformer@^1.1.8:
inputformat-to-jstransformer@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/inputformat-to-jstransformer/-/inputformat-to-jstransformer-1.2.1.tgz#4e0f3c0c9fd61b305801b26944b10256d4a760eb"
dependencies:
Expand Down Expand Up @@ -4473,28 +4479,20 @@ metalsmith-copy@0.4.0:
lodash "^2.4.1"
minimatch "^3.0.2"

metalsmith-engine-jstransformer@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/metalsmith-engine-jstransformer/-/metalsmith-engine-jstransformer-0.1.2.tgz#6d387f718fd128e05b8ef668ac4bf6a6f8ff462e"
dependencies:
babel-cli "^6.24.1"
babel-preset-env "^1.6.0"
extend "^3.0.0"
inputformat-to-jstransformer "^1.1.8"
is-utf8 "^0.2.1"
jstransformer "^1.0.0"

metalsmith-headings@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/metalsmith-headings/-/metalsmith-headings-0.2.0.tgz#b9c4d7e1609e377b45863d47ae39861b86c50529"
dependencies:
cheerio "^0.14.0"

metalsmith-in-place@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/metalsmith-in-place/-/metalsmith-in-place-3.0.1.tgz#140644a23f300cf8e46e92afe86598cd71dbbfcb"
metalsmith-in-place@4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/metalsmith-in-place/-/metalsmith-in-place-4.1.1.tgz#d36c6642818062202bdd26eae2c279c7efe7a5bc"
dependencies:
metalsmith-engine-jstransformer "^0.1.2"
debug "^3.1.0"
inputformat-to-jstransformer "^1.2.1"
is-utf8 "^0.2.1"
jstransformer "^1.0.0"
multimatch "^2.1.0"

metalsmith-layouts@1.8.1:
Expand Down

0 comments on commit 9789960

Please sign in to comment.