From 8841327463d381e938c4632475aaf9212b341514 Mon Sep 17 00:00:00 2001 From: Jay Moran Date: Mon, 16 Jan 2023 15:37:18 -0800 Subject: [PATCH] Fixed incompatible version of webpack-cli --- README.md | 2 +- lab/webapp/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8db9eee6..1c23a6c8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Logo](https://media.githubusercontent.com/media/EpistasisLab/Aliro/master/docs/source/_static/aliro_brain_logo.png)]() +[![Logo](https://media.githubusercontent.com/media/EpistasisLab/Aliro/master/docs/source/_static/aliro_brain_logo.png)] [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/EpistasisLab/Aliro/blob/master/LICENSE) [![Aliro CI/CD](https://github.com/EpistasisLab/Aliro/actions/workflows/aliro_tests.yml/badge.svg)](https://github.com/EpistasisLab/Aliro/actions/workflows/aliro_tests.yml) diff --git a/lab/webapp/package.json b/lab/webapp/package.json index 3455e7a8a..99723bff3 100644 --- a/lab/webapp/package.json +++ b/lab/webapp/package.json @@ -55,7 +55,7 @@ "enzyme-adapter-react-16": "^1.15.2", "enzyme-to-json": "^3.6.1", "fetch-mock": "^7.7.3", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^3.2.0", "html-webpack-template": "^6.2.0", "jest": "^24.9.0", "jest-fetch-mock": "^2.1.2",