Skip to content

Commit 3e99f93

Browse files
authored
Merge pull request #585 from hotosm/chore/ts-upgrade-5.6
Upgrade TypeScript to v5.6.3 for modern syntax support and fix APK download issue
2 parents e41f272 + baca689 commit 3e99f93

File tree

3 files changed

+43
-44
lines changed

3 files changed

+43
-44
lines changed

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"prettier": "^3.5.0",
8282
"prettier-plugin-tailwindcss": "^0.5.14",
8383
"tailwindcss": "^3.4.17",
84-
"typescript": "^4.9.5",
84+
"typescript": "^5.9.2",
8585
"vite": "^4.5.9"
8686
},
8787
"peerDependencies": {

src/frontend/pnpm-lock.yaml

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/src/components/LandingPage/MobileAppDownload/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ const MobileAppDownload = () => {
2626
<div className="naxatw-flex naxatw-justify-center sm:naxatw-justify-start">
2727
<Link
2828
className="naxatw-group naxatw-flex naxatw-h-[60px] naxatw-items-center naxatw-justify-center naxatw-gap-4 !naxatw-rounded-full naxatw-bg-black !naxatw-px-8 naxatw-text-white"
29-
to="https://drive.google.com/uc?export=download&id=1t6nnTdbE2HULxPCH5JUHg_QpYknnVaAA"
30-
target="_blank"
29+
to="https://naxa-frontend.s3.ap-south-1.amazonaws.com/DroneTm.apk"
3130
>
3231
<span className="naxatw-text-base naxatw-font-medium group-hover:naxatw-underline">
3332
Download APK

0 commit comments

Comments
 (0)