From 835874b1b4e1bdb57fdc00a29ae547ea894ce08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Wed, 16 Aug 2023 21:08:37 -0500 Subject: [PATCH] fix: upgrade import-html-entry v1.14.6 fixes https://github.com/umijs/qiankun/issues/2448 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7d8c13d0..4ac9df221 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ }, "dependencies": { "@babel/runtime": "^7.10.5", - "import-html-entry": "^1.14.5", + "import-html-entry": "^1.14.6", "lodash": "^4.17.11", "single-spa": "^5.9.2" },