Skip to content

Commit ef2886b

Browse files
committed
fix: remplacer la dépendance 'yaml' par 'yaml-lint' dans package.json et package-lock.json
1 parent 0426d8e commit ef2886b

File tree

2 files changed

+208
-13
lines changed

2 files changed

+208
-13
lines changed

package-lock.json

Lines changed: 207 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"jscpd": "^4.0.5",
2424
"markdownlint-cli": "^0.45.0",
2525
"release-it": "^19.0.5",
26-
"yaml": "^2.8.1"
26+
"yaml-lint": "^1.7.0"
2727
}
2828
}

0 commit comments

Comments
 (0)