Skip to content

Commit 81464cf

Browse files
kt3khiroppy
authored andcommitted
fix(watch): update vinyl-accumulate and this fixes watch (#230)
1 parent a296780 commit 81464cf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"layout-wrapper": "^1.1.1",
3838
"nunjucks": "^3.0.0",
3939
"nunjucks-date": "^1.2.0",
40-
"vinyl-accumulate": "^1.3.2"
40+
"vinyl-accumulate": "^1.4.1"
4141
},
4242
"devDependencies": {
4343
"rimraf": "^2.5.4"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,9 +2176,9 @@ verror@1.3.6:
21762176
dependencies:
21772177
extsprintf "1.0.2"
21782178

2179-
vinyl-accumulate@^1.3.2:
2180-
version "1.3.2"
2181-
resolved "https://registry.yarnpkg.com/vinyl-accumulate/-/vinyl-accumulate-1.3.2.tgz#5c49d7b7566aa6e99ac62c2799d8e95f6a8f1f6a"
2179+
vinyl-accumulate@^1.4.1:
2180+
version "1.4.1"
2181+
resolved "https://registry.yarnpkg.com/vinyl-accumulate/-/vinyl-accumulate-1.4.1.tgz#2b22679df61a3543e973f7b6fa3e9f745d4fdaba"
21822182
dependencies:
21832183
debounce "^1.0.0"
21842184
duplexer2 "^0.1.4"

0 commit comments

Comments
 (0)