保存进度!

This commit is contained in:
2023-09-14 18:42:23 +08:00
parent 9878abb946
commit 712aabfb99
5 changed files with 71 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-vue": "^9.17.0",
"node-sass": "^9.0.0",
"sass": "^1.66.1",
"sass": "^1.67.0",
"style-loader": "^3.3.3",
"vue-eslint-parser": "^9.3.1"
}
@@ -12169,9 +12169,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.66.1",
"resolved": "https://registry.npmmirror.com/sass/-/sass-1.66.1.tgz",
"integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==",
"version": "1.67.0",
"resolved": "https://registry.npmmirror.com/sass/-/sass-1.67.0.tgz",
"integrity": "sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A==",
"devOptional": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",