slidev-theme-meetup 3.18.1 → 3.18.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 +9 -9
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.18.2](https://github.com/tboerger/slidev-theme-meetup/compare/v3.18.1...v3.18.2) (2026-05-13)
|
|
4
|
+
|
|
5
|
+
### Bugfixes
|
|
6
|
+
|
|
7
|
+
* **patch:** update dependency @slidev/types to v52.15.2 ([#670](https://github.com/tboerger/slidev-theme-meetup/issues/670)) ([95f1d7c](https://github.com/tboerger/slidev-theme-meetup/commit/95f1d7c43888bc8671fd46aad366c25a2c6fadb6))
|
|
8
|
+
|
|
3
9
|
## [3.18.1](https://github.com/tboerger/slidev-theme-meetup/compare/v3.18.0...v3.18.1) (2026-05-07)
|
|
4
10
|
|
|
5
11
|
### Bugfixes
|
package/flake.lock
CHANGED
|
@@ -164,11 +164,11 @@
|
|
|
164
164
|
"rust-overlay": "rust-overlay"
|
|
165
165
|
},
|
|
166
166
|
"locked": {
|
|
167
|
-
"lastModified":
|
|
168
|
-
"narHash": "sha256-
|
|
167
|
+
"lastModified": 1778281489,
|
|
168
|
+
"narHash": "sha256-q/E8JCHXLp7+T/SfSR3vN9KjDtCi5lB0xdgh4LcEOJc=",
|
|
169
169
|
"owner": "cachix",
|
|
170
170
|
"repo": "devenv",
|
|
171
|
-
"rev": "
|
|
171
|
+
"rev": "23120f1b923e80a27facbeb59433688772e854ab",
|
|
172
172
|
"type": "github"
|
|
173
173
|
},
|
|
174
174
|
"original": {
|
|
@@ -369,11 +369,11 @@
|
|
|
369
369
|
"nixpkgs-lib": "nixpkgs-lib"
|
|
370
370
|
},
|
|
371
371
|
"locked": {
|
|
372
|
-
"lastModified":
|
|
373
|
-
"narHash": "sha256-
|
|
372
|
+
"lastModified": 1777988971,
|
|
373
|
+
"narHash": "sha256-qIoWPDs+0/8JecyYgE3gpKQxW/4bLW/gp45vow9ioCQ=",
|
|
374
374
|
"owner": "hercules-ci",
|
|
375
375
|
"repo": "flake-parts",
|
|
376
|
-
"rev": "
|
|
376
|
+
"rev": "0678d8986be1661af6bb555f3489f2fdfc31f6ff",
|
|
377
377
|
"type": "github"
|
|
378
378
|
},
|
|
379
379
|
"original": {
|
|
@@ -912,11 +912,11 @@
|
|
|
912
912
|
},
|
|
913
913
|
"nixpkgs_8": {
|
|
914
914
|
"locked": {
|
|
915
|
-
"lastModified":
|
|
916
|
-
"narHash": "sha256-
|
|
915
|
+
"lastModified": 1778274207,
|
|
916
|
+
"narHash": "sha256-I4puXmX1iovcCHZlRmztO3vW0mAbbRvq4F8wgIMQ1MM=",
|
|
917
917
|
"owner": "nixos",
|
|
918
918
|
"repo": "nixpkgs",
|
|
919
|
-
"rev": "
|
|
919
|
+
"rev": "b3da656039dc7a6240f27b2ef8cc6a3ef3bccae7",
|
|
920
920
|
"type": "github"
|
|
921
921
|
},
|
|
922
922
|
"original": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slidev-theme-meetup",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.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,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@iconify-json/mdi": "1.2.3",
|
|
31
|
-
"@slidev/types": "52.15.
|
|
31
|
+
"@slidev/types": "52.15.2",
|
|
32
32
|
"codemirror-theme-vars": "0.1.2",
|
|
33
33
|
"qrious": "4.0.2",
|
|
34
34
|
"vite-svg-loader": "5.1.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@antfu/eslint-config": "8.2.0",
|
|
38
|
-
"@slidev/cli": "52.15.
|
|
38
|
+
"@slidev/cli": "52.15.2",
|
|
39
39
|
"playwright-chromium": "1.59.1"
|
|
40
40
|
},
|
|
41
41
|
"slidev": {
|