Skip to content

Commit

Permalink
Upgrade to React v17 and R3F v6
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Apr 16, 2021
1 parent 1eca15d commit be52a5c
Show file tree
Hide file tree
Showing 13 changed files with 205 additions and 167 deletions.
209 changes: 120 additions & 89 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"postversion": "git push && git push --tags"
},
"dependencies": {
"@react-three/fiber": "^6.0.14",
"@visx/axis": "^1.7.0",
"@visx/grid": "^1.7.0",
"@visx/scale": "^1.7.0",
Expand All @@ -46,17 +47,16 @@
"ndarray-ops": "^1.2.2",
"ndarray-unpack": "^1.0.0",
"normalize.css": "^8.0.1",
"react": "^16.14.0",
"react": "^17.0.2",
"react-aria-menubutton": "^7.0.1",
"react-dom": "^16.14.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.1",
"react-icons": "^4.2.0",
"react-measure": "^2.5.2",
"react-reflex": "^4.0.0",
"react-router-dom": "^5.2.0",
"react-slider": "^1.1.4",
"react-suspense-fetch": "^0.3.0",
"react-three-fiber": "^4.2.21",
"react-use": "^17.2.3",
"react-window": "^1.8.6",
"three": "^0.127.0",
Expand Down Expand Up @@ -86,9 +86,9 @@
"@types/lodash-es": "^4.17.4",
"@types/ndarray": "^1.0.8",
"@types/node": "^12.19.7",
"@types/react": "^16.14.2",
"@types/react": "^17.0.3",
"@types/react-aria-menubutton": "^6.2.7",
"@types/react-dom": "^16.9.10",
"@types/react-dom": "^17.0.3",
"@types/react-measure": "^2.0.6",
"@types/react-router-dom": "^5.1.7",
"@types/react-slider": "^1.1.1",
Expand All @@ -110,7 +110,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react-app-polyfill": "^2.0.0",
"react-is": "^16.13.1",
"react-is": "^17.0.2",
"react-scripts": "^4.0.3",
"typescript": "^4.2.4"
},
Expand Down
Loading

0 comments on commit be52a5c

Please sign in to comment.