Skip to content

Commit

Permalink
chore: add missing dependencies (#1336)
Browse files Browse the repository at this point in the history
fixes #1427
  • Loading branch information
ishitatsuyuki authored and haoqunjiang committed Dec 24, 2018
1 parent 082c6ea commit 4e90784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"jsdom": "^11.6.2",
"lint-staged": "^7.0.0",
"markdown-loader": "^2.0.2",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.7.2",
"normalize-newline": "^3.0.0",
Expand All @@ -66,6 +67,7 @@
"pug-plain-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.7",
"source-map": "^0.5.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"sugarss": "^1.0.1",
Expand All @@ -82,5 +84,8 @@
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2",
"yorkie": "^1.0.3"
},
"peerDependencies": {
"webpack": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6672,7 +6672,7 @@ mem@^1.1.0:
dependencies:
mimic-fn "^1.0.0"

memory-fs@^0.4.0, memory-fs@~0.4.1:
memory-fs@^0.4.0, memory-fs@^0.4.1, memory-fs@~0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
dependencies:
Expand Down

0 comments on commit 4e90784

Please sign in to comment.