Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit 8f14264

Browse files
authored
Add used deps to package.json (#944)
1 parent 7a315a3 commit 8f14264

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/react-cosmos-shared2/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-shared2",
66
"license": "MIT",
77
"dependencies": {
8+
"glob": "^7.1.3",
89
"lodash": "^4.17.11",
10+
"micromatch": "^3.1.10",
911
"react-element-to-jsx-string": "^14.0.2",
10-
"react-is": "^16.8.1"
12+
"react-is": "^16.8.1",
13+
"util.promisify": "^1.0.0"
1114
}
1215
}

packages/react-cosmos/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"react-error-overlay": "^5.1.2",
3030
"resolve-from": "^4.0.0",
3131
"socket.io": "^2.2.0",
32+
"util.promisify": "^1.0.0",
3233
"webpack-dev-middleware": "^2.0.6",
3334
"webpack-hot-middleware": "^2.24.3",
3435
"yargs": "^12.0.5"

0 commit comments

Comments
 (0)