From d9563ce343c7e26afe350034e622cdcb74da259e Mon Sep 17 00:00:00 2001 From: David Ralph Date: Tue, 23 Nov 2021 18:22:24 +0000 Subject: [PATCH] build: fix demo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bafff764..edce45be 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@eartharoid/deep-merge": "^0.0.2", "babel-loader": "^8.2.3", "babel-plugin-transform-react-class-to-function": "^1.2.2", - "copy-webpack-plugin": "^10.0.0", + "copy-webpack-plugin": "9.1.0", "css-loader": "^6.5.1", "eslint": "^8.2.0", "eslint-config-react-app": "^6.0.0",