From 9466ad4131606ebc186fa2dd3909675f8481fc1f Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 13 Feb 2022 15:40:20 +0100 Subject: [PATCH] fix #2220 --- core/admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/admin/package.json b/core/admin/package.json index 741482ab..cfc7d4bb 100644 --- a/core/admin/package.json +++ b/core/admin/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "admin-lte": "^3.1.0", + "admin-lte": "<3.2.0", "babel-loader": "^8.2.2", "clipboard": "^2.0.8", "compression-webpack-plugin": "^8.0.1",