Skip to content

Commit 1ae7d7e

Browse files
authored
fix(core): memfs should be dev dependency (#1946)
1 parent e2bb592 commit 1ae7d7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"htmr": "^1.0.2",
6969
"lodash-es": "^4.17.21",
7070
"mdast-util-mdxjs-esm": "^1.3.1",
71-
"memfs": "^4.17.0",
7271
"picocolors": "^1.1.1",
7372
"react": "^18.3.1",
7473
"react-dom": "^18.3.1",
@@ -97,6 +96,7 @@
9796
"@types/node": "^18.11.17",
9897
"@types/react": "^18.3.18",
9998
"@types/react-dom": "^18.3.5",
99+
"memfs": "^4.17.0",
100100
"postcss": "8.5.3",
101101
"rehype-stringify": "^9.0.4",
102102
"remark-parse": "^10.0.2",

pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)