Skip to content

Commit

Permalink
Replace js-yaml by yaml package + tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ManUtopiK committed May 18, 2024
1 parent 076d5c6 commit 2420531
Show file tree
Hide file tree
Showing 6 changed files with 7,911 additions and 6,463 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@types/mdast": "^4.0.3",
"@types/unist": "^3.0.2",
"flat": "^6.0.1",
"js-yaml": "^4.1.0",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-to-markdown": "^2.1.0",
"micromark": "^4.0.0",
Expand All @@ -42,7 +41,8 @@
"stringify-entities": "^4.0.3",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1"
"unist-util-visit-parents": "^6.0.1",
"yaml": "^2.4.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
Expand Down
Loading

0 comments on commit 2420531

Please sign in to comment.