You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ca...@apache.org on 2022/01/16 13:23:10 UTC

[dolphinscheduler] branch dev updated: Fixed Dart-Sass installation error (#8071)

This is an automated email from the ASF dual-hosted git repository.

caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 957c8ea  Fixed Dart-Sass installation error (#8071)
957c8ea is described below

commit 957c8eaab83df890221a25dac324af26624ca0b1
Author: labbomb <73...@qq.com>
AuthorDate: Sun Jan 16 21:23:05 2022 +0800

    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 0d4f012..c56b683 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 d25d5ec..176c10b 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