Skip to content

Commit

Permalink
feat: Update vite to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Aug 29, 2024
1 parent 17f952b commit 3a324d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/app-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "capacitor-app",
"version": "1.0.0",
"description": "An Amazing Capacitor App",
"main": "index.js",
"type": "module",
"keywords": [
"capacitor",
"mobile"
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"@capacitor/cli": "{{ CAPACITOR_VERSION }}",
"vite": "^2.9.13"
"vite": "^5.4.2"
},
"author": "",
"license": "ISC"
Expand Down

0 comments on commit 3a324d0

Please sign in to comment.