Skip to content

Commit

Permalink
forcing three to same version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Oct 29, 2024
1 parent 1770a3d commit bbf2b3d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,22 @@
"prestart": "eslint . --color",
"start": "node --max_old_space_size=2048 node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --config webpack.config.dev.js"
},
"resolutions": {
"three": "0.167.0",
"**/three": "0.167.0",
"three-render-objects": "1.29.4",
"**/three-render-objects": "1.29.4",
"three-forcegraph": "1.41.14"
},
"overrides": {
"three": "0.167.0",
"three-render-objects": "1.29.4",
"three-forcegraph": "1.41.14"
},
"dependencies": {
"three": "0.137.5",
"three-examples": "0.137.5",
"three": "0.167.0",
"three-examples": "0.167.0",
"@types/three": "0.167.0",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.4.5",
Expand Down

0 comments on commit bbf2b3d

Please sign in to comment.