Skip to content

Commit ea98a17

Browse files
committed
Disable fetching stable and main versions in meta.json.ts
1 parent 9bcf428 commit ea98a17

File tree

8 files changed

+453
-466
lines changed

8 files changed

+453
-466
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ jobs:
768768
- name: Setup Fastlane
769769
uses: ruby/setup-ruby@v1
770770
with:
771-
ruby-version: "3.4.5"
771+
ruby-version: "3.4.6"
772772
bundler-cache: true
773773
working-directory: app/android
774774
- name: 🚀 Deploy to Play Store

api/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: f0bb5d1648339c8308cc0b9838d8456b3cfe5c91f9dc1a735b4d003269e5da9a
8+
sha256: dd3d2ad434b9510001d089e8de7556d50c834481b9abc2891a0184a8493a19dc
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "88.0.0"
11+
version: "89.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "0b7b9c329d2879f8f05d6c05b32ee9ec025f39b077864bdb5ac9a7b63418a98f"
16+
sha256: c22b6e7726d1f9e5db58c7251606076a71ca0dbcf76116675edfadbec0c9e875
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "8.1.1"
19+
version: "8.2.0"
2020
ansicolor:
2121
dependency: transitive
2222
description:
@@ -334,10 +334,10 @@ packages:
334334
dependency: transitive
335335
description:
336336
name: pool
337-
sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a"
337+
sha256: "978783255c543aa3586a1b3c21f6e9d720eb315376a915872c61ef8b5c20177d"
338338
url: "https://pub.dev"
339339
source: hosted
340-
version: "1.5.1"
340+
version: "1.5.2"
341341
pub_semver:
342342
dependency: transitive
343343
description:
@@ -571,4 +571,4 @@ packages:
571571
source: hosted
572572
version: "3.1.3"
573573
sdks:
574-
dart: ">=3.8.0 <4.0.0"
574+
dart: ">=3.9.0 <4.0.0"

app/lib/setup_io.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Future<void> _configureLocalTimeZone() async {
6969
if (Platform.isWindows) {
7070
return;
7171
}
72-
final String timeZoneName = await FlutterTimezone.getLocalTimezone();
72+
final String timeZoneName =
73+
(await FlutterTimezone.getLocalTimezone()).identifier;
7374
tz.setLocalLocation(tz.getLocation(timeZoneName));
7475
}
7576

app/pubspec.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: f0bb5d1648339c8308cc0b9838d8456b3cfe5c91f9dc1a735b4d003269e5da9a
8+
sha256: dd3d2ad434b9510001d089e8de7556d50c834481b9abc2891a0184a8493a19dc
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "88.0.0"
11+
version: "89.0.0"
1212
analyzer:
1313
dependency: transitive
1414
description:
1515
name: analyzer
16-
sha256: "0b7b9c329d2879f8f05d6c05b32ee9ec025f39b077864bdb5ac9a7b63418a98f"
16+
sha256: c22b6e7726d1f9e5db58c7251606076a71ca0dbcf76116675edfadbec0c9e875
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "8.1.1"
19+
version: "8.2.0"
2020
ansicolor:
2121
dependency: transitive
2222
description:
@@ -540,10 +540,10 @@ packages:
540540
dependency: "direct main"
541541
description:
542542
name: flutter_timezone
543-
sha256: "13b2109ad75651faced4831bf262e32559e44aa549426eab8a597610d385d934"
543+
sha256: ccad42fbb5d01d51d3eb281cc4428fca556cc4063c52bd9fa40f80cd93b8e649
544544
url: "https://pub.dev"
545545
source: hosted
546-
version: "4.1.1"
546+
version: "5.0.0"
547547
flutter_web_plugins:
548548
dependency: "direct main"
549549
description: flutter
@@ -577,10 +577,10 @@ packages:
577577
dependency: "direct main"
578578
description:
579579
name: go_router
580-
sha256: eb059dfe59f08546e9787f895bd01652076f996bcbf485a8609ef990419ad227
580+
sha256: b1488741c9ce37b72e026377c69a59c47378493156fc38efb5a54f6def3f92a3
581581
url: "https://pub.dev"
582582
source: hosted
583-
version: "16.2.1"
583+
version: "16.2.2"
584584
graphs:
585585
dependency: transitive
586586
description:
@@ -705,17 +705,17 @@ packages:
705705
dependency: transitive
706706
description:
707707
path: "packages/lw_file_system_api"
708-
ref: "2ecf53489240f055c841d7c8f92fe374cc6a27ae"
709-
resolved-ref: "2ecf53489240f055c841d7c8f92fe374cc6a27ae"
708+
ref: ddd0761c3ed5a48108bddd0448df76d77eeb9da0
709+
resolved-ref: ddd0761c3ed5a48108bddd0448df76d77eeb9da0
710710
url: "https://github.com/LinwoodDev/dart_pkgs.git"
711711
source: git
712712
version: "1.0.0"
713713
lw_sysapi:
714714
dependency: "direct main"
715715
description:
716716
path: "packages/lw_sysapi"
717-
ref: "7a9ebaba930ca39b6d2a4a76ab5056d7fad18a01"
718-
resolved-ref: "7a9ebaba930ca39b6d2a4a76ab5056d7fad18a01"
717+
ref: "3f886507656f057d89a8b98de6ddbc7f5a21868e"
718+
resolved-ref: "3f886507656f057d89a8b98de6ddbc7f5a21868e"
719719
url: "https://github.com/LinwoodDev/dart_pkgs.git"
720720
source: git
721721
version: "0.0.1"
@@ -755,8 +755,8 @@ packages:
755755
dependency: "direct main"
756756
description:
757757
path: "packages/material_leap"
758-
ref: "7a9ebaba930ca39b6d2a4a76ab5056d7fad18a01"
759-
resolved-ref: "7a9ebaba930ca39b6d2a4a76ab5056d7fad18a01"
758+
ref: "12843672e8f33e9370444b13fca8134f4543f7ee"
759+
resolved-ref: "12843672e8f33e9370444b13fca8134f4543f7ee"
760760
url: "https://github.com/LinwoodDev/dart_pkgs.git"
761761
source: git
762762
version: "0.0.1"
@@ -916,10 +916,10 @@ packages:
916916
dependency: transitive
917917
description:
918918
name: pool
919-
sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a"
919+
sha256: "978783255c543aa3586a1b3c21f6e9d720eb315376a915872c61ef8b5c20177d"
920920
url: "https://pub.dev"
921921
source: hosted
922-
version: "1.5.1"
922+
version: "1.5.2"
923923
posix:
924924
dependency: transitive
925925
description:
@@ -1463,4 +1463,4 @@ packages:
14631463
version: "3.1.3"
14641464
sdks:
14651465
dart: ">=3.9.0 <4.0.0"
1466-
flutter: ">=3.35.3"
1466+
flutter: ">=3.35.4"

