@valkyrianlabs/payload-markdown 1.3.2 → 1.3.4
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.
- package/README.md +4 -4
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://github.com/valkyrianlabs/payload-markdown/actions)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[](https://www.npmjs.com/package/@valkyrianlabs/payload-markdown)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
[](https://www.npmjs.com/package/@valkyrianlabs/payload-markdown)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
[](https://github.com/valkyrianlabs/payload-markdown?tab=MIT-1-ov-file)
|
|
10
10
|
|
|
11
11
|
# Payload Markdown
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valkyrianlabs/payload-markdown",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Structured Markdown editing and rendering for Payload CMS with CodeMirror, Shiki, directives, themes, and server-first output.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/valkyrianlabs/payload-markdown"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@playwright/test": "1.58.2",
|
|
66
66
|
"@swc-node/register": "1.10.9",
|
|
67
67
|
"@swc/cli": "0.6.0",
|
|
68
|
-
"@tailwindcss/postcss": "^4.
|
|
68
|
+
"@tailwindcss/postcss": "^4.3.0",
|
|
69
69
|
"@tailwindcss/typography": "^0.5.19",
|
|
70
70
|
"@types/hast": "^3.0.4",
|
|
71
71
|
"@types/mdast": "^4.0.4",
|
|
@@ -73,16 +73,17 @@
|
|
|
73
73
|
"@types/react": "19.2.14",
|
|
74
74
|
"@types/react-dom": "19.2.3",
|
|
75
75
|
"@types/unist": "^3.0.3",
|
|
76
|
+
"@valkyrianlabs/payload-markdown-docs": "latest",
|
|
76
77
|
"copyfiles": "2.4.1",
|
|
77
78
|
"cross-env": "^7.0.3",
|
|
78
79
|
"eslint": "^9.39.4",
|
|
79
80
|
"eslint-config-next": "16.2.1",
|
|
80
|
-
"graphql": "^16.
|
|
81
|
+
"graphql": "^16.14.0",
|
|
81
82
|
"mongodb-memory-server": "10.1.4",
|
|
82
|
-
"next": "^16.2.
|
|
83
|
+
"next": "^16.2.6",
|
|
83
84
|
"open": "^10.2.0",
|
|
84
85
|
"payload": "latest",
|
|
85
|
-
"postcss": "^8.5.
|
|
86
|
+
"postcss": "^8.5.14",
|
|
86
87
|
"prettier": "^3.8.3",
|
|
87
88
|
"qs-esm": "7.0.2",
|
|
88
89
|
"react": "19.2.4",
|
|
@@ -90,7 +91,7 @@
|
|
|
90
91
|
"rimraf": "3.0.2",
|
|
91
92
|
"sharp": "0.34.2",
|
|
92
93
|
"sort-package-json": "^2.15.1",
|
|
93
|
-
"tailwindcss": "^4.
|
|
94
|
+
"tailwindcss": "^4.3.0",
|
|
94
95
|
"typescript": "5.7.3",
|
|
95
96
|
"vite-tsconfig-paths": "6.0.5",
|
|
96
97
|
"vitest": "4.0.18"
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
},
|
|
140
141
|
"registry": "https://registry.npmjs.org/",
|
|
141
142
|
"dependencies": {
|
|
142
|
-
"@codemirror/autocomplete": "^6.20.
|
|
143
|
+
"@codemirror/autocomplete": "^6.20.2",
|
|
143
144
|
"@codemirror/commands": "^6.10.3",
|
|
144
145
|
"@codemirror/lang-angular": "^0.1.4",
|
|
145
146
|
"@codemirror/lang-cpp": "^6.0.3",
|
|
@@ -159,9 +160,9 @@
|
|
|
159
160
|
"@codemirror/lang-xml": "^6.1.0",
|
|
160
161
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
161
162
|
"@codemirror/language": "^6.12.3",
|
|
162
|
-
"@codemirror/lint": "^6.9.
|
|
163
|
+
"@codemirror/lint": "^6.9.6",
|
|
163
164
|
"@codemirror/state": "^6.6.0",
|
|
164
|
-
"@codemirror/view": "^6.
|
|
165
|
+
"@codemirror/view": "^6.42.1",
|
|
165
166
|
"@lezer/highlight": "^1.2.3",
|
|
166
167
|
"hast-util-from-html": "^2.0.3",
|
|
167
168
|
"hast-util-sanitize": "^5.0.2",
|