Skip to content

Commit

Permalink
chore: 同步 v3-admin-vite 3.4.0 版本代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed May 17, 2023
1 parent 0c80d00 commit 2487b2d
Show file tree
Hide file tree
Showing 10 changed files with 1,251 additions and 1,208 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ module.exports = {
node: true,
es6: true
},
globals: {
// script setup
defineProps: "readonly",
defineEmits: "readonly",
defineExpose: "readonly",
withDefaults: "readonly",
// unplugin-vue-define-options
defineOptions: "readonly"
},
extends: [
"plugin:vue/vue3-essential",
"eslint:recommended",
Expand Down
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v3-electron-vite",
"version": "3.4.0-beta",
"version": "3.4.0",
"main": "dist/index.js",
"author": "nevlf<[email protected]>",
"description": "v3-electron-client",
Expand Down Expand Up @@ -97,7 +97,6 @@
"dependencies": {
"@electron/remote": "^2.0.9",
"@element-plus/icons-vue": "^2.1.0",
"@vue-macros/volar": "^0.9.8",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"electron-log": "4.4.8",
Expand All @@ -118,11 +117,11 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.1.4",
"@types/node": "^20.1.7",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^7.1.0",
Expand All @@ -131,16 +130,15 @@
"electron-builder": "^23.6.0",
"eslint": "^8.40.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.12.0",
"eslint-plugin-vue": "^9.13.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"terser": "^5.17.3",
"terser": "^5.17.4",
"typescript": "^5.0.4",
"unocss": "^0.51.12",
"unplugin-vue-define-options": "^1.3.5",
"vite": "^4.3.5",
"unocss": "^0.51.13",
"vite": "^4.3.7",
"vite-electron-plugin": "^0.8.2",
"vite-plugin-svg-icons": "^2.0.1",
"vite-svg-loader": "^4.0.0",
Expand Down
Loading

0 comments on commit 2487b2d

Please sign in to comment.