app/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ version: 0.5.0+12
1919

2020
environment:
2121
sdk: ">=3.8.0 <4.0.0"
22-
flutter: 3.35.3
22+
flutter: 3.35.4
2323

2424
dependencies:
2525
flutter:
@@ -37,7 +37,7 @@ dependencies:
3737
material_leap:
3838
git:
3939
url: https://github.com/LinwoodDev/dart_pkgs.git
40-
ref: 7a9ebaba930ca39b6d2a4a76ab5056d7fad18a01
40+
ref: 12843672e8f33e9370444b13fca8134f4543f7ee
4141
path: packages/material_leap
4242
phosphor_flutter: ^2.1.0
4343
path: ^1.8.3
@@ -69,13 +69,13 @@ dependencies:
6969
lw_sysapi:
7070
git:
7171
url: https://github.com/LinwoodDev/dart_pkgs.git
72-
ref: 7a9ebaba930ca39b6d2a4a76ab5056d7fad18a01
72+
ref: 3f886507656f057d89a8b98de6ddbc7f5a21868e
7373
path: packages/lw_sysapi
7474
file_selector: ^1.0.3
7575
equatable: ^2.0.7
7676
flutter_local_notifications: ^19.3.0
7777
timezone: ^0.10.1
78-
flutter_timezone: ^4.1.1
78+
flutter_timezone: ^5.0.0
7979
dev_dependencies:
8080
build_runner: ^2.4.14
8181
flutter_lints: ^6.0.0

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
1414
"@astrojs/react": "^4.3.1",
15-
"@astrojs/starlight": "^0.35.3",
15+
"@astrojs/starlight": "^0.36.0",
1616
"@phosphor-icons/react": "^2.1.10",
1717
"@types/react": "^19.1.13",
1818
"@types/react-dom": "^19.1.9",
19-
"astro": "^5.13.7",
19+
"astro": "^5.13.9",
2020
"react": "^19.1.1",
2121
"react-dom": "^19.1.1",
2222
"remark-gemoji": "^8.0.0",
2323
"remark-heading-id": "^1.0.1",
2424
"typescript": "^5.9.2"
2525
},
26-
"packageManager": "pnpm@10.16.1",
26+
"packageManager": "pnpm@10.17.0",
2727
"devDependencies": {
2828
"@vite-pwa/astro": "^1.1.0",
29-
"sass": "^1.92.1",
30-
"sharp": "^0.34.3",
29+
"sass": "^1.93.0",
30+
"sharp": "^0.34.4",
3131
"vite-plugin-pwa": "^1.0.3",
3232
"workbox-window": "^7.3.0"
3333
}

0 commit comments

Comments
 (0)