From 63e949304a651bdc4beab2f2117e8879bf963c35 Mon Sep 17 00:00:00 2001 From: kukabi Date: Sat, 27 Jan 2024 07:08:27 +0300 Subject: [PATCH] Dependency updates. --- README.md | 8 +- dist/client/index.html | 4 +- docker/docker-build.sh | 2 +- package-lock.json | 2759 +++++++++++++++++----------------------- package.json | 60 +- tsconfig.json | 4 +- 6 files changed, 1234 insertions(+), 1603 deletions(-) diff --git a/README.md b/README.md index 45213d0..21918bd 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ You can build and run the Docker image locally by running the following commands ``` git clone https://github.com/helikon-labs/chainviz.git cd chainviz/docker -docker build -t helikon/chainviz:1.0.0 --no-cache -f ./chainviz.dockerfile .. -docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0 +docker build -t helikon/chainviz:1.0.1 --no-cache -f ./chainviz.dockerfile .. +docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.1 ``` Application is going to be available at port `8080`. @@ -58,8 +58,8 @@ Application is going to be available at port `8080`. If you'd like to use the existing image from Helikon on Docker Hub, then please use the following commands: ``` -docker pull helikon/chainviz:1.0.0 -docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.0 +docker pull helikon/chainviz:1.0.1 +docker run --name chainviz -p 8080:8080 -d helikon/chainviz:1.0.1 ``` ## Test diff --git a/dist/client/index.html b/dist/client/index.html index 1cc3e7b..e8a9eb2 100644 --- a/dist/client/index.html +++ b/dist/client/index.html @@ -142,7 +142,7 @@