Skip to content

Commit

Permalink
feat: added i18n as dependency (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 4, 2024
1 parent 5330268 commit 1bd21db
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 2 deletions.
113 changes: 111 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@capacitor/app": "^5.0.7",
"@capacitor/clipboard": "^5.0.6",
"@capacitor/core": "5.5.1",
"@capacitor/device": "^5.0.8",
"@capacitor/filesystem": "^5.1.4",
"@capacitor/haptics": "5.0.6",
"@capacitor/keyboard": "^5.0.6",
Expand All @@ -41,6 +42,7 @@
"sql.js": "^1.8.0",
"swiper": "^11.0.5",
"vue": "^3.2.45",
"vue-i18n": "^9.13.1",
"vue-router": "^4.1.6"
},
"devDependencies": {
Expand Down

0 comments on commit 1bd21db

Please sign in to comment.