Squashed commit of the following:
commit 5a05146a178e761d747956eb8a56d77c493825ee Author: sakuya <81883387@qq.com> Date: Fri Jul 2 21:09:52 2021 +0800 up 1.1.14 更新大部分依赖,并且固化依赖版本 commit ee564cbfec9c164cbf0c45fe21b38eed0bca3184 Author: sakuya <81883387@qq.com> Date: Fri Jul 2 21:02:11 2021 +0800 up .gitignore commit ffcddf5317990497fd638fb868fc2208e7a3ce74 Author: sakuya <81883387@qq.com> Date: Fri Jul 2 20:57:58 2021 +0800 Update .gitignore commit 2a19b17aa0b1c7d83340295897539b4e734f2434 Author: sakuya <81883387@qq.com> Date: Fri Jul 2 20:57:09 2021 +0800 Update .gitignore commit de168b618fab0ee7d96d39b180a8c7d9969152ce Author: sc <shencheng@heronshn.com> Date: Fri Jul 2 15:38:56 2021 +0800 Update package-lock.json
This commit is contained in:
parent
b6c7d070a0
commit
f07719ff14
|
@ -2,7 +2,6 @@
|
|||
node_modules
|
||||
/dist
|
||||
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
@ -21,3 +20,5 @@ pnpm-debug.log*
|
|||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
/package-lock.json
|
||||
|
|
File diff suppressed because it is too large
Load Diff
44
package.json
44
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "SCUI-Admin",
|
||||
"version": "1.1.13",
|
||||
"version": "1.1.14",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
@ -8,29 +8,29 @@
|
|||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tinymce/tinymce-vue": "^4.0.2",
|
||||
"axios": "^0.21.1",
|
||||
"core-js": "^3.15.2",
|
||||
"echarts": "^5.1.2",
|
||||
"element-plus": "^1.0.2-beta.53",
|
||||
"less": "^3.12.2",
|
||||
"less-loader": "^7.1.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"sortablejs": "^1.13.0",
|
||||
"tinymce": "^5.8.1",
|
||||
"vue": "^3.1.2",
|
||||
"vue-router": "^4.0.10",
|
||||
"vuedraggable": "^4.0.1",
|
||||
"vuex": "^4.0.2"
|
||||
"@tinymce/tinymce-vue": "4.0.3",
|
||||
"axios": "0.21.1",
|
||||
"core-js": "3.15.2",
|
||||
"echarts": "5.1.2",
|
||||
"element-plus": "1.0.2-beta.54",
|
||||
"less": "3.13.1",
|
||||
"less-loader": "7.3.0",
|
||||
"nprogress": "0.2.0",
|
||||
"sortablejs": "1.13.0",
|
||||
"tinymce": "5.8.2",
|
||||
"vue": "3.1.4",
|
||||
"vue-router": "4.0.10",
|
||||
"vuedraggable": "4.0.3",
|
||||
"vuex": "4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/compiler-sfc": "^3.1.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^7.0.0-0"
|
||||
"@vue/cli-plugin-babel": "4.5.13",
|
||||
"@vue/cli-plugin-eslint": "4.5.13",
|
||||
"@vue/cli-service": "4.5.13",
|
||||
"@vue/compiler-sfc": "3.1.4",
|
||||
"babel-eslint": "10.1.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-plugin-vue": "7.12.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
|
|
@ -3,7 +3,7 @@ const DEFAULT_CONFIG = {
|
|||
APP_NAME: "SCUI",
|
||||
|
||||
//版本号
|
||||
APP_VER: "1.1.13",
|
||||
APP_VER: "1.1.14",
|
||||
|
||||
//接口地址
|
||||
API_URL: "",
|
||||
|
|
Loading…
Reference in New Issue