Skip to content

Commit 80f0ce5

Browse files
committed
Upgrade dependencies
1 parent bb31389 commit 80f0ce5

File tree

4 files changed

+328
-344
lines changed

4 files changed

+328
-344
lines changed

.yarn/install-state.gz

9.1 KB
Binary file not shown.

Gemfile.lock

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GEM
104104
code_analyzer (0.5.5)
105105
sexp_processor
106106
concurrent-ruby (1.3.4)
107-
connection_pool (2.4.1)
107+
connection_pool (2.5.0)
108108
crack (1.0.0)
109109
bigdecimal
110110
rexml
@@ -126,28 +126,29 @@ GEM
126126
dotenv (= 3.1.7)
127127
railties (>= 6.1)
128128
drb (2.2.1)
129-
dry-configurable (1.2.0)
130-
dry-core (~> 1.0, < 2)
129+
dry-configurable (1.3.0)
130+
dry-core (~> 1.1)
131131
zeitwerk (~> 2.6)
132-
dry-core (1.0.2)
132+
dry-core (1.1.0)
133133
concurrent-ruby (~> 1.0)
134134
logger
135135
zeitwerk (~> 2.6)
136-
dry-inflector (1.1.0)
136+
dry-inflector (1.2.0)
137137
dry-initializer (3.2.0)
138-
dry-logic (1.5.0)
138+
dry-logic (1.6.0)
139+
bigdecimal
139140
concurrent-ruby (~> 1.0)
140-
dry-core (~> 1.0, < 2)
141+
dry-core (~> 1.1)
141142
zeitwerk (~> 2.6)
142-
dry-schema (1.13.4)
143+
dry-schema (1.14.0)
143144
concurrent-ruby (~> 1.0)
144145
dry-configurable (~> 1.0, >= 1.0.1)
145-
dry-core (~> 1.0, < 2)
146-
dry-initializer (~> 3.0)
147-
dry-logic (>= 1.4, < 2)
148-
dry-types (>= 1.7, < 2)
146+
dry-core (~> 1.1)
147+
dry-initializer (~> 3.2)
148+
dry-logic (~> 1.5)
149+
dry-types (~> 1.8)
149150
zeitwerk (~> 2.6)
150-
dry-types (1.7.2)
151+
dry-types (1.8.0)
151152
bigdecimal (~> 3.0)
152153
concurrent-ruby (~> 1.0)
153154
dry-core (~> 1.0)
@@ -179,7 +180,7 @@ GEM
179180
raabro (~> 1.4)
180181
globalid (1.2.1)
181182
activesupport (>= 6.1)
182-
google-protobuf (4.29.2)
183+
google-protobuf (4.29.3)
183184
bigdecimal
184185
rake (>= 13)
185186
graphql (2.4.8)
@@ -221,7 +222,7 @@ GEM
221222
mini_portile2 (2.8.8)
222223
minitest (5.25.4)
223224
msgpack (1.7.5)
224-
net-imap (0.5.4)
225+
net-imap (0.5.5)
225226
date
226227
net-protocol
227228
net-pop (0.1.2)
@@ -261,7 +262,8 @@ GEM
261262
rack (3.1.8)
262263
rack-cors (2.0.2)
263264
rack (>= 2.0.0)
264-
rack-session (2.0.0)
265+
rack-session (2.1.0)
266+
base64 (>= 0.1.0)
265267
rack (>= 3.0.0)
266268
rack-test (2.2.0)
267269
rack (>= 1.3)
@@ -351,7 +353,7 @@ GEM
351353
rubocop-obsession (0.1.13)
352354
activesupport
353355
rubocop (~> 1.41)
354-
rubocop-performance (1.23.0)
356+
rubocop-performance (1.23.1)
355357
rubocop (>= 1.48.1, < 2.0)
356358
rubocop-ast (>= 1.31.1, < 2.0)
357359
rubocop-rails (2.28.0)
@@ -372,7 +374,7 @@ GEM
372374
ruby_parser (3.21.1)
373375
racc (~> 1.5)
374376
sexp_processor (~> 4.16)
375-
rubyzip (2.3.2)
377+
rubyzip (2.4.1)
376378
securerandom (0.4.1)
377379
selenium-webdriver (4.27.0)
378380
base64 (~> 0.2)
@@ -425,7 +427,8 @@ GEM
425427
crack (>= 0.3.2)
426428
hashdiff (>= 0.4.0, < 2.0.0)
427429
websocket (1.2.11)
428-
websocket-driver (0.7.6)
430+
websocket-driver (0.7.7)
431+
base64
429432
websocket-extensions (>= 0.1.0)
430433
websocket-extensions (0.1.5)
431434
xpath (3.2.0)

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"packageManager": "[email protected]",
1919
"devDependencies": {
20-
"@apollo/client": "^3.12.4",
20+
"@apollo/client": "^3.12.5",
2121
"@eslint/js": "^9.17.0",
2222
"@popperjs/core": "^2.11.8",
2323
"@rails/actioncable": "^8.0.100",
2424
"@sveltejs/adapter-static": "^3.0.8",
25-
"@sveltejs/kit": "^2.15.1",
25+
"@sveltejs/kit": "^2.15.2",
2626
"@sveltejs/vite-plugin-svelte": "^5.0.3",
2727
"@types/bootstrap": "^5.2.10",
2828
"@types/eslint": "^9.6.1",
@@ -34,21 +34,21 @@
3434
"eslint-config-prettier": "^9.1.0",
3535
"eslint-plugin-compat": "^6.0.2",
3636
"eslint-plugin-simple-import-sort": "^12.1.1",
37-
"eslint-plugin-svelte": "^3.0.0-next.9",
37+
"eslint-plugin-svelte": "^3.0.0-next.10",
3838
"graphql": "^16.10.0",
3939
"graphql-ruby-client": "^1.14.5",
4040
"prettier": "^3.4.2",
4141
"prettier-plugin-svelte": "^3.3.2",
4242
"qrcode": "^1.5.4",
43-
"sass-embedded": "^1.83.0",
44-
"svelte": "^5.16.1",
45-
"svelte-check": "^4.1.1",
43+
"sass-embedded": "^1.83.1",
44+
"svelte": "^5.17.3",
45+
"svelte-check": "^4.1.3",
4646
"svelte-eslint-parser": "^1.0.0-next.6",
4747
"svelte-i18n": "^4.0.1",
4848
"svelte-preprocess": "^6.0.3",
4949
"tslib": "^2.8.1",
50-
"typescript": "^5.7.2",
51-
"typescript-eslint": "^8.19.0",
50+
"typescript": "^5.7.3",
51+
"typescript-eslint": "^8.19.1",
5252
"vite": "^6.0.7"
5353
}
5454
}

0 commit comments

Comments
 (0)