Skip to content

Commit

Permalink
#131 Bump up react-force-graph version
Browse files Browse the repository at this point in the history
* Add sass from devDeps to deps since projects using this package will need it
* Add required resolutions for bezier-js and three
  • Loading branch information
lrebscher committed Jul 26, 2021
1 parent 35b3cb3 commit a19a0b9
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 141 deletions.
16 changes: 8 additions & 8 deletions geppetto.js/geppetto-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"react-dom-factories": "^1.0.2",
"react-dropzone": "^8.0.3",
"react-fontawesome": "^1.6.1",
"react-force-graph-2d": "^1.12.1",
"react-force-graph-3d": "^1.12.1",
"react-force-graph-2d": "^1.23.8",
"react-force-graph-3d": "^1.21.10",
"react-jsonschema-form": "^1.0.6",
"react-lazy-load": "^3.0.13",
"react-modal": "^3.8.1",
Expand All @@ -94,11 +94,8 @@
"typeface-roboto": "^0.0.54",
"underscore": "~1.9.1",
"url-join": "^4.0.0",
"velocity.java": "^1.3.1"
},
"peerDependencies": {
"@metacell/geppetto-meta-client": "0.0.2",
"@metacell/geppetto-meta-core": "0.0.2"
"velocity.java": "^1.3.1",
"sass": "^1.32.12"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand All @@ -116,9 +113,12 @@
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^6.0.1",
"jest": "^24.9.0",
"sass": "^1.32.12",
"typescript": "^4.3.2"
},
"resolutions": {
"bezier-js": "4.0.3",
"three": "0.111.0"
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
Expand Down
Loading

0 comments on commit a19a0b9

Please sign in to comment.