Skip to content

Commit

Permalink
fix: add other missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored and benjamincanac committed Sep 3, 2020
1 parent 50de6cd commit 39fd508
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
"hookable": "^4.1.2",
"html-tags": "^3.1.0",
"js-yaml": "3.14.0",
"mdast-util-to-hast": "^9.1.1",
"mkdirp": "^1.0.4",
"node-req": "^2.1.2",
"node-res": "^5.0.1",
"p-queue": "6.6.1",
"prismjs": "^1.21.0",
"property-information": "^5.5.0",
"rehype-raw": "^4.0.2",
"rehype-sort-attribute-values": "^3.0.2",
"rehype-sort-attributes": "^3.0.2",
Expand All @@ -46,6 +48,7 @@
"remark-slug": "^6.0.0",
"remark-squeeze-paragraphs": "^4.0.0",
"unified": "^9.2.0",
"unist-builder": "^2.0.3",
"ws": "^7.3.1",
"xml2js": "^0.4.23"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9654,7 +9654,7 @@ mdast-util-definitions@^3.0.0:
dependencies:
unist-util-visit "^2.0.0"

mdast-util-to-hast@^9.1.0:
mdast-util-to-hast@^9.1.0, mdast-util-to-hast@^9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-9.1.1.tgz#953ff12aed57464b11d7e5549a45913e561909fa"
integrity sha512-vpMWKFKM2mnle+YbNgDXxx95vv0CoLU0v/l3F5oFAG5DV7qwkZVWA206LsAdOnEVyf5vQcLnb3cWJywu7mUxsQ==
Expand Down Expand Up @@ -11995,7 +11995,7 @@ proper-lockfile@^4.1.1:
retry "^0.12.0"
signal-exit "^3.0.2"

property-information@^5.0.0, property-information@^5.3.0:
property-information@^5.0.0, property-information@^5.3.0, property-information@^5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.5.0.tgz#4dc075d493061a82e2b7d096f406e076ed859943"
integrity sha512-RgEbCx2HLa1chNgvChcx+rrCWD0ctBmGSE0M7lVm1yyv4UbvbrWoXp/BkVLZefzjrRBGW8/Js6uh/BnlHXFyjA==
Expand Down Expand Up @@ -14433,7 +14433,7 @@ unique-string@^1.0.0:
dependencies:
crypto-random-string "^1.0.0"

unist-builder@^2.0.0:
unist-builder@^2.0.0, unist-builder@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/unist-builder/-/unist-builder-2.0.3.tgz#77648711b5d86af0942f334397a33c5e91516436"
integrity sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==
Expand Down

0 comments on commit 39fd508

Please sign in to comment.