Skip to content

Commit fb3edb3

Browse files
authored
chore: replace js-yaml by yaml package(#82)
--------- Co-authored-by: Farnabaz <[email protected]>
1 parent c61760c commit fb3edb3

7 files changed

+9132
-7791
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@types/mdast": "^4.0.3",
2929
"@types/unist": "^3.0.2",
3030
"flat": "^6.0.1",
31-
"js-yaml": "^4.1.0",
3231
"mdast-util-from-markdown": "^2.0.0",
3332
"mdast-util-to-markdown": "^2.1.0",
3433
"micromark": "^4.0.0",
@@ -42,7 +41,8 @@
4241
"stringify-entities": "^4.0.3",
4342
"unified": "^11.0.4",
4443
"unist-util-visit": "^5.0.0",
45-
"unist-util-visit-parents": "^6.0.1"
44+
"unist-util-visit-parents": "^6.0.1",
45+
"yaml": "^2.4.2"
4646
},
4747
"devDependencies": {
4848
"@nuxt/eslint-config": "^0.2.0",

0 commit comments

Comments
 (0)