Skip to content

Commit

Permalink
Downgrade React and d3 dependencies to make react-d3-graph happy (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore authored Jun 18, 2021
1 parent 39fbdd1 commit deb1a5a
Show file tree
Hide file tree
Showing 7 changed files with 14,527 additions and 62,251 deletions.
21 changes: 1 addition & 20 deletions loom-common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22,489 changes: 953 additions & 21,536 deletions loom-editor/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion loom-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@emotion/react": "^11.4.0",
"d3": "^5.16.0",
"d3": "^5.5.0",
"loom-common": "file:../loom-common/out",
"react-d3-graph": "^2.6.0",
"react-hotkeys-hook": "^3.3.1",
Expand Down
174 changes: 12 additions & 162 deletions loom-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion loom-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
"dependencies": {
"loom-common": "file:../loom-common/out",
"rimraf": "^3.0.2",
"sanitize-filename": "^1.6.3"
"sanitize-filename": "^1.6.3",
"typesafe-actions": "^5.1.0"
},
"jest": {
"preset": "ts-jest",
Expand Down
Loading

0 comments on commit deb1a5a

Please sign in to comment.