Skip to content

Commit a5da30c

Browse files
committed
Fix some deps
1 parent 846fec0 commit a5da30c

File tree

3 files changed

+39
-303
lines changed

3 files changed

+39
-303
lines changed

packages/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@code-hike/smooth-code": "^0.3.0-next.0",
3030
"@code-hike/utils": "^0.3.0-next.0",
3131
"@codesandbox/sandpack-client": "^0.1.20",
32-
"estree-util-value-to-estree": "^1.3.0",
3332
"hast-util-to-estree": "^1.4.0",
33+
"is-plain-obj": "^3.0.0",
3434
"node-fetch": "^2.0.0",
3535
"remark-rehype": "^8.1.0",
3636
"unified": "^9.2.2",

packages/script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"autoprefixer": "^9.8.2",
1111
"cssnano": "^4.1.10",
1212
"edit-json-file": "^1.5.0",
13-
"node-sass": "^5.0.0",
13+
"node-sass": "^6.0.0",
1414
"rollup": "^2.41.2",
1515
"rollup-plugin-copy": "^3.3.0",
1616
"rollup-plugin-postcss": "^4.0.0",

0 commit comments

Comments
 (0)