Skip to content

Commit 2d896c2

Browse files
committed
Update dependencies
1 parent 7c43c05 commit 2d896c2

File tree

12 files changed

+188
-190
lines changed

12 files changed

+188
-190
lines changed

.github/workflows/servers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- develop
66
paths:
77
- 'servers/**'
8-
8+
name: Deploy Server List
99
jobs:
1010
build-servers:
1111
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Setonix is a table sandbox game where you can decide how to play. Spawn cards ev
4040
* Make sure you only allow trusted people to connect
4141
* No rules are implemented yet
4242
* You can only play without rules
43-
* Will be added in 0.4
43+
* Will be added in 0.6
4444
* Missing error messages
4545
* Some errors are not displayed
4646

@@ -50,7 +50,7 @@ Setonix is a table sandbox game where you can decide how to play. Spawn cards ev
5050
* **🚫 No internet connection required:** to play, multiplayer also works offline
5151
* **🚩 Configurable:** Configure if you want to play with or without rules
5252
* **🎨 Customizable:** Create custom cards, board and dices
53-
* ~~**➕ Extensible:** Develop your custom rules with lua~~ (Will be added in 0.5)
53+
* ~~**➕ Extensible:** Develop your custom rules with lua~~ (Will be added in 0.6)
5454
* **📂 Share your packs:** Pack them all into a package and share it with your friends
5555
* **⚙️ Universal packs:** Load the rules in the server and the client
5656
* **📱 Works on every device:** The app is available for android, windows, linux, and in the web. You can use it on your phone, tablet, or computer.

api/pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ packages:
6161
dependency: transitive
6262
description:
6363
name: build
64-
sha256: cef23f1eda9b57566c81e2133d196f8e3df48f244b317368d65c5943d91148f0
64+
sha256: "8295b0b6dfe00499b786718f2936a56b5e0d56d169c528472c8c1908f2b1e3ee"
6565
url: "https://pub.dev"
6666
source: hosted
67-
version: "2.4.2"
67+
version: "2.5.0"
6868
build_config:
6969
dependency: transitive
7070
description:
@@ -85,26 +85,26 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: build_resolvers
88-
sha256: b9e4fda21d846e192628e7a4f6deda6888c36b5b69ba02ff291a01fd529140f0
88+
sha256: "57fe2f9149b01d52fcd0ea7de17083739b5cf9e040dedb4e24a17c628c1e9caf"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "2.4.4"
91+
version: "2.5.0"
9292
build_runner:
9393
dependency: "direct dev"
9494
description:
9595
name: build_runner
96-
sha256: "058fe9dce1de7d69c4b84fada934df3e0153dd000758c4d65964d0166779aa99"
96+
sha256: "9b196d7b629c5317dff3ec83c7e98840b773cee3b9339b646fe487048d2ebc74"
9797
url: "https://pub.dev"
9898
source: hosted
99-
version: "2.4.15"
99+
version: "2.5.0"
100100
build_runner_core:
101101
dependency: transitive
102102
description:
103103
name: build_runner_core
104-
sha256: "22e3aa1c80e0ada3722fe5b63fd43d9c8990759d0a2cf489c8c5d7b2bdebc021"
104+
sha256: dae6a8a5cbef6866cdfa0d96df4b0d85b9086897096270a405a44d946dafffba
105105
url: "https://pub.dev"
106106
source: hosted
107-
version: "8.0.0"
107+
version: "9.0.0"
108108
built_collection:
109109
dependency: transitive
110110
description:

app/android/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
base64
2020
jmespath (~> 1, >= 1.6.1)
2121
logger
22-
aws-sdk-kms (1.104.0)
22+
aws-sdk-kms (1.105.0)
2323
aws-sdk-core (~> 3, >= 3.225.0)
2424
aws-sigv4 (~> 1.5)
2525
aws-sdk-s3 (1.189.1)

app/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ const isNightly =
199199
flavor == 'nightly' || flavor == 'dev' || flavor == 'development';
200200
const shortApplicationName = isNightly ? 'Setonix Nightly' : 'Setonix';
201201
const applicationName = 'Linwood $shortApplicationName';
202-
const applicationMinorVersion = '0.4.1';
202+
const applicationMinorVersion = '0.5.0';

