Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Remove workloads, reorganize hooks, fix mission namepsace bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed May 18, 2021
1 parent 3f4b35f commit 24ca84d
Show file tree
Hide file tree
Showing 28 changed files with 648 additions and 1,180 deletions.
184 changes: 101 additions & 83 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"test": "jest"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@types/lodash": "^4.14.165",
"@types/react": "^17.0.6",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.4",
Expand All @@ -23,8 +25,8 @@
"dagre-d3": "^0.6.4",
"lodash": "^4.17.20",
"query-string": "^6.13.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-toastify": "^7.0.3",
"styled-components": "^5.2.1"
Expand Down
Loading

0 comments on commit 24ca84d

Please sign in to comment.