Skip to content

Commit

Permalink
chore(docs): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored and fritzy committed Nov 18, 2021
1 parent ca59987 commit 4496ac4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
52 changes: 26 additions & 26 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
"cmark-gfm": "^0.8.3",
"jsdom": "^18.1.0",
"cmark-gfm": "^0.9.0",
"marked-man": "^0.7.0",
"yaml": "^1.10.0"
}
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"version": "1.0.0",
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
"cmark-gfm": "^0.8.3",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"yaml": "^1.10.0"
Expand Down Expand Up @@ -1920,9 +1920,9 @@
}
},
"node_modules/cmark-gfm": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/cmark-gfm/-/cmark-gfm-0.8.5.tgz",
"integrity": "sha512-Ykt0MVYYUAJKH0z2MIPr9bekge+SGUPnfJe16cqiT75ypk5B2LIuOYQPquKfn/Mn5LvuH/CMrBxV1RzilPa13A==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/cmark-gfm/-/cmark-gfm-0.9.0.tgz",
"integrity": "sha512-zt++V303Zh+kqS3PERSq1knHT21TpKjbVUF/U63QhLktEH+eeZymv+mHz+6IhcTN5Hy85LdkgdKlroa/Jc6Wvg==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
Expand All @@ -1931,7 +1931,7 @@
"prebuild-install": "^6.0.0"
},
"engines": {
"node": ">=10"
"node": ">= 12"
}
},
"node_modules/cmd-shim": {
Expand Down Expand Up @@ -11514,9 +11514,9 @@
"integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4="
},
"cmark-gfm": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/cmark-gfm/-/cmark-gfm-0.8.5.tgz",
"integrity": "sha512-Ykt0MVYYUAJKH0z2MIPr9bekge+SGUPnfJe16cqiT75ypk5B2LIuOYQPquKfn/Mn5LvuH/CMrBxV1RzilPa13A==",
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/cmark-gfm/-/cmark-gfm-0.9.0.tgz",
"integrity": "sha512-zt++V303Zh+kqS3PERSq1knHT21TpKjbVUF/U63QhLktEH+eeZymv+mHz+6IhcTN5Hy85LdkgdKlroa/Jc6Wvg==",
"dev": true,
"requires": {
"bindings": "^1.5.0",
Expand Down Expand Up @@ -11853,7 +11853,7 @@
"version": "file:docs",
"requires": {
"@mdx-js/mdx": "^1.6.22",
"cmark-gfm": "^0.8.3",
"cmark-gfm": "^0.9.0",
"jsdom": "^18.1.0",
"marked-man": "^0.7.0",
"yaml": "^1.10.0"
Expand Down

0 comments on commit 4496ac4

Please sign in to comment.