chore: udpate usage in techdocs-common too to avoid pulling in two versions of js-yam

This commit is contained in:
blam
2021-01-04 11:22:15 +01:00
parent 153db01fc4
commit 9ca93c9f7a
3 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -48,7 +48,7 @@
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"git-url-parse": "^11.4.3",
"js-yaml": "^3.14.0",
"js-yaml": "^4.0.0",
"mime-types": "^2.1.27",
"mock-fs": "^4.13.0",
"recursive-readdir": "^2.2.2",
@@ -58,7 +58,7 @@
"@backstage/cli": "^0.4.4",
"@types/fs-extra": "^9.0.5",
"@types/git-url-parse": "^9.0.0",
"@types/js-yaml": "^3.12.5",
"@types/js-yaml": "^4.0.0",
"@types/mime-types": "^2.1.0",
"@types/mock-fs": "^4.13.0",
"@types/recursive-readdir": "^2.2.0"