From 957c8eaab83df890221a25dac324af26624ca0b1 Mon Sep 17 00:00:00 2001 From: labbomb <739955946@qq.com> Date: Sun, 16 Jan 2022 21:23:05 +0800 Subject: [PATCH] Fixed Dart-Sass installation error (#8071) --- dolphinscheduler-ui-next/package.json | 2 +- dolphinscheduler-ui-next/pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dolphinscheduler-ui-next/package.json b/dolphinscheduler-ui-next/package.json index 0d4f012810..c56b683b08 100644 --- a/dolphinscheduler-ui-next/package.json +++ b/dolphinscheduler-ui-next/package.json @@ -35,7 +35,7 @@ "@vicons/antd": "^0.11.0", "@vitejs/plugin-vue": "^1.10.2", "@vitejs/plugin-vue-jsx": "^1.3.3", - "dart-sass": "^1.25.0", + "dart-sass": "^1.48.0", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", diff --git a/dolphinscheduler-ui-next/pnpm-lock.yaml b/dolphinscheduler-ui-next/pnpm-lock.yaml index d25d5ecc55..176c10b595 100644 --- a/dolphinscheduler-ui-next/pnpm-lock.yaml +++ b/dolphinscheduler-ui-next/pnpm-lock.yaml @@ -28,7 +28,7 @@ specifiers: '@vitejs/plugin-vue-jsx': ^1.3.3 '@vueuse/core': ^7.5.3 axios: ^0.24.0 - dart-sass: ^1.25.0 + dart-sass: ^1.48.0 date-fns: ^2.27.0 echarts: ^5.2.2 eslint: ^8.6.0