Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
lvzhenbo committed Jun 12, 2024
1 parent 55d7737 commit a67b285
Show file tree
Hide file tree
Showing 3 changed files with 1,303 additions and 1,408 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
charset = utf-8
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"pkgManager:pnpm": "corepack use pnpm"
},
"dependencies": {
"@capacitor-community/safe-area": "6.0.0-alpha.3",
"@capacitor-community/safe-area": "6.0.0-alpha.4",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/core": "^6.1.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/preferences": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@capacitor/status-bar": "^6.0.0",
"@ionic/vue": "^8.1.2",
"@ionic/vue-router": "^8.1.2",
"@ionic/vue": "^8.2.1",
"@ionic/vue-router": "^8.2.1",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-text-align": "^2.4.0",
Expand All @@ -40,48 +40,47 @@
"@tiptap/pm": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@varlet/ui": "^3.2.10",
"@vueuse/core": "^10.9.0",
"@varlet/ui": "^3.2.14",
"@vueuse/core": "^10.10.1",
"date-fns": "^3.6.0",
"destr": "^2.0.3",
"ionicons": "^7.4.0",
"pinia": "^2.1.7",
"viewerjs": "^1.11.6",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@capacitor/android": "^6.0.0",
"@capacitor/android": "^6.1.0",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.0.0",
"@capacitor/cli": "^6.1.0",
"@ionic/cli": "^7.2.0",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.12",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@types/node": "^20.14.2",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"stylelint": "^16.5.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.19"
"vite": "^5.2.13",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.21"
},
"browserslist": [
"Chrome >=89",
Expand All @@ -91,5 +90,5 @@
"Safari >=15",
"iOS >=15"
],
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}
Loading

0 comments on commit a67b285

Please sign in to comment.