slidev-theme-meetup 2.3.1 → 2.3.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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.3.2](https://github.com/tboerger/slidev-theme-meetup/compare/v2.3.1...v2.3.2) (2025-06-13)
|
|
4
|
+
|
|
5
|
+
### Bugfixes
|
|
6
|
+
|
|
7
|
+
* **deps:** update dependency @slidev/types to v51.8.2 ([#482](https://github.com/tboerger/slidev-theme-meetup/issues/482)) ([1f43c61](https://github.com/tboerger/slidev-theme-meetup/commit/1f43c61dc996319f3ba8415e990cebc1d91757d4))
|
|
8
|
+
|
|
3
9
|
## [2.3.1](https://github.com/tboerger/slidev-theme-meetup/compare/v2.3.0...v2.3.1) (2025-06-02)
|
|
4
10
|
|
|
5
11
|
### Bugfixes
|
package/flake.lock
CHANGED
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"nixpkgs": "nixpkgs_3"
|
|
38
38
|
},
|
|
39
39
|
"locked": {
|
|
40
|
-
"lastModified":
|
|
41
|
-
"narHash": "sha256
|
|
40
|
+
"lastModified": 1749416335,
|
|
41
|
+
"narHash": "sha256-+I4z5YN2lwRcy8/wLGRaUXGYnsgj0Svkkhy1e4U1hvw=",
|
|
42
42
|
"owner": "cachix",
|
|
43
43
|
"repo": "devenv",
|
|
44
|
-
"rev": "
|
|
44
|
+
"rev": "e8fffc7d61259f27c27b0fbe39a052a604807a2e",
|
|
45
45
|
"type": "github"
|
|
46
46
|
},
|
|
47
47
|
"original": {
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
"nixpkgs-lib": "nixpkgs-lib"
|
|
110
110
|
},
|
|
111
111
|
"locked": {
|
|
112
|
-
"lastModified":
|
|
113
|
-
"narHash": "sha256-
|
|
112
|
+
"lastModified": 1749398372,
|
|
113
|
+
"narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=",
|
|
114
114
|
"owner": "hercules-ci",
|
|
115
115
|
"repo": "flake-parts",
|
|
116
|
-
"rev": "
|
|
116
|
+
"rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569",
|
|
117
117
|
"type": "github"
|
|
118
118
|
},
|
|
119
119
|
"original": {
|
|
@@ -340,11 +340,11 @@
|
|
|
340
340
|
},
|
|
341
341
|
"nixpkgs_5": {
|
|
342
342
|
"locked": {
|
|
343
|
-
"lastModified":
|
|
344
|
-
"narHash": "sha256-
|
|
343
|
+
"lastModified": 1749401433,
|
|
344
|
+
"narHash": "sha256-HXIQzULIG/MEUW2Q/Ss47oE3QrjxvpUX7gUl4Xp6lnc=",
|
|
345
345
|
"owner": "nixos",
|
|
346
346
|
"repo": "nixpkgs",
|
|
347
|
-
"rev": "
|
|
347
|
+
"rev": "08fcb0dcb59df0344652b38ea6326a2d8271baff",
|
|
348
348
|
"type": "github"
|
|
349
349
|
},
|
|
350
350
|
"original": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slidev-theme-meetup",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.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,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@iconify-json/mdi": "1.2.3",
|
|
31
|
-
"@slidev/types": "51.8.
|
|
31
|
+
"@slidev/types": "51.8.2",
|
|
32
32
|
"codemirror-theme-vars": "0.1.2",
|
|
33
33
|
"qrious": "4.0.2",
|
|
34
34
|
"vite-svg-loader": "5.1.0"
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@semantic-release/github": "11.0.3",
|
|
42
42
|
"@semantic-release/npm": "12.0.1",
|
|
43
43
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
44
|
-
"@slidev/cli": "51.8.
|
|
44
|
+
"@slidev/cli": "51.8.2",
|
|
45
45
|
"conventional-changelog-conventionalcommits": "9.0.0",
|
|
46
46
|
"eslint": "9.28.0",
|
|
47
|
-
"eslint-plugin-vue": "10.
|
|
48
|
-
"playwright-chromium": "1.
|
|
47
|
+
"eslint-plugin-vue": "10.2.0",
|
|
48
|
+
"playwright-chromium": "1.53.0"
|
|
49
49
|
},
|
|
50
50
|
"slidev": {
|
|
51
51
|
"colorSchema": "both",
|