app/pubspec.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: build
88-
sha256: cef23f1eda9b57566c81e2133d196f8e3df48f244b317368d65c5943d91148f0
88+
sha256: "8295b0b6dfe00499b786718f2936a56b5e0d56d169c528472c8c1908f2b1e3ee"
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "2.4.2"
91+
version: "2.5.0"
9292
build_cli_annotations:
9393
dependency: transitive
9494
description:
@@ -117,26 +117,26 @@ packages:
117117
dependency: transitive
118118
description:
119119
name: build_resolvers
120-
sha256: b9e4fda21d846e192628e7a4f6deda6888c36b5b69ba02ff291a01fd529140f0
120+
sha256: "57fe2f9149b01d52fcd0ea7de17083739b5cf9e040dedb4e24a17c628c1e9caf"
121121
url: "https://pub.dev"
122122
source: hosted
123-
version: "2.4.4"
123+
version: "2.5.0"
124124
build_runner:
125125
dependency: "direct dev"
126126
description:
127127
name: build_runner
128-
sha256: "058fe9dce1de7d69c4b84fada934df3e0153dd000758c4d65964d0166779aa99"
128+
sha256: "9b196d7b629c5317dff3ec83c7e98840b773cee3b9339b646fe487048d2ebc74"
129129
url: "https://pub.dev"
130130
source: hosted
131-
version: "2.4.15"
131+
version: "2.5.0"
132132
build_runner_core:
133133
dependency: transitive
134134
description:
135135
name: build_runner_core
136-
sha256: "22e3aa1c80e0ada3722fe5b63fd43d9c8990759d0a2cf489c8c5d7b2bdebc021"
136+
sha256: dae6a8a5cbef6866cdfa0d96df4b0d85b9086897096270a405a44d946dafffba
137137
url: "https://pub.dev"
138138
source: hosted
139-
version: "8.0.0"
139+
version: "9.0.0"
140140
built_collection:
141141
dependency: transitive
142142
description:
@@ -278,18 +278,18 @@ packages:
278278
dependency: "direct main"
279279
description:
280280
name: device_info_plus
281-
sha256: "0c6396126421b590089447154c5f98a5de423b70cfb15b1578fd018843ee6f53"
281+
sha256: "98f28b42168cc509abc92f88518882fd58061ea372d7999aecc424345c7bff6a"
282282
url: "https://pub.dev"
283283
source: hosted
284-
version: "11.4.0"
284+
version: "11.5.0"
285285
device_info_plus_platform_interface:
286286
dependency: transitive
287287
description:
288288
name: device_info_plus_platform_interface
289-
sha256: "0b04e02b30791224b31969eb1b50d723498f402971bff3630bca2ba839bd1ed2"
289+
sha256: e1ea89119e34903dca74b883d0dd78eb762814f97fb6c76f35e9ff74d261a18f
290290
url: "https://pub.dev"
291291
source: hosted
292-
version: "7.0.2"
292+
version: "7.0.3"
293293
dynamic_color:
294294
dependency: "direct main"
295295
description:
@@ -580,10 +580,10 @@ packages:
580580
dependency: "direct main"
581581
description:
582582
name: go_router
583-
sha256: b453934c36e289cef06525734d1e676c1f91da9e22e2017d9dcab6ce0f999175
583+
sha256: f222e12c5360b0c90aae5d33e6b351a6789d4aa1c97b32691b4a30946fc91813
584584
url: "https://pub.dev"
585585
source: hosted
586-
version: "15.1.3"
586+
version: "15.2.0"
587587
graphs:
588588
dependency: transitive
589589
description:
@@ -1309,10 +1309,10 @@ packages:
13091309
dependency: transitive
13101310
description:
13111311
name: tiled
1312-
sha256: d71b1397d8870af4b0e5a68a8be7a12d561408049fc0d55fe482dc8412e9f461
1312+
sha256: f321ce0f27d103527b0d66878c60d9b000ce16c4ef4ae3ce77ce6f5ba4cf5db0
13131313
url: "https://pub.dev"
13141314
source: hosted
1315-
version: "0.11.0"
1315+
version: "0.11.1"
13161316
timing:
13171317
dependency: transitive
13181318
description:
@@ -1501,10 +1501,10 @@ packages:
15011501
dependency: transitive
15021502
description:
15031503
name: win32
1504-
sha256: "329edf97fdd893e0f1e3b9e88d6a0e627128cc17cc316a8d67fda8f1451178ba"
1504+
sha256: "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03"
15051505
url: "https://pub.dev"
15061506
source: hosted
1507-
version: "5.13.0"
1507+
version: "5.14.0"
15081508
win32_registry:
15091509
dependency: transitive
15101510
description:

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: none
1616

1717
environment:
1818
sdk: ">=3.5.0 <4.0.0"
19-
flutter: 3.32.3
19+
flutter: 3.32.4
2020

2121
dependencies:
2222
flutter:

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
1414
"@astrojs/react": "^4.3.0",
15-
"@astrojs/starlight": "^0.34.3",
15+
"@astrojs/starlight": "^0.34.4",
1616
"@phosphor-icons/react": "^2.1.10",
1717
"@types/react": "^19.1.8",
1818
"@types/react-dom": "^19.1.6",
19-
"astro": "^5.9.2",
19+
"astro": "^5.9.3",
2020
"react": "^19.1.0",
2121
"react-dom": "^19.1.0",
2222
"remark-gemoji": "^8.0.0",

0 commit comments

Comments
 (0)