File tree Expand file tree Collapse file tree 11 files changed +186
-186
lines changed
src/content/docs/downloads Expand file tree Collapse file tree 11 files changed +186
-186
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ jobs:
434
434
- name : Setup node
435
435
uses : actions/setup-node@v4
436
436
with :
437
- node-version : " 22 "
437
+ node-version : 24
438
438
- name : Install appdmg
439
439
run : |
440
440
python3 -m pip install setuptools
Original file line number Diff line number Diff line change 22
22
- name : Use Node.js
23
23
uses : actions/setup-node@v4
24
24
with :
25
- node-version : 22
25
+ node-version : 24
26
26
cache : " pnpm"
27
27
cache-dependency-path : docs/pnpm-lock.yaml
28
28
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -504,10 +504,10 @@ packages:
504
504
dependency: transitive
505
505
description:
506
506
name: watcher
507
- sha256: "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104 "
507
+ sha256: "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a "
508
508
url: "https://pub.dev"
509
509
source: hosted
510
- version: "1.1.1 "
510
+ version: "1.1.2 "
511
511
web:
512
512
dependency: transitive
513
513
description:
Original file line number Diff line number Diff line change 11
11
artifactory (3.0.17 )
12
12
atomos (0.1.3 )
13
13
aws-eventstream (1.4.0 )
14
- aws-partitions (1.1113 .0 )
15
- aws-sdk-core (3.225.1 )
14
+ aws-partitions (1.1116 .0 )
15
+ aws-sdk-core (3.225.2 )
16
16
aws-eventstream (~> 1 , >= 1.3.0 )
17
17
aws-partitions (~> 1 , >= 1.992.0 )
18
18
aws-sigv4 (~> 1.9 )
22
22
aws-sdk-kms (1.104.0 )
23
23
aws-sdk-core (~> 3 , >= 3.225.0 )
24
24
aws-sigv4 (~> 1.5 )
25
- aws-sdk-s3 (1.189.0 )
25
+ aws-sdk-s3 (1.189.1 )
26
26
aws-sdk-core (~> 3 , >= 3.225.0 )
27
27
aws-sdk-kms (~> 1 )
28
28
aws-sigv4 (~> 1.5 )
29
- aws-sigv4 (1.12.0 )
29
+ aws-sigv4 (1.12.1 )
30
30
aws-eventstream (~> 1 , >= 1.0.2 )
31
31
babosa (1.0.4 )
32
32
base64 (0.3.0 )
71
71
faraday_middleware (1.2.1 )
72
72
faraday (~> 1.0 )
73
73
fastimage (2.4.0 )
74
- fastlane (2.227.2 )
74
+ fastlane (2.228.0 )
75
75
CFPropertyList (>= 2.3 , < 4.0.0 )
76
76
addressable (>= 2.8 , < 3.0.0 )
77
77
artifactory (~> 3.0 )
168
168
multipart-post (2.4.1 )
169
169
mutex_m (0.3.0 )
170
170
nanaimo (0.4.0 )
171
- naturally (2.2.2 )
171
+ naturally (2.3.0 )
172
172
nkf (0.2.0 )
173
173
optparse (0.6.0 )
174
174
os (1.1.4 )
Original file line number Diff line number Diff line change @@ -1413,10 +1413,10 @@ packages:
1413
1413
dependency: transitive
1414
1414
description:
1415
1415
name: vector_graphics
1416
- sha256: "44cc7104ff32563122a929e4620cf3efd584194eec6d1d913eb5ba593dbcf6de"
1416
+ sha256: a4f059dc26fc8295b5921376600a194c4ec7d55e72f2fe4c7d2831e103d461e6
1417
1417
url: "https://pub.dev"
1418
1418
source: hosted
1419
- version: "1.1.18 "
1419
+ version: "1.1.19 "
1420
1420
vector_graphics_codec:
1421
1421
dependency: transitive
1422
1422
description:
@@ -1461,10 +1461,10 @@ packages:
1461
1461
dependency: transitive
1462
1462
description:
1463
1463
name: watcher
1464
- sha256: "69da27e49efa56a15f8afe8f4438c4ec02eff0a117df1b22ea4aad194fe1c104 "
1464
+ sha256: "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a "
1465
1465
url: "https://pub.dev"
1466
1466
source: hosted
1467
- version: "1.1.1 "
1467
+ version: "1.1.2 "
1468
1468
web:
1469
1469
dependency: transitive
1470
1470
description:
@@ -1547,4 +1547,4 @@ packages:
1547
1547
version: "3.1.3"
1548
1548
sdks:
1549
1549
dart: ">=3.8.1 <4.0.0"
1550
- flutter: ">=3.32.2 "
1550
+ flutter: ">=3.32.3 "
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ publish_to: none
16
16
17
17
environment :
18
18
sdk : " >=3.5.0 <4.0.0"
19
- flutter : 3.32.2
19
+ flutter : 3.32.3
20
20
21
21
dependencies :
22
22
flutter :
Original file line number Diff line number Diff line change 14
14
"@astrojs/react" : " ^4.3.0" ,
15
15
"@astrojs/starlight" : " ^0.34.3" ,
16
16
"@phosphor-icons/react" : " ^2.1.10" ,
17
- "@types/react" : " ^19.1.6 " ,
17
+ "@types/react" : " ^19.1.8 " ,
18
18
"@types/react-dom" : " ^19.1.6" ,
19
- "astro" : " ^5.9.1 " ,
19
+ "astro" : " ^5.9.2 " ,
20
20
"react" : " ^19.1.0" ,
21
21
"react-dom" : " ^19.1.0" ,
22
22
"remark-gemoji" : " ^8.0.0" ,
26
26
"packageManager" : " pnpm@10.12.1" ,
27
27
"devDependencies" : {
28
28
"@vite-pwa/astro" : " ^1.1.0" ,
29
- "sass" : " ^1.89.1 " ,
29
+ "sass" : " ^1.89.2 " ,
30
30
"sharp" : " ^0.34.2" ,
31
31
"vite-plugin-pwa" : " ^1.0.0" ,
32
32
"workbox-window" : " ^7.3.0"
You can’t perform that action at this time.
0 commit comments