@md-plugins/md-plugin-codeblocks 0.1.0-beta.23 → 0.1.0-beta.25

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -195,8 +195,8 @@ In case this README falls out of date, please refer to the [documentation](https
195
195
 
196
196
  If md-plugin-codeblocks is useful in your workflow and you want to support ongoing maintenance:
197
197
 
198
- GitHub Sponsors: https://github.com/sponsors/hawkeye64
199
- PayPal: https://paypal.me/hawkeye64
198
+ - GitHub Sponsors: https://github.com/sponsors/hawkeye64
199
+ - PayPal: https://paypal.me/hawkeye64
200
200
 
201
201
  ## License
202
202
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-codeblocks",
3
- "version": "0.1.0-beta.23",
3
+ "version": "0.1.0-beta.25",
4
4
  "description": "A markdown-it plugin for code blocks.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -36,14 +36,14 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@shikijs/transformers": "^4.1.0",
40
- "@shikijs/twoslash": "^4.1.0",
41
- "shiki": "^4.1.0"
39
+ "@shikijs/transformers": "^4.2.0",
40
+ "@shikijs/twoslash": "^4.2.0",
41
+ "shiki": "^4.2.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/markdown-it": "^14.1.2",
45
45
  "markdown-it": "^14.2.0",
46
- "@md-plugins/shared": "0.1.0-beta.23"
46
+ "@md-plugins/shared": "0.1.0-beta.25"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "markdown-it": "^14.2.0"