Skip to content
Snippets Groups Projects
Verified Commit 43a36b93 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Upgrade orchestrator-ui-components and npm audit fix

parent 7e510f3b
Branches
Tags
1 merge request!39Feature/upgrade components package
...@@ -29,4 +29,4 @@ NETWORK_TOPOLOGY_API_URL="http://localhost:8080/api/v1/networks/topology" ...@@ -29,4 +29,4 @@ NETWORK_TOPOLOGY_API_URL="http://localhost:8080/api/v1/networks/topology"
NEXTAUTH_URL=http://localhost:3000/api/auth NEXTAUTH_URL=http://localhost:3000/api/auth
NEXTAUTH_SECRET="LR1a4CU9UVFr1OcVeu4ULDX/VHMMiI+s3wNvOkf6fdE=" # openssl rand -base64 32 NEXTAUTH_SECRET="LR1a4CU9UVFr1OcVeu4ULDX/VHMMiI+s3wNvOkf6fdE=" # openssl rand -base64 32
# Disable cache - usefull when in development # Disable cache - usefull when in development
NEXT_PUBLIC_DISABLE_CACHE=false NEXT_PUBLIC_DISABLE_CACHE=false
\ No newline at end of file
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited // NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information. // see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
This diff is collapsed.
{ {
"name": "wfo-ui", "name": "gso-ui",
"version": "1.0.0", "version": "2.15",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"@emotion/css": "^11.11.2", "@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@open-policy-agent/opa-wasm": "^1.8.1", "@open-policy-agent/opa-wasm": "^1.8.1",
"@orchestrator-ui/orchestrator-ui-components": "2.12.0", "@orchestrator-ui/orchestrator-ui-components": "3.4.0",
"@reduxjs/toolkit": "^2.0.1", "@reduxjs/toolkit": "^2.0.1",
"axios": "^1.7.2", "axios": "^1.7.2",
"cytoscape": "^3.29.2", "cytoscape": "^3.29.2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment