Skip to content

Commit

Permalink
chore(package): upgrade package dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
YDKD committed Jul 17, 2022
1 parent 1fc1d8e commit c3a8414
Show file tree
Hide file tree
Showing 7 changed files with 732 additions and 450 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"scripts": {
"dev": "cross-env vite",
"build": "cross-env vue-tsc --noEmit --skipLibCheck && vite build",
"build-dev": "cross-env vue-tsc --noEmit --skipLibCheck && vite build --mode dev",
"build-release": "cross-env vue-tsc --noEmit --skipLibCheck && vite build --mode release",
"build": "cross-env vue-tsc --noEmit && vite build",
"build-dev": "cross-env vue-tsc --noEmit && vite build --mode dev",
"build-release": "cross-env vue-tsc --noEmit && vite build --mode release",
"lint": "eslint --fix --ext .js,.jsx,.vue,.ts,.tsx src/",
"preview": "vite preview",
"prettier": "prettier --write .",
Expand All @@ -27,7 +27,6 @@
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.9",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vue-types": "^4.1.1",
"web-storage-cache": "^1.1.1"
Expand All @@ -43,8 +42,8 @@
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-vue": "2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"@vitejs/plugin-vue": "3.0.0",
"@vitejs/plugin-vue-jsx": "2.0.0",
"autoprefixer": "^10.4.2",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
Expand All @@ -60,13 +59,14 @@
"prettier": "^2.5.1",
"tailwindcss": "^3.0.19",
"typescript": "^4.5.2",
"unplugin-auto-import": "^0.5.11",
"unplugin-element-plus": "^0.2.0",
"unplugin-auto-import": "0.9.3",
"unplugin-element-plus": "0.4.1",
"unplugin-vue-components": "^0.17.18",
"vite": "2.9.1",
"vite": "3.0.0",
"vite-plugin-purge-icons": "^0.8.1",
"vue": "3.2.27",
"vue-eslint-parser": "^8.1.0",
"vue-tsc": "0.33.9"
"vue-tsc": "0.38.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit c3a8414

Please sign in to comment.