summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-16 10:45:59 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-16 10:45:59 +0200
commit63c88a4ce70b065a568992cde28135818e0031b9 (patch)
tree8d157d2553438dd9ac59983bc0fdd6ca63bbdb4b /opendc-web/opendc-web-ui/src/redux/actions/topology/room.js
parent30d502ff637bce778ec3ec5de86e357e61f0d68a (diff)
build(web/ui): Update dependencies of web UI
This change updates the dependencies of the Next.js-based web UI to their latest available versions where possible.
Diffstat (limited to 'opendc-web/opendc-web-ui/src/redux/actions/topology/room.js')
-rw-r--r--opendc-web/opendc-web-ui/src/redux/actions/topology/room.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js b/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js
index fd2d8cdc..350c1d92 100644
--- a/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js
+++ b/opendc-web/opendc-web-ui/src/redux/actions/topology/room.js
@@ -1,4 +1,4 @@
-import { uuid } from 'uuidv4'
+import { v4 as uuid } from 'uuid'
import {
DEFAULT_RACK_SLOT_CAPACITY,
DEFAULT_RACK_POWER_CAPACITY,