Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,793 changes: 1,084 additions & 709 deletions .pnp.cjs

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "An Amazing Capacitor App",
"main": "index.js",
"engines": {
"node": "~18.16.0",
"node": "~20.9.0",
"yarn": "^1.0.0 || ~4.0.2"
},
"packageManager": "yarn@4.0.2",
Expand All @@ -23,19 +23,19 @@
"build": "cross-env NODE_ENV=production vite build"
},
"dependencies": {
"@capacitor/android": "6.0.0",
"@capacitor/camera": "6.0.0",
"@capacitor/core": "6.0.0",
"@capacitor/ios": "6.0.0",
"@capacitor/splash-screen": "6.0.0"
"@capacitor/android": "7.2.0",
"@capacitor/camera": "7.0.1",
"@capacitor/core": "7.2.0",
"@capacitor/ios": "7.2.0",
"@capacitor/splash-screen": "7.0.1"
},
"devDependencies": {
"@capacitor/assets": "3.0.5",
"@capacitor/cli": "6.0.0",
"@trapezedev/configure": "7.0.10",
"@capacitor/cli": "7.2.0",
"@trapezedev/configure": "7.1.3",
"cross-env": "^7.0.3",
"fs-extra": "11.2.0",
"vite": "5.0.6"
"fs-extra": "11.3.0",
"vite": "5.4.2"
},
"author": "",
"license": "ISC"
Expand Down
Empty file added www/.gitkeep
Empty file.
Binary file added www/assets/favicon-UvKAN7pv.ico
Binary file not shown.
Loading