diff --git a/package.json b/package.json index 1d6a9ebb..c1f01ed1 100644 --- a/package.json +++ b/package.json @@ -25,49 +25,49 @@ "build:push": "npm run build && npm run push" }, "dependencies": { - "@element-plus/icons-vue": "^1.0.1", - "@logicflow/core": "^1.1.6", - "@logicflow/extension": "^1.1.6", - "axios": "^0.26.0", - "echarts": "^5.3.0", - "element-plus": "^2.0.4", + "@element-plus/icons-vue": "^1.1.4", + "@logicflow/core": "^1.1.7", + "@logicflow/extension": "^1.1.7", + "axios": "^0.26.1", + "echarts": "^5.3.1", + "element-plus": "^2.1.5", "es6-promise": "^4.2.8", - "i18next": "^21.6.13", + "i18next": "^21.6.14", "intro.js": "^5.0.0", "lodash-es": "^4.17.21", "marked": "^4.0.12", "mockjs": "^1.1.0", - "pinia": "^2.0.11", - "sortablejs": "^1.14.0", + "pinia": "^2.0.12", + "sortablejs": "^1.15.0", "vue": "^3.2.31", "vue-i18n": "^9.1.9", - "vue-router": "^4.0.13", + "vue-router": "^4.0.14", "vue-types": "^4.1.1", "vuex": "^4.0.2", "wangeditor": "^4.7.12" }, "devDependencies": { - "@commitlint/cli": "^16.2.1", + "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "@ehutch79/vite-eslint": "^0.0.1", "@types/core-js": "^2.5.5", "@types/intro.js": "^3.0.2", "@types/lodash-es": "^4.17.6", - "@types/marked": "^4.0.2", - "@types/node": "^17.0.21", + "@types/marked": "^4.0.3", + "@types/node": "^17.0.23", "@types/sortablejs": "^1.10.7", - "@typescript-eslint/eslint-plugin": "^5.13.0", - "@typescript-eslint/parser": "^5.13.0", + "@typescript-eslint/eslint-plugin": "^5.16.0", + "@typescript-eslint/parser": "^5.16.0", "@vitejs/plugin-vue": "^2.2.4", "@vitejs/plugin-vue-jsx": "^1.3.8", "@vue/compiler-sfc": "^3.2.31", "@zougt/vite-plugin-theme-preprocessor": "^1.4.4", - "autoprefixer": "^10.4.2", + "autoprefixer": "^10.4.4", "babel-eslint": "^10.1.0", "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "cz-customizable": "^6.3.0", - "eslint": "^8.10.0", + "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-node": "^11.1.0", @@ -76,27 +76,27 @@ "eslint-plugin-vue": "^8.5.0", "http-server": "^14.1.0", "husky": "^7.0.4", - "lint-staged": "^12.3.5", + "lint-staged": "^12.3.7", "postcss-html": "^1.3.0", - "postcss-import": "^14.0.2", - "prettier": "2.5.1", + "postcss-import": "^14.1.0", + "prettier": "2.6.1", "pretty-quick": "^3.1.3", "sass": "^1.49.9", - "stylelint": "^14.5.3", + "stylelint": "^14.6.1", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recess-order": "^3.0.0", "stylelint-config-standard": "^25.0.0", "stylelint-order": "^5.0.0", - "stylelint-scss": "^4.1.0", - "typescript": "^4.6.2", - "unplugin-element-plus": "^0.3.1", + "stylelint-scss": "^4.2.0", + "typescript": "^4.6.3", + "unplugin-element-plus": "^0.3.2", "vite": "^2.8.6", "vite-plugin-compression": "^0.5.1", - "vite-plugin-linter": "^1.1.0", + "vite-plugin-linter": "^1.2.0", "vite-plugin-mock": "^2.9.6", "vite-plugin-style-import": "^2.0.0", "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^0.32.1" + "vue-tsc": "^0.33.9" }, "license": "MIT", "config": { diff --git a/src/router/modules/otherRoute/otherRoute.ts b/src/router/modules/otherRoute/otherRoute.ts index 77c9634e..db3b309f 100644 --- a/src/router/modules/otherRoute/otherRoute.ts +++ b/src/router/modules/otherRoute/otherRoute.ts @@ -211,7 +211,7 @@ const safeManagerRoutes: Array = [ component: Layout, children: [ { - path: 'https://gitlab.com/SuperCuteXiaoSi/vite-vue3-template', + path: 'https://github.com/SuperCuteXiaoSi/xiaosiAdmin', meta: { title: t('route.pathName.thirdParty'), icon: 'link' }, }, ],