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

Commit ddead12

Browse files
authored
Add missing dependency in published package (#1689)
Add missing dependency in published package
2 parents 1e9c536 + 5d1a04e commit ddead12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"react-popper": "1.3.2",
1818
"react-select": "2.3.0",
1919
"react-sortable-hoc": "^0.8.3",
20-
"styled-components": "3.4.10"
20+
"styled-components": "3.4.10",
21+
"lodash.isempty": "4.4.0"
2122
},
2223
"peerDependencies": {
2324
"react": "^16.8.4",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"lint-staged": "7.2.0",
6565
"lodash.camelcase": "4.3.0",
6666
"lodash.frompairs": "4.0.1",
67-
"lodash.isempty": "4.4.0",
6867
"md5-file": "^4.0.0",
6968
"nps": "5.9.2",
7069
"nps-i": "1.0.2",

0 commit comments

Comments
 (0)