diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2023-03-30 22:58:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 22:58:30 +0100 |
| commit | 0db9d47d2b3062ca867e0a7aa33ba7205307d062 (patch) | |
| tree | 3d6fc9128dd9ff82434c8ad112a01d023791cba5 /opendc-web/opendc-web-ui/package.json | |
| parent | 526d6cd6b48b30cf7bbe40478d57bbc67e7027cc (diff) | |
| parent | e7d5c086832a24f3c6b98258b0b8eb1fbbd3336a (diff) | |
merge: Address issues with web UI (#145)
This pull request addresses several issues that have been reported for the OpenDC web UI.
## Implementation Notes :hammer_and_pick:
* Update dependencies for web UI
* Inform user when deleted topology is still used
* Do not offset hover layer after dragging
* Fix access to machines on lower shelves
* Do not allow selection of empty unit
* Fix rack deletion
Fixes #135, #136, #137, #138, #139
Diffstat (limited to 'opendc-web/opendc-web-ui/package.json')
| -rw-r--r-- | opendc-web/opendc-web-ui/package.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/opendc-web/opendc-web-ui/package.json b/opendc-web/opendc-web-ui/package.json index d619228c..2a53a290 100644 --- a/opendc-web/opendc-web-ui/package.json +++ b/opendc-web/opendc-web-ui/package.json @@ -17,40 +17,40 @@ "license": "MIT", "private": true, "dependencies": { - "@auth0/auth0-react": "^1.12.0", - "@patternfly/react-core": "^4.250.1", - "@patternfly/react-icons": "^4.92.10", - "@patternfly/react-table": "^4.111.33", - "@patternfly/react-charts": "^6.94.11", - "@sentry/react": "^7.19.0", - "@sentry/tracing": "^7.19.0", + "@auth0/auth0-react": "^1.12.1", + "@patternfly/react-charts": "^6.94.18", + "@patternfly/react-core": "^4.276.6", + "@patternfly/react-icons": "^4.93.6", + "@patternfly/react-table": "^4.112.39", + "@sentry/react": "^7.45.0", + "@sentry/tracing": "^7.45.0", "clsx": "^1.2.1", - "immer": "^9.0.16", - "konva": "^8.3.14", - "mathjs": "^11.3.3", - "next": "^13.0.3", + "immer": "^9.0.21", + "konva": "^8.4.3", + "mathjs": "^11.7.0", + "next": "^13.2.4", "next-global-css": "^1.3.1", "normalizr": "^3.6.2", - "prettier": "^2.7.1", + "prettier": "^2.8.7", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hotkeys-hook": "^3.4.7", - "react-konva": "^18.2.3", - "react-query": "^3.39.2", + "react-hotkeys-hook": "^4.3.8", + "react-konva": "^18.2.5", + "react-query": "^3.39.3", "react-redux": "^8.0.5", - "redux": "^4.2.0", + "redux": "^4.2.1", "redux-logger": "^3.0.6", - "redux-saga": "^1.2.1", + "redux-saga": "^1.2.3", "redux-thunk": "^2.4.2", "svgsaver": "^0.9.0", - "use-resize-observer": "^9.0.2", + "use-resize-observer": "^9.1.0", "uuid": "^9.0.0", "victory-errorbar": "^36.6.8" }, "devDependencies": { - "eslint": "^8.27.0", - "eslint-config-next": "^13.0.3" + "eslint": "^8.36.0", + "eslint-config-next": "^13.2.4" }, "scripts": { "format": "prettier --write src", |
