@coldsmirk/inkstone-mantine 0.13.0 → 0.14.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coldsmirk/inkstone-mantine",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Mantine adapter for the inkstone Shiki highlighter: a CodeHighlight adapter that renders through the shared singleton with its catppuccin pair — the same palette the inkstone editors use.",
5
5
  "keywords": [
6
6
  "mantine",
@@ -34,7 +34,7 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@coldsmirk/inkstone-core": "^0.13.0"
37
+ "@coldsmirk/inkstone-core": "^0.14.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@mantine/code-highlight": "^9.4.1",