Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaomiDEV committed Aug 13, 2024
1 parent 5d21a47 commit 1ca5289
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 137 deletions.
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,38 @@
"capacitor:sync:before": "yarn run build"
},
"dependencies": {
"@capacitor/splash-screen": "^6.0.1",
"@ionic/vue": "^8.2.6",
"@ionic/vue-router": "^8.2.6",
"@capacitor/splash-screen": "^6.0.2",
"@ionic/vue": "^8.2.7",
"@ionic/vue-router": "^8.2.7",
"@material-design-icons/svg": "^0.14.13",
"@material/material-color-utilities": "^0.3.0",
"@msgpack/msgpack": "^3.0.0-beta2",
"@vueuse/rxjs": "^10.11.0",
"@vueuse/rxjs": "^10.11.1",
"dayjs": "^1.11.12",
"dexie": "^4.0.8",
"i18next": "^23.12.2",
"i18next": "^23.12.3",
"i18next-vue": "^4.0.0",
"ionicons": "^7.4.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"rxjs": "^7.8.1",
"typeson": "^9.0.3",
"typeson-registry": "^11.0.0",
"unified": "^11.0.5",
"vue": "^3.4.35",
"vue-router": "^4.4.2"
"vue": "^3.4.37",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@capacitor/android": "^6.1.1",
"@capacitor/app": "^6.0.0",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.1",
"@capacitor/core": "^6.1.1",
"@vitejs/plugin-vue": "^5.1.1",
"@capacitor/cli": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@types/node": "^22.2.0",
"@vitejs/plugin-vue": "^5.1.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite": "^5.4.0",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.29"
}
Expand Down
Loading

0 comments on commit 1ca5289

Please sign in to comment.