From 3de02ff3e0eadc3b313cbf08fa6f4b43fdb823d4 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 3 Jan 2022 03:24:31 +0800 Subject: [PATCH] chore(deps): update dependency compile-less-cli to v1.8.11 Error: true is not a PostCSS plugin https://github.com/kktjs/kkt/issues/324 --- example/react-component-tsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/react-component-tsx/package.json b/example/react-component-tsx/package.json index 597f3262..3bbf6986 100644 --- a/example/react-component-tsx/package.json +++ b/example/react-component-tsx/package.json @@ -56,7 +56,7 @@ "@types/react": "17.0.38", "@types/react-dom": "17.0.11", "@types/react-test-renderer": "17.0.1", - "compile-less-cli": "1.8.9", + "compile-less-cli": "1.8.11", "husky": "7.0.4", "kkt": "7.0.4", "lint-staged": "12.1.4",