Skip to content

Commit c66e524

Browse files
committed
Upgrade dependencies
1 parent 059a599 commit c66e524

File tree

8 files changed

+580
-522
lines changed

8 files changed

+580
-522
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,14 @@ jobs:
9595
with:
9696
name: apk-x86_64-build
9797
path: app/linwood-setonix-android-x86_64.apk
98+
- name: Copy Corepack
99+
run: |
100+
cp app/assets/pack.stnx core.stnx
98101
- name: Archive Corepack
99102
uses: actions/upload-artifact@v4
100103
with:
101104
name: corepack
102-
path: app/assets/pack.stnx
105+
path: core.stnx
103106
build-windows:
104107
runs-on: windows-2025
105108
defaults:
@@ -647,7 +650,6 @@ jobs:
647650
- uses: actions/download-artifact@v4
648651
with:
649652
name: corepack
650-
path: core.stnx
651653
- uses: actions/download-artifact@v4
652654
with:
653655
name: windows-build

app/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,10 @@ packages:
580580
dependency: "direct main"
581581
description:
582582
name: go_router
583-
sha256: ac294be30ba841830cfa146e5a3b22bb09f8dc5a0fdd9ca9332b04b0bde99ebf
583+
sha256: c489908a54ce2131f1d1b7cc631af9c1a06fac5ca7c449e959192089f9489431
584584
url: "https://pub.dev"
585585
source: hosted
586-
version: "15.2.4"
586+
version: "16.0.0"
587587
graphs:
588588
dependency: transitive
589589
description:

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
flex_color_scheme: ^8.1.0
3838
flutter_svg: ^2.0.10+1
3939
window_manager: ^0.5.0
40-
go_router: ^15.0.0
40+
go_router: ^16.0.0
4141
# Database
4242
shared_preferences: ^2.3.1
4343
# Generation

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@phosphor-icons/react": "^2.1.10",
1717
"@types/react": "^19.1.8",
1818
"@types/react-dom": "^19.1.6",
19-
"astro": "^5.10.1",
19+
"astro": "^5.10.2",
2020
"react": "^19.1.0",
2121
"react-dom": "^19.1.0",
2222
"remark-gemoji": "^8.0.0",
@@ -28,7 +28,7 @@
2828
"@vite-pwa/astro": "^1.1.0",
2929
"sass": "^1.89.2",
3030
"sharp": "^0.34.2",
31-
"vite-plugin-pwa": "^1.0.0",
31+
"vite-plugin-pwa": "^1.0.1",
3232
"workbox-window": "^7.3.0"
3333
}
3434
}

docs/pnpm-lock.yaml

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

plugin/rust/Cargo.lock

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

servers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"packageManager": "pnpm@10.12.4",
1212
"dependencies": {
1313
"@astrojs/node": "^9.2.2",
14-
"@cacheable/node-cache": "^1.5.7",
14+
"@cacheable/node-cache": "^1.5.8",
1515
"@linwooddev/style": "^0.4.2",
16-
"astro": "^5.10.1"
16+
"astro": "^5.10.2"
1717
}
1818
}

0 commit comments

Comments
 (0)