Skip to content

Commit

Permalink
Upgrade minor versions of packages + caniuse-lite
Browse files Browse the repository at this point in the history
@types/react has to be ^17, so it's manually added to
"resolutions". This is because ^18 has breaking changes
that libraries fail to acknowledge.
  • Loading branch information
iburakov committed Jul 2, 2022
1 parent 8993bb3 commit e7e59b0
Show file tree
Hide file tree
Showing 2 changed files with 2,936 additions and 3,788 deletions.
9 changes: 6 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@
"react-chartjs-2": "^3.0.3",
"react-d3-tree": "^1.15.3",
"react-dom": "^17.0.1",
"react-json-view": "^1.19.1",
"react-json-view": "^1.21.3",
"react-router-dom": "^5.0.1",
"react-scripts": "^4.0.3",
"react-table": "^6.11.0",
"sass": "1.32.13",
"typescript": "^3.9.4"
},
"devDependencies": {
"@types/react": "16.9.55",
"@types/react": "^17.0.47",
"@types/react-bootstrap": "^0.32.19",
"@types/react-dom": "16.9.9",
"@types/react-dom": "^17.0.17",
"@types/react-router-dom": "^5.1.6"
},
"resolutions": {
"@types/react": "^17.0.47"
},
"scripts": {
"backstart": "cd .. && stack exec nitta -- --port=8080 examples/teacup.lua",
"start": "react-scripts --max_old_space_size=4096 start",
Expand Down

0 comments on commit e7e59b0

Please sign in to comment.