Skip to content

Commit 7f70a91

Browse files
committed
Add 'markdown-it' to dependencies to fix NPM build
1 parent 17751c7 commit 7f70a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"express": "^5.1.0",
1818
"jsonc-parser": "^3.3.1",
1919
"lru-cache": "^11.2.2",
20+
"markdown-it": "^14.1.0",
2021
"minimist": "^1.2.8",
2122
"source-map-support": "^0.5.21",
2223
"undici": "^7.16.0",
@@ -69,7 +70,6 @@
6970
"eslint-plugin-react": "^7.37.5",
7071
"eslint-plugin-react-hooks": "^5.2.0",
7172
"jest": "^30.1.3",
72-
"markdown-it": "^14.1.0",
7373
"mermaid": "^11.12.0",
7474
"playwright": "^1.56.0",
7575
"posthog-js": "^1.276.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"express": "^5.1.0",
5858
"jsonc-parser": "^3.3.1",
5959
"lru-cache": "^11.2.2",
60+
"markdown-it": "^14.1.0",
6061
"minimist": "^1.2.8",
6162
"source-map-support": "^0.5.21",
6263
"undici": "^7.16.0",
@@ -109,7 +110,6 @@
109110
"eslint-plugin-react-hooks": "^5.2.0",
110111
"escape-html": "^1.0.3",
111112
"jest": "^30.1.3",
112-
"markdown-it": "^14.1.0",
113113
"mermaid": "^11.12.0",
114114
"playwright": "^1.56.0",
115115
"posthog-js": "^1.276.0",

0 commit comments

Comments
 (0)