From adbcf8cae1885a88d68079ef6df085aa19c858de Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期四, 25 五月 2023 17:15:57 +0800 Subject: [PATCH] 新增婚姻、隐私模块 --- ruoyi-ui/package.json | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index d3fbe25..232d8c2 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -45,9 +45,11 @@ "file-saver": "2.0.5", "fuse.js": "6.4.3", "highlight.js": "9.18.5", + "js-base64": "^3.7.5", "js-beautify": "1.13.0", "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", + "node-sass": "^4.14.1", "nprogress": "0.2.0", "quill": "1.3.7", "screenfull": "5.0.2", @@ -73,8 +75,8 @@ "eslint-plugin-vue": "7.2.0", "lint-staged": "10.5.3", "runjs": "4.4.2", - "sass": "1.32.13", - "sass-loader": "10.1.1", + "sass": "^1.62.0", + "sass-loader": "^8.0.2", "script-ext-html-webpack-plugin": "2.1.5", "svg-sprite-loader": "5.1.1", "vue-template-compiler": "2.6.12" -- Gitblit v1.9.1