slidev-theme-meetup 3.12.1 → 3.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/flake.lock +83 -18
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.12.2](https://github.com/tboerger/slidev-theme-meetup/compare/v3.12.1...v3.12.2) (2026-01-11)
|
|
4
|
+
|
|
5
|
+
### Bugfixes
|
|
6
|
+
|
|
7
|
+
* **patch:** update dependency @slidev/types to v52.11.2 ([#596](https://github.com/tboerger/slidev-theme-meetup/issues/596)) ([3c6dd80](https://github.com/tboerger/slidev-theme-meetup/commit/3c6dd8096ef99320fa1afed2afafd8d41813f7a4))
|
|
8
|
+
|
|
3
9
|
## [3.12.1](https://github.com/tboerger/slidev-theme-meetup/compare/v3.12.0...v3.12.1) (2025-12-24)
|
|
4
10
|
|
|
5
11
|
### Bugfixes
|
package/flake.lock
CHANGED
|
@@ -40,14 +40,15 @@
|
|
|
40
40
|
"flake-parts": "flake-parts",
|
|
41
41
|
"git-hooks": "git-hooks",
|
|
42
42
|
"nix": "nix",
|
|
43
|
+
"nixd": "nixd",
|
|
43
44
|
"nixpkgs": "nixpkgs"
|
|
44
45
|
},
|
|
45
46
|
"locked": {
|
|
46
|
-
"lastModified":
|
|
47
|
-
"narHash": "sha256-
|
|
47
|
+
"lastModified": 1767561815,
|
|
48
|
+
"narHash": "sha256-IKomTJBTlLQsbqJ3f96R6zgoiNwRf08tZd+RGXCIccg=",
|
|
48
49
|
"owner": "cachix",
|
|
49
50
|
"repo": "devenv",
|
|
50
|
-
"rev": "
|
|
51
|
+
"rev": "06b370166a3eca029f664710fcc49bf44365778a",
|
|
51
52
|
"type": "github"
|
|
52
53
|
},
|
|
53
54
|
"original": {
|
|
@@ -75,15 +76,15 @@
|
|
|
75
76
|
"flake-compat_2": {
|
|
76
77
|
"flake": false,
|
|
77
78
|
"locked": {
|
|
78
|
-
"lastModified":
|
|
79
|
-
"narHash": "sha256-
|
|
80
|
-
"owner": "
|
|
79
|
+
"lastModified": 1767039857,
|
|
80
|
+
"narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
|
|
81
|
+
"owner": "NixOS",
|
|
81
82
|
"repo": "flake-compat",
|
|
82
|
-
"rev": "
|
|
83
|
+
"rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
|
|
83
84
|
"type": "github"
|
|
84
85
|
},
|
|
85
86
|
"original": {
|
|
86
|
-
"owner": "
|
|
87
|
+
"owner": "NixOS",
|
|
87
88
|
"repo": "flake-compat",
|
|
88
89
|
"type": "github"
|
|
89
90
|
}
|
|
@@ -127,6 +128,21 @@
|
|
|
127
128
|
"type": "github"
|
|
128
129
|
}
|
|
129
130
|
},
|
|
131
|
+
"flake-root": {
|
|
132
|
+
"locked": {
|
|
133
|
+
"lastModified": 1723604017,
|
|
134
|
+
"narHash": "sha256-rBtQ8gg+Dn4Sx/s+pvjdq3CB2wQNzx9XGFq/JVGCB6k=",
|
|
135
|
+
"owner": "srid",
|
|
136
|
+
"repo": "flake-root",
|
|
137
|
+
"rev": "b759a56851e10cb13f6b8e5698af7b59c44be26e",
|
|
138
|
+
"type": "github"
|
|
139
|
+
},
|
|
140
|
+
"original": {
|
|
141
|
+
"owner": "srid",
|
|
142
|
+
"repo": "flake-root",
|
|
143
|
+
"type": "github"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
130
146
|
"git-hooks": {
|
|
131
147
|
"inputs": {
|
|
132
148
|
"flake-compat": [
|
|
@@ -160,11 +176,11 @@
|
|
|
160
176
|
"nixpkgs": "nixpkgs_2"
|
|
161
177
|
},
|
|
162
178
|
"locked": {
|
|
163
|
-
"lastModified":
|
|
164
|
-
"narHash": "sha256-
|
|
179
|
+
"lastModified": 1767281941,
|
|
180
|
+
"narHash": "sha256-6MkqajPICgugsuZ92OMoQcgSHnD6sJHwk8AxvMcIgTE=",
|
|
165
181
|
"owner": "cachix",
|
|
166
182
|
"repo": "git-hooks.nix",
|
|
167
|
-
"rev": "
|
|
183
|
+
"rev": "f0927703b7b1c8d97511c4116eb9b4ec6645a0fa",
|
|
168
184
|
"type": "github"
|
|
169
185
|
},
|
|
170
186
|
"original": {
|
|
@@ -242,20 +258,47 @@
|
|
|
242
258
|
]
|
|
243
259
|
},
|
|
244
260
|
"locked": {
|
|
245
|
-
"lastModified":
|
|
246
|
-
"narHash": "sha256-
|
|
261
|
+
"lastModified": 1766922625,
|
|
262
|
+
"narHash": "sha256-O0wExzdYqSNqbPYCQhUWeoKlDa7q6wxhuWiHolxqdl8=",
|
|
247
263
|
"owner": "cachix",
|
|
248
264
|
"repo": "nix",
|
|
249
|
-
"rev": "
|
|
265
|
+
"rev": "c62c4bdb6673871ae5cdc51c498df6292d5169aa",
|
|
250
266
|
"type": "github"
|
|
251
267
|
},
|
|
252
268
|
"original": {
|
|
253
269
|
"owner": "cachix",
|
|
254
|
-
"ref": "devenv-2.
|
|
270
|
+
"ref": "devenv-2.32",
|
|
255
271
|
"repo": "nix",
|
|
256
272
|
"type": "github"
|
|
257
273
|
}
|
|
258
274
|
},
|
|
275
|
+
"nixd": {
|
|
276
|
+
"inputs": {
|
|
277
|
+
"flake-parts": [
|
|
278
|
+
"devenv",
|
|
279
|
+
"flake-parts"
|
|
280
|
+
],
|
|
281
|
+
"flake-root": "flake-root",
|
|
282
|
+
"nixpkgs": [
|
|
283
|
+
"devenv",
|
|
284
|
+
"nixpkgs"
|
|
285
|
+
],
|
|
286
|
+
"treefmt-nix": "treefmt-nix"
|
|
287
|
+
},
|
|
288
|
+
"locked": {
|
|
289
|
+
"lastModified": 1763964548,
|
|
290
|
+
"narHash": "sha256-JTRoaEWvPsVIMFJWeS4G2isPo15wqXY/otsiHPN0zww=",
|
|
291
|
+
"owner": "nix-community",
|
|
292
|
+
"repo": "nixd",
|
|
293
|
+
"rev": "d4bf15e56540422e2acc7bc26b20b0a0934e3f5e",
|
|
294
|
+
"type": "github"
|
|
295
|
+
},
|
|
296
|
+
"original": {
|
|
297
|
+
"owner": "nix-community",
|
|
298
|
+
"repo": "nixd",
|
|
299
|
+
"type": "github"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
259
302
|
"nixpkgs": {
|
|
260
303
|
"locked": {
|
|
261
304
|
"lastModified": 1761313199,
|
|
@@ -305,11 +348,11 @@
|
|
|
305
348
|
},
|
|
306
349
|
"nixpkgs_3": {
|
|
307
350
|
"locked": {
|
|
308
|
-
"lastModified":
|
|
309
|
-
"narHash": "sha256-
|
|
351
|
+
"lastModified": 1767364772,
|
|
352
|
+
"narHash": "sha256-fFUnEYMla8b7UKjijLnMe+oVFOz6HjijGGNS1l7dYaQ=",
|
|
310
353
|
"owner": "nixos",
|
|
311
354
|
"repo": "nixpkgs",
|
|
312
|
-
"rev": "
|
|
355
|
+
"rev": "16c7794d0a28b5a37904d55bcca36003b9109aaa",
|
|
313
356
|
"type": "github"
|
|
314
357
|
},
|
|
315
358
|
"original": {
|
|
@@ -326,6 +369,28 @@
|
|
|
326
369
|
"git-hooks": "git-hooks_2",
|
|
327
370
|
"nixpkgs": "nixpkgs_3"
|
|
328
371
|
}
|
|
372
|
+
},
|
|
373
|
+
"treefmt-nix": {
|
|
374
|
+
"inputs": {
|
|
375
|
+
"nixpkgs": [
|
|
376
|
+
"devenv",
|
|
377
|
+
"nixd",
|
|
378
|
+
"nixpkgs"
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
"locked": {
|
|
382
|
+
"lastModified": 1734704479,
|
|
383
|
+
"narHash": "sha256-MMi74+WckoyEWBRcg/oaGRvXC9BVVxDZNRMpL+72wBI=",
|
|
384
|
+
"owner": "numtide",
|
|
385
|
+
"repo": "treefmt-nix",
|
|
386
|
+
"rev": "65712f5af67234dad91a5a4baee986a8b62dbf8f",
|
|
387
|
+
"type": "github"
|
|
388
|
+
},
|
|
389
|
+
"original": {
|
|
390
|
+
"owner": "numtide",
|
|
391
|
+
"repo": "treefmt-nix",
|
|
392
|
+
"type": "github"
|
|
393
|
+
}
|
|
329
394
|
}
|
|
330
395
|
},
|
|
331
396
|
"root": "root",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slidev-theme-meetup",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.2",
|
|
4
4
|
"description": "Slidev theme used for talks on meetups",
|
|
5
5
|
"author": "Thomas Boerger <thomas@boerger.ws>",
|
|
6
6
|
"license": "CC-BY-SA-4.0",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@iconify-json/mdi": "1.2.3",
|
|
31
|
-
"@slidev/types": "52.11.
|
|
31
|
+
"@slidev/types": "52.11.2",
|
|
32
32
|
"codemirror-theme-vars": "0.1.2",
|
|
33
33
|
"qrious": "4.0.2",
|
|
34
34
|
"vite-svg-loader": "5.1.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@antfu/eslint-config": "6.7.
|
|
37
|
+
"@antfu/eslint-config": "6.7.3",
|
|
38
38
|
"@slidev/cli": "52.11.1",
|
|
39
39
|
"eslint": "9.39.2",
|
|
40
40
|
"eslint-plugin-vue": "10.6.2",
|