Remove lerna and update dependencies to modern versions #27

Merged
telackey merged 11 commits from dboreham/remove-lerna into main 2023-03-22 12:27:59 +00:00
2 changed files with 173 additions and 1243 deletions
Showing only changes of commit 62ac7d66e2 - Show all commits

View File

@ -26,16 +26,16 @@
"testEnvironment": "node"
},
"dependencies": {
"@apollo/react-components": "^3.1.5",
"@apollo/react-hooks": "^3.1.5",
"@babel/runtime": "^7.8.7",
"@apollo/react-components": "^4.0.0",
"@apollo/react-hooks": "^4.0.0",
"@babel/runtime": "^7.21.0",
"@cerc-io/laconic-sdk": "0.1.6",
"@lirewine/debug": "1.0.0-beta.78",
"@lirewine/gem-core": "1.0.0-beta.28",
"@lirewine/react-ux": "1.1.0-beta.0",
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.54",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@rehooks/component-size": "^1.0.3",
"@visx/network": "^1.0.0",
"@visx/tooltip": "^1.0.0",
@ -54,10 +54,10 @@
"lodash.get": "^4.4.2",
"moment": "^2.26.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"source-map-support": "^0.5.12"
},
"devDependencies": {

1396
yarn.lock

File diff suppressed because it is too large Load Diff