UP 更新部分依赖,更新版本号1.6.9
This commit is contained in:
parent
d358dfa7a2
commit
348a007851
18
package.json
18
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "scui",
|
||||
"version": "1.6.8",
|
||||
"version": "1.6.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
@ -10,18 +10,18 @@
|
|||
"dependencies": {
|
||||
"@element-plus/icons-vue": "2.0.10",
|
||||
"@tinymce/tinymce-vue": "5.0.0",
|
||||
"axios": "1.2.6",
|
||||
"axios": "1.3.4",
|
||||
"codemirror": "5.65.5",
|
||||
"core-js": "3.27.2",
|
||||
"core-js": "3.29.0",
|
||||
"cropperjs": "1.5.13",
|
||||
"crypto-js": "4.1.1",
|
||||
"echarts": "5.4.1",
|
||||
"element-plus": "2.2.29",
|
||||
"element-plus": "2.2.32",
|
||||
"nprogress": "0.2.0",
|
||||
"qrcodejs2": "0.0.2",
|
||||
"sortablejs": "1.15.0",
|
||||
"tinymce": "6.3.1",
|
||||
"vue": "3.2.45",
|
||||
"tinymce": "6.3.2",
|
||||
"vue": "3.2.47",
|
||||
"vue-i18n": "9.2.2",
|
||||
"vue-router": "4.1.6",
|
||||
"vuedraggable": "4.0.3",
|
||||
|
@ -30,14 +30,14 @@
|
|||
"xgplayer-hls": "2.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.20.12",
|
||||
"@babel/core": "7.21.00",
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@vue/cli-plugin-babel": "5.0.8",
|
||||
"@vue/cli-plugin-eslint": "5.0.8",
|
||||
"@vue/cli-service": "5.0.8",
|
||||
"eslint": "8.33.0",
|
||||
"eslint": "8.35.0",
|
||||
"eslint-plugin-vue": "9.9.0",
|
||||
"sass": "1.57.1",
|
||||
"sass": "1.58.3",
|
||||
"sass-loader": "10.1.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
|
@ -6,10 +6,10 @@ const DEFAULT_CONFIG = {
|
|||
DASHBOARD_URL: "/dashboard",
|
||||
|
||||
//版本号
|
||||
APP_VER: "1.6.8",
|
||||
APP_VER: "1.6.9",
|
||||
|
||||
//内核版本号
|
||||
CORE_VER: "1.6.8",
|
||||
CORE_VER: "1.6.9",
|
||||
|
||||
//接口地址
|
||||
API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'true' ? "/api" : process.env.VUE_APP_API_BASEURL,
|
||||
|
|
Loading…
Reference in New Issue