Skip to content

Commit

Permalink
fix: 修复依赖缺失,更新 PR_template,优化未带协议链接书写,修复@列表无法鼠标选择
Browse files Browse the repository at this point in the history
  • Loading branch information
Evansy committed Jul 6, 2023
1 parent defe60a commit 09912ad
Show file tree
Hide file tree
Showing 8 changed files with 3,368 additions and 909 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
首先,感谢你的贡献!😄
PR 请提到 develop 分支。
PR 请提到 main 分支。
在维护者审核通过后会合并。
请确保填写以下 pull request 的信息,谢谢!~
-->
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ report.html
*.sln
*.sw?

/src/auto-imports.d.ts
/src/components.d.ts
src/auto-imports.d.ts
src/components.d.ts
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,58 +21,59 @@
"prepare": "husky install"
},
"dependencies": {
"@alova/scene-vue": "^1.0.4",
"@alova/scene-vue": "^1.1.4",
"@element-plus/icons-vue": "^2.1.0",
"@imengyu/vue3-context-menu": "^1.2.10",
"alova": "^2.6.0",
"dayjs": "^1.11.8",
"element-plus": "^2.3.6",
"@imengyu/vue3-context-menu": "^1.3.0",
"alova": "^2.9.1",
"dayjs": "^1.11.9",
"element-plus": "^2.3.7",
"lodash": "^4.17.21",
"pinia": "^2.1.3",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"qrcode.vue": "^3.4.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.3"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/ep": "^1.1.10",
"@rushstack/eslint-patch": "^1.3.1",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@iconify-json/ep": "^1.1.11",
"@rushstack/eslint-patch": "^1.3.2",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.16",
"@types/node": "^18.16.19",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "^10.2.0",
"@vueuse/core": "^10.2.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.42.0",
"eslint-plugin-vue": "^9.14.1",
"eslint": "^8.44.0",
"eslint-plugin-vue": "^9.15.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.63.2",
"stylelint": "^15.7.0",
"sass": "^1.63.6",
"stylelint": "^15.10.1",
"stylelint-config-recess-order": "^4.2.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-prettier": "^3.0.0",
"typescript": "~5.1.3",
"typescript": "~5.1.6",
"unplugin-auto-import": "^0.15.3",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "4.3.5",
"vite": "4.4.0",
"vite-plugin-compression": "^0.5.1",
"vue-tsc": "^1.6.5",
"xgplayer": "^2.31.2"
"vite-plugin-imagemin": "^0.6.1",
"vue-tsc": "^1.8.4",
"xgplayer": "^2.32.3"
},
"browserslist": [
"defaults",
Expand Down
Loading

0 comments on commit 09912ad

Please sign in to comment.