slidev-theme-meetup 2.3.0 → 2.3.1

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/flake.lock +12 -12
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.3.1](https://github.com/tboerger/slidev-theme-meetup/compare/v2.3.0...v2.3.1) (2025-06-02)
4
+
5
+ ### Bugfixes
6
+
7
+ * **deps:** update dependency @slidev/types to v51.8.1 ([#477](https://github.com/tboerger/slidev-theme-meetup/issues/477)) ([c32de38](https://github.com/tboerger/slidev-theme-meetup/commit/c32de381917c7101cfd63674d079ae18834a8c44))
8
+
3
9
  ## [2.3.0](https://github.com/tboerger/slidev-theme-meetup/compare/v2.2.0...v2.3.0) (2025-05-24)
4
10
 
5
11
  ### Features
package/flake.lock CHANGED
@@ -37,11 +37,11 @@
37
37
  "nixpkgs": "nixpkgs_3"
38
38
  },
39
39
  "locked": {
40
- "lastModified": 1747543288,
41
- "narHash": "sha256-W+E2xxaKSQtafQX7KqNwfFm10RrqnSLzKEoA2iZ+VbM=",
40
+ "lastModified": 1748795434,
41
+ "narHash": "sha256-PMZ4qwBwMwDCpuE+CbhZMJDeY76HvweC4GdBNc7oh2U=",
42
42
  "owner": "cachix",
43
43
  "repo": "devenv",
44
- "rev": "3a8a52386bde1cf14fc2f4c4df80f91417348480",
44
+ "rev": "02334cb7e3d69847e2ce793719147e63d56e2f7c",
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": 1743550720,
113
- "narHash": "sha256-hIshGgKZCgWh6AYJpJmRgFdR3WUbkY04o82X05xqQiY=",
112
+ "lastModified": 1748821116,
113
+ "narHash": "sha256-F82+gS044J1APL0n4hH50GYdPRv/5JWm34oCJYmVKdE=",
114
114
  "owner": "hercules-ci",
115
115
  "repo": "flake-parts",
116
- "rev": "c621e8422220273271f52058f618c94e405bb0f5",
116
+ "rev": "49f0870db23e8c1ca0b5259734a02cd9e1e371a1",
117
117
  "type": "github"
118
118
  },
119
119
  "original": {
@@ -277,11 +277,11 @@
277
277
  },
278
278
  "nixpkgs-lib": {
279
279
  "locked": {
280
- "lastModified": 1743296961,
281
- "narHash": "sha256-b1EdN3cULCqtorQ4QeWgLMrd5ZGOjLSLemfa00heasc=",
280
+ "lastModified": 1748740939,
281
+ "narHash": "sha256-rQaysilft1aVMwF14xIdGS3sj1yHlI6oKQNBRTF40cc=",
282
282
  "owner": "nix-community",
283
283
  "repo": "nixpkgs.lib",
284
- "rev": "e4822aea2a6d1cdd36653c134cacfd64c97ff4fa",
284
+ "rev": "656a64127e9d791a334452c6b6606d17539476e2",
285
285
  "type": "github"
286
286
  },
287
287
  "original": {
@@ -340,11 +340,11 @@
340
340
  },
341
341
  "nixpkgs_5": {
342
342
  "locked": {
343
- "lastModified": 1747467164,
344
- "narHash": "sha256-JBXbjJ0t6T6BbVc9iPVquQI9XSXCGQJD8c8SgnUquus=",
343
+ "lastModified": 1748792178,
344
+ "narHash": "sha256-BHmgfHlCJVNisJShVaEmfDIr/Ip58i/4oFGlD1iK6lk=",
345
345
  "owner": "nixos",
346
346
  "repo": "nixpkgs",
347
- "rev": "3fcbdcfc707e0aa42c541b7743e05820472bdaec",
347
+ "rev": "5929de975bcf4c7c8d8b5ca65c8cd9ef9e44523e",
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.0",
3
+ "version": "2.3.1",
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.0",
31
+ "@slidev/types": "51.8.1",
32
32
  "codemirror-theme-vars": "0.1.2",
33
33
  "qrious": "4.0.2",
34
34
  "vite-svg-loader": "5.1.0"
@@ -38,12 +38,12 @@
38
38
  "@semantic-release/changelog": "6.0.3",
39
39
  "@semantic-release/commit-analyzer": "13.0.1",
40
40
  "@semantic-release/git": "10.0.1",
41
- "@semantic-release/github": "11.0.2",
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.0",
44
+ "@slidev/cli": "51.8.1",
45
45
  "conventional-changelog-conventionalcommits": "9.0.0",
46
- "eslint": "9.27.0",
46
+ "eslint": "9.28.0",
47
47
  "eslint-plugin-vue": "10.1.0",
48
48
  "playwright-chromium": "1.52.0"
49
49
  },