Skip to content

Commit

Permalink
Merge pull request #1496 from Mike-Dax/missing-deps
Browse files Browse the repository at this point in the history
Added missing dependencies
  • Loading branch information
boygirl authored Mar 3, 2020
2 parents b3a4b8c + 41139f9 commit a652fdf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/victory-brush-line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"dependencies": {
"lodash": "^4.17.15",
"prop-types": "^15.5.8",
"victory-core": "^34.1.1"
"victory-core": "^34.1.1",
"react-fast-compare": "^2.0.0"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down
3 changes: 2 additions & 1 deletion packages/victory-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"lodash": "^4.17.15",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-core": "^34.1.1"
"victory-core": "^34.1.1",
"victory-shared-events": "^34.1.1"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down
3 changes: 2 additions & 1 deletion packages/victory-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"lodash": "^4.17.15",
"prop-types": "^15.5.8",
"react-fast-compare": "^2.0.0",
"victory-core": "^34.1.1"
"victory-core": "^34.1.1",
"victory-shared-events": "^34.1.1"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down
3 changes: 2 additions & 1 deletion packages/victory-voronoi-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lodash": "^4.17.15",
"prop-types": "^15.5.8",
"victory-core": "^34.1.1",
"victory-tooltip": "^34.1.1"
"victory-tooltip": "^34.1.1",
"react-fast-compare": "^2.0.0"
},
"scripts": {
"version": "nps build-libs && nps build-dists"
Expand Down

0 comments on commit a652fdf

Please sign in to comment.