Skip to content

Commit

Permalink
fixing react
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Oct 31, 2024
1 parent a47dc3a commit 1fc78f8
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,35 @@
"**/three": "0.167.0",
"three-render-objects": "1.29.4",
"**/three-render-objects": "1.29.4",
"three-forcegraph": "1.41.14"
"three-forcegraph": "1.41.14",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"overrides": {
"three": "0.167.0",
"**/three": "0.167.0",
"three-render-objects": "1.29.4",
"three-forcegraph": "1.41.14"
"three-forcegraph": "1.41.14",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"dependencies": {
"three": "0.167.0",
"@types/three": "0.167.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.5",
"@geppettoengine/geppetto-client": "openworm/geppetto-client#VFBv2.2.5",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.0.0",
"@material-ui/lab": "^4.0.0-alpha.57",
"@types/react-rnd": "^8.0.0",
"axios": "^0.19.2",
"axios": "^0.21.4",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^3.0.0",
Expand Down Expand Up @@ -74,8 +81,8 @@
"@babel/preset-stage-2": "^7.0.0",
"@types/jasmine": "^2.8.8",
"@types/material-ui": "^0.21.5",
"@types/react": "^16.4.9",
"@types/react-dom": "^16.0.7",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.14.0",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
Expand All @@ -98,4 +105,4 @@
]
}
}
}
}

0 comments on commit 1fc78f8

Please sign in to comment.