Browse Source

Fixed Dart-Sass installation error (#8071)

3.0.0/version-upgrade
labbomb 2 years ago committed by GitHub
parent
commit
957c8eaab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui-next/package.json
  2. 2
      dolphinscheduler-ui-next/pnpm-lock.yaml

2
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",

2
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

Loading…
Cancel
Save