slidev-theme-meetup 2.1.0 → 2.1.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/flake.lock +12 -12
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.1.2](https://github.com/tboerger/slidev-theme-meetup/compare/v2.1.1...v2.1.2) (2025-05-16)
4
+
5
+ ### Bugfixes
6
+
7
+ * **deps:** update dependency @slidev/types to v51.6.2 ([#465](https://github.com/tboerger/slidev-theme-meetup/issues/465)) ([7b05033](https://github.com/tboerger/slidev-theme-meetup/commit/7b050339e88b1f51ac388f482c8cc0186603a298))
8
+
9
+ ## [2.1.1](https://github.com/tboerger/slidev-theme-meetup/compare/v2.1.0...v2.1.1) (2025-05-16)
10
+
11
+ ### Bugfixes
12
+
13
+ * **deps:** update dependency @slidev/types to v51.6.1 ([#463](https://github.com/tboerger/slidev-theme-meetup/issues/463)) ([91ccc11](https://github.com/tboerger/slidev-theme-meetup/commit/91ccc11f84b72cbb2ad065cca1e8537829eac5a7))
14
+
3
15
  ## [2.1.0](https://github.com/tboerger/slidev-theme-meetup/compare/v2.0.0...v2.1.0) (2025-04-26)
4
16
 
5
17
  ### Features
package/flake.lock CHANGED
@@ -37,11 +37,11 @@
37
37
  "nixpkgs": "nixpkgs_3"
38
38
  },
39
39
  "locked": {
40
- "lastModified": 1745191090,
41
- "narHash": "sha256-dlRKD6v02O22mgGDn5MwowgLQG/zObIYzgLhWkCcggQ=",
40
+ "lastModified": 1747023101,
41
+ "narHash": "sha256-XaE3JXUwMocgTCPU0MQetx8xsnBs/V7t4tCEuobQJqg=",
42
42
  "owner": "cachix",
43
43
  "repo": "devenv",
44
- "rev": "b3b1973c97568b1c93c1f822bb1d3fa640ee3b76",
44
+ "rev": "60de2e92e87e05e9ac5aa6827c19f799866842d2",
45
45
  "type": "github"
46
46
  },
47
47
  "original": {
@@ -154,11 +154,11 @@
154
154
  "nixpkgs": "nixpkgs_4"
155
155
  },
156
156
  "locked": {
157
- "lastModified": 1742649964,
158
- "narHash": "sha256-DwOTp7nvfi8mRfuL1escHDXabVXFGT1VlPD1JHrtrco=",
157
+ "lastModified": 1746537231,
158
+ "narHash": "sha256-Wb2xeSyOsCoTCTj7LOoD6cdKLEROyFAArnYoS+noCWo=",
159
159
  "owner": "cachix",
160
160
  "repo": "git-hooks.nix",
161
- "rev": "dcf5072734cb576d2b0c59b2ac44f5050b5eac82",
161
+ "rev": "fa466640195d38ec97cf0493d6d6882bc4d14969",
162
162
  "type": "github"
163
163
  },
164
164
  "original": {
@@ -245,11 +245,11 @@
245
245
  ]
246
246
  },
247
247
  "locked": {
248
- "lastModified": 1741798497,
249
- "narHash": "sha256-E3j+3MoY8Y96mG1dUIiLFm2tZmNbRvSiyN7CrSKuAVg=",
248
+ "lastModified": 1745930071,
249
+ "narHash": "sha256-bYyjarS3qSNqxfgc89IoVz8cAFDkF9yPE63EJr+h50s=",
250
250
  "owner": "domenkozar",
251
251
  "repo": "nix",
252
- "rev": "f3f44b2baaf6c4c6e179de8cbb1cc6db031083cd",
252
+ "rev": "b455edf3505f1bf0172b39a735caef94687d0d9c",
253
253
  "type": "github"
254
254
  },
255
255
  "original": {
@@ -340,11 +340,11 @@
340
340
  },
341
341
  "nixpkgs_5": {
342
342
  "locked": {
343
- "lastModified": 1744868846,
344
- "narHash": "sha256-5RJTdUHDmj12Qsv7XOhuospjAjATNiTMElplWnJE9Hs=",
343
+ "lastModified": 1746576598,
344
+ "narHash": "sha256-FshoQvr6Aor5SnORVvh/ZdJ1Sa2U4ZrIMwKBX5k2wu0=",
345
345
  "owner": "nixos",
346
346
  "repo": "nixpkgs",
347
- "rev": "ebe4301cbd8f81c4f8d3244b3632338bbeb6d49c",
347
+ "rev": "b3582c75c7f21ce0b429898980eddbbf05c68e55",
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.1.0",
3
+ "version": "2.1.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.6.0",
31
+ "@slidev/types": "51.6.2",
32
32
  "codemirror-theme-vars": "0.1.2",
33
33
  "qrious": "4.0.2",
34
34
  "vite-svg-loader": "5.1.0"
@@ -41,10 +41,10 @@
41
41
  "@semantic-release/github": "11.0.2",
42
42
  "@semantic-release/npm": "12.0.1",
43
43
  "@semantic-release/release-notes-generator": "14.0.3",
44
- "@slidev/cli": "51.6.0",
44
+ "@slidev/cli": "51.6.2",
45
45
  "conventional-changelog-conventionalcommits": "8.0.0",
46
- "eslint": "9.25.1",
47
- "eslint-plugin-vue": "10.0.0",
46
+ "eslint": "9.26.0",
47
+ "eslint-plugin-vue": "10.1.0",
48
48
  "playwright-chromium": "1.52.0"
49
49
  },
50
50
  "slidev": {