Skip to content

Commit

Permalink
deps: bump lodash throughout (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster authored Sep 10, 2021
1 parent f8ae169 commit e945876
Show file tree
Hide file tree
Showing 5 changed files with 732 additions and 617 deletions.
4 changes: 2 additions & 2 deletions packages/visx-responsive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"homepage": "https://github.com/airbnb/visx#readme",
"dependencies": {
"@types/lodash": "^4.14.146",
"@types/lodash": "^4.14.172",
"@types/react": "*",
"lodash": "^4.17.10",
"lodash": "^4.17.21",
"prop-types": "^15.6.1",
"resize-observer-polyfill": "1.5.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-shape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"dependencies": {
"@types/d3-path": "^1.0.8",
"@types/d3-shape": "^1.3.1",
"@types/lodash": "^4.14.146",
"@types/lodash": "^4.14.172",
"@types/react": "*",
"@visx/curve": "2.1.0",
"@visx/group": "2.1.0",
"@visx/scale": "2.1.0",
"classnames": "^2.3.1",
"d3-path": "^1.0.5",
"d3-shape": "^1.2.0",
"lodash": "^4.17.15",
"lodash": "^4.17.21",
"prop-types": "^15.5.10"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"homepage": "https://github.com/airbnb/visx#readme",
"dependencies": {
"@types/lodash": "^4.14.160",
"@types/lodash": "^4.14.172",
"@types/react": "*",
"classnames": "^2.3.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"reduce-css-calc": "^1.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/visx-xychart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-spring": "^9.2.0"
},
"dependencies": {
"@types/lodash": "^4.14.146",
"@types/lodash": "^4.14.172",
"@types/react": "*",
"@visx/annotation": "2.1.0",
"@visx/axis": "2.1.0",
Expand All @@ -58,7 +58,7 @@
"d3-array": "^2.6.0",
"d3-interpolate-path": "2.2.1",
"d3-shape": "^2.0.0",
"lodash": "^4.17.10",
"lodash": "^4.17.21",
"mitt": "^2.1.0",
"prop-types": "^15.6.2"
},
Expand Down
Loading

0 comments on commit e945876

Please sign in to comment.