From 63c88a4ce70b065a568992cde28135818e0031b9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Mon, 16 May 2022 10:45:59 +0200 Subject: 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. --- opendc-web/opendc-web-ui/src/redux/actions/topology/rack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-web/opendc-web-ui/src/redux/actions/topology/rack.js') diff --git a/opendc-web/opendc-web-ui/src/redux/actions/topology/rack.js b/opendc-web/opendc-web-ui/src/redux/actions/topology/rack.js index 308acaa6..1f65952a 100644 --- a/opendc-web/opendc-web-ui/src/redux/actions/topology/rack.js +++ b/opendc-web/opendc-web-ui/src/redux/actions/topology/rack.js @@ -1,4 +1,4 @@ -import { uuid } from 'uuidv4' +import { v4 as uuid } from 'uuid' export const EDIT_RACK_NAME = 'EDIT_RACK_NAME' export const DELETE_RACK = 'DELETE_RACK' -- cgit v1.2.3