From 643dc628bebd5d66fee7970b7bac79bd8310f89c Mon Sep 17 00:00:00 2001 From: fsdavid <daviti1@mail.com> Date: Fri, 3 Jun 2022 18:42:24 +0200 Subject: [PATCH] Increase connectivity version --- .storybook/preview-head.html | 2 +- deploy/csp/index.js | 2 +- src/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 505eb02fb..7263cbb65 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -10,4 +10,4 @@ } </style> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> -<script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.4/dist/connectivity-component/connectivity-component.js" defer></script> +<script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.5/dist/connectivity-component/connectivity-component.js" defer></script> diff --git a/deploy/csp/index.js b/deploy/csp/index.js index 6d6461d66..fcfa227d1 100644 --- a/deploy/csp/index.js +++ b/deploy/csp/index.js @@ -112,7 +112,7 @@ module.exports = { 'cdnjs.cloudflare.com/ajax/libs/mathjax/', // math jax 'https://unpkg.com/three-surfer@0.0.11/dist/bundle.js', // for threeSurfer (freesurfer support in browser) 'https://unpkg.com/ng-layer-tune@0.0.6/dist/ng-layer-tune/', // needed for ng layer control - 'https://unpkg.com/hbp-connectivity-component@0.6.4/', // needed for connectivity component + 'https://unpkg.com/hbp-connectivity-component@0.6.5/', // needed for connectivity component (req, res) => res.locals.nonce ? `'nonce-${res.locals.nonce}'` : null, ...SCRIPT_SRC, ...WHITE_LIST_SRC, diff --git a/src/index.html b/src/index.html index 8399a17b9..a72f7d047 100644 --- a/src/index.html +++ b/src/index.html @@ -15,7 +15,7 @@ <script src="https://unpkg.com/kg-dataset-previewer@1.2.0/dist/kg-dataset-previewer/kg-dataset-previewer.js" defer></script> <script src="https://unpkg.com/three-surfer@0.0.11/dist/bundle.js" defer></script> <script type="module" src="https://unpkg.com/ng-layer-tune@0.0.6/dist/ng-layer-tune/ng-layer-tune.esm.js"></script> - <script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.4/dist/connectivity-component/connectivity-component.js" ></script> + <script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.5/dist/connectivity-component/connectivity-component.js" ></script> <title>Siibra Explorer</title> </head> <body> -- GitLab