update 关闭警告

This commit is contained in:
2021-06-16 11:14:08 +08:00
parent 985a882288
commit d020f67dba

View File

@@ -14,12 +14,13 @@
"echarts": "^5.1.2", "echarts": "^5.1.2",
"jsencrypt": "^3.2.0", "jsencrypt": "^3.2.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"monaco-editor": "^0.24.0", "monaco-editor": "^0.25.1",
"monaco-editor-webpack-plugin": "^3.1.0", "monaco-editor-webpack-plugin": "^4.0.0",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"photoswipe": "^4.1.3", "photoswipe": "^4.1.3",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-monaco-editor": "^0.43.0",
"react-router": "^5.2.0", "react-router": "^5.2.0",
"react-router-dom": "^5.2.0", "react-router-dom": "^5.2.0",
"react-scripts": "4.0.3", "react-scripts": "4.0.3",
@@ -39,7 +40,8 @@
"react-app/jest" "react-app/jest"
], ],
"rules": { "rules": {
"eqeqeq": "off" "eqeqeq": "off",
"no-unused-vars": "off"
} }
}, },
"browserslist": { "browserslist": {