Commit 57a8e939 by chuzhixin

🐛 fix: lf

parent d2ba053d
...@@ -9,4 +9,6 @@ ...@@ -9,4 +9,6 @@
*.md text eol=lf *.md text eol=lf
*.json text eol=lf *.json text eol=lf
*.yml text eol=lf *.yml text eol=lf
.browserslistrc text eol=lf
.gitignore text eol=lf
*.js linguist-language=vue *.js linguist-language=vue
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"dependencies": { "dependencies": {
"axios": "^0.27.2", "axios": "^0.27.2",
"clipboard": "^2.0.11", "clipboard": "^2.0.11",
"core-js": "^3.23.3", "core-js": "^3.23.4",
"dayjs": "^1.11.3", "dayjs": "^1.11.3",
"echarts": "5.3.3", "echarts": "5.3.3",
"element-ui": "^2.15.9", "element-ui": "^2.15.9",
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.1.1", "eslint-plugin-vue": "^9.2.0",
"filemanager-webpack-plugin": "^7.0.0", "filemanager-webpack-plugin": "^7.0.0",
"image-webpack-loader": "^8.1.0", "image-webpack-loader": "^8.1.0",
"lint-staged": "^13.0.3", "lint-staged": "^13.0.3",
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0", "stylelint-config-recess-order": "^3.0.0",
"svg-sprite-loader": "^6.0.11", "svg-sprite-loader": "^6.0.11",
"vue-template-compiler": "^2.7.0", "vue-template-compiler": "^2.7.5",
"webpackbar": "^5.0.2" "webpackbar": "^5.0.2"
}, },
"keywords": [ "keywords": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment