From 4347f800e6bd9e5e7a0cffa67e548e9037af72af Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 28 May 2017 00:14:11 +0200 Subject: [PATCH] update dependencies --- package.json | 2 +- test/test_output/changedname.md | 1 + test/test_template/template3.md | 3 +++ yarn.lock | 6 +++--- 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 test/test_output/changedname.md diff --git a/package.json b/package.json index d9df755..16691ea 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@types/lodash": "^4.14.64", "lodash": "^4.17.4", - "smartfile": "^4.2.16", + "smartfile": "^4.2.17", "smartfm": "^1.0.5", "smarthbs": "^1.0.15", "smartinteract": "^1.0.4", diff --git a/test/test_output/changedname.md b/test/test_output/changedname.md new file mode 100644 index 0000000..bd4039f --- /dev/null +++ b/test/test_output/changedname.md @@ -0,0 +1 @@ +# some undefined variable \ No newline at end of file diff --git a/test/test_template/template3.md b/test/test_template/template3.md index aa14a5b..71242bc 100644 --- a/test/test_template/template3.md +++ b/test/test_template/template3.md @@ -1 +1,4 @@ +--- +fileName: changedname.md +--- # some {{wow}} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index a728319..2d09732 100644 --- a/yarn.lock +++ b/yarn.lock @@ -861,9 +861,9 @@ smartenv@^2.0.0: smartq "^1.1.1" typings-global "^1.0.14" -smartfile@^4.2.11, smartfile@^4.2.16: - version "4.2.16" - resolved "https://registry.yarnpkg.com/smartfile/-/smartfile-4.2.16.tgz#bb93ab4b66d75733c3c2df5ac1859bec747cf7cf" +smartfile@^4.2.11, smartfile@^4.2.17: + version "4.2.17" + resolved "https://registry.yarnpkg.com/smartfile/-/smartfile-4.2.17.tgz#9eba8f65eea7e4db51aa30562f6039815a88b125" dependencies: "@types/fs-extra" "3.x.x" "@types/vinyl" "^2.0.0"