slidev-theme-meetup 3.2.2 → 3.3.0

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.3.0](https://github.com/tboerger/slidev-theme-meetup/compare/v3.2.2...v3.3.0) (2025-10-20)
4
+
5
+ ### Features
6
+
7
+ * **deps:** update dependency @slidev/types to v52.3.0 ([#547](https://github.com/tboerger/slidev-theme-meetup/issues/547)) ([dc4e3e0](https://github.com/tboerger/slidev-theme-meetup/commit/dc4e3e09f3281ffb14e236bfee9c4d70ad39bb47))
8
+
3
9
  ## [3.2.2](https://github.com/tboerger/slidev-theme-meetup/compare/v3.2.1...v3.2.2) (2025-10-06)
4
10
 
5
11
  ### Bugfixes
package/flake.lock CHANGED
@@ -42,11 +42,11 @@
42
42
  "nixpkgs": "nixpkgs"
43
43
  },
44
44
  "locked": {
45
- "lastModified": 1759708398,
46
- "narHash": "sha256-3p3nZy2xC0iJckGubQyIPKnwmuZ7tDlgIHH0ssJYg+o=",
45
+ "lastModified": 1760890764,
46
+ "narHash": "sha256-hCO8y2iJwlVTx6UKUpFY3doqHG5W0znV00mCAneX+FE=",
47
47
  "owner": "cachix",
48
48
  "repo": "devenv",
49
- "rev": "f6351d5ca43b5d8de07744574b49ebb98750eb9e",
49
+ "rev": "8bd9769602d769d427450f64fbd02c80871a186c",
50
50
  "type": "github"
51
51
  },
52
52
  "original": {
@@ -113,11 +113,11 @@
113
113
  "nixpkgs-lib": "nixpkgs-lib"
114
114
  },
115
115
  "locked": {
116
- "lastModified": 1759362264,
117
- "narHash": "sha256-wfG0S7pltlYyZTM+qqlhJ7GMw2fTF4mLKCIVhLii/4M=",
116
+ "lastModified": 1760813311,
117
+ "narHash": "sha256-lbHQ7FXGzt6/IygWvJ1lCq+Txcut3xYYd6VIpF1ojkg=",
118
118
  "owner": "hercules-ci",
119
119
  "repo": "flake-parts",
120
- "rev": "758cf7296bee11f1706a574c77d072b8a7baa881",
120
+ "rev": "4e627ac2e1b8f1de7f5090064242de9a259dbbc8",
121
121
  "type": "github"
122
122
  },
123
123
  "original": {
@@ -159,11 +159,11 @@
159
159
  "nixpkgs": "nixpkgs_2"
160
160
  },
161
161
  "locked": {
162
- "lastModified": 1759523803,
163
- "narHash": "sha256-PTod9NG+i3XbbnBKMl/e5uHDBYpwIWivQ3gOWSEuIEM=",
162
+ "lastModified": 1760663237,
163
+ "narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
164
164
  "owner": "cachix",
165
165
  "repo": "git-hooks.nix",
166
- "rev": "cfc9f7bb163ad8542029d303e599c0f7eee09835",
166
+ "rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
167
167
  "type": "github"
168
168
  },
169
169
  "original": {
@@ -304,11 +304,11 @@
304
304
  },
305
305
  "nixpkgs_3": {
306
306
  "locked": {
307
- "lastModified": 1759632233,
308
- "narHash": "sha256-krgZxGAIIIKFJS+UB0l8do3sYUDWJc75M72tepmVMzE=",
307
+ "lastModified": 1760934318,
308
+ "narHash": "sha256-/oUYsC0lUCBory65VK+UHqCCsCspbL1Vgfcf1KUYqVw=",
309
309
  "owner": "nixos",
310
310
  "repo": "nixpkgs",
311
- "rev": "d7f52a7a640bc54c7bb414cca603835bf8dd4b10",
311
+ "rev": "87848bf0cc4f87717fc813a4575f07330c3e743c",
312
312
  "type": "github"
313
313
  },
314
314
  "original": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slidev-theme-meetup",
3
- "version": "3.2.2",
3
+ "version": "3.3.0",
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,24 +28,24 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@iconify-json/mdi": "1.2.3",
31
- "@slidev/types": "52.2.5",
31
+ "@slidev/types": "52.3.0",
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": "^5.0.0",
37
+ "@antfu/eslint-config": "^6.0.0",
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.6",
42
- "@semantic-release/npm": "12.0.2",
41
+ "@semantic-release/github": "12.0.0",
42
+ "@semantic-release/npm": "13.1.1",
43
43
  "@semantic-release/release-notes-generator": "14.1.0",
44
- "@slidev/cli": "52.2.5",
44
+ "@slidev/cli": "52.3.0",
45
45
  "conventional-changelog-conventionalcommits": "9.1.0",
46
- "eslint": "9.37.0",
47
- "eslint-plugin-vue": "10.5.0",
48
- "playwright-chromium": "1.55.1"
46
+ "eslint": "9.38.0",
47
+ "eslint-plugin-vue": "10.5.1",
48
+ "playwright-chromium": "1.56.1"
49
49
  },
50
50
  "slidev": {
51
51
  "colorSchema": "both",