fix(v2): Add missing dependencies to packages (#3355)

This commit is contained in:
Sam Zhou 2020-08-28 09:04:44 -04:00 committed by GitHub
parent c8d6e418ff
commit 16ae3bf462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 7 deletions

View file

@ -29,7 +29,8 @@
"loader-utils": "^1.2.3",
"lodash.kebabcase": "^4.1.1",
"reading-time": "^1.2.0",
"remark-admonitions": "^1.2.1"
"remark-admonitions": "^1.2.1",
"webpack": "^4.41.2"
},
"peerDependencies": {
"react": "^16.8.4",