Skip to content

Commit

Permalink
Use fork for compatibility hack also dep update (#1966)
Browse files Browse the repository at this point in the history
Applies to #1965 *(not closing in case production doesn't work since prior inconsistent test results... will close if applicable)*

Post #1957 *(also may need to revert partial #1964 shortly after full retest)*

Auto-merge
  • Loading branch information
Martii authored Jun 24, 2022
1 parent 2f68096 commit 1069e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Repository | Reference | Recent Version
[aws-sdk][aws-sdkGHUrl] | [Documentation][aws-sdkDOCUrl] | [![NPM version][aws-sdkNPMVersionImage]][aws-sdkNPMUrl]
[body-parser][body-parserGHUrl] | [Documentation][body-parserDOCUrl] | [![NPM version][body-parserNPMVersionImage]][body-parserNPMUrl]
[bootstrap][bootstrapGHUrl] | [Documentation][bootstrapDOCUrl] | [![NPM version][bootstrapNPMVersionImage]][bootstrapNPMUrl]
[bootstrap-markdown][bootstrap-markdownGHUrl] | [Documentation][bootstrap-markdownDOCUrl] | [![NPM version][bootstrap-markdownNPMVersionImage]][bootstrap-markdownNPMUrl]
[bootstrap-markdown][bootstrap-markdownGHUrl] <br />&#x22D4; [`marked4.x`][bootstrap-markdownGHUrlForkUrl] | [Documentation][bootstrap-markdownDOCUrl] | [![NPM version][bootstrap-markdownNPMVersionImage]][bootstrap-markdownNPMUrl]
[clipboard][clipboardGHUrl] | [Documentation][clipboardDOCUrl] | [![NPM version][clipboardNPMVersionImage]][clipboardNPMUrl]
[compression][compressionGHUrl] | [Documentation][compressionDOCUrl] | [![NPM version][compressionNPMVersionImage]][compressionNPMUrl]
[connect-mongo][connect-mongoGHUrl] | [Documentation][connect-mongoDOCUrl] | [![NPM version][connect-mongoNPMVersionImage]][connect-mongoNPMUrl]
Expand Down Expand Up @@ -161,6 +161,7 @@ Outdated dependencies list can be achieved with `$ npm outdated` from the termin
[bootstrapNPMVersionImage]: https://img.shields.io/npm/v/bootstrap.svg?style=flat

[bootstrap-markdownGHUrl]: https://github.com/refactory-id/bootstrap-markdown
[bootstrap-markdownGHUrlForkUrl]: https://github.com/OpenUserJS/bootstrap-markdown/tree/marked4.x
[bootstrap-markdownDOCUrl]: https://refactory-id.github.io/bootstrap-markdown/
[bootstrap-markdownNPMUrl]: https://www.npmjs.com/package/bootstrap-markdown
[bootstrap-markdownNPMVersionImage]: https://img.shields.io/npm/v/bootstrap-markdown.svg?style=flat
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"aws-sdk": "2.1141.0",
"body-parser": "1.20.0",
"bootstrap": "3.4.1",
"bootstrap-markdown": "2.10.0",
"bootstrap-markdown": "git+https://github.com/OpenUserJS/bootstrap-markdown.git#marked4.x",
"clipboard": "2.0.11",
"compression": "1.7.4",
"connect-mongo": "3.2.0",
Expand All @@ -35,7 +35,7 @@
"js-beautify": "1.14.3",
"jsdom": "19.0.0",
"less-middleware": "3.1.0",
"marked": "4.0.16",
"marked": "4.0.17",
"media-type": "0.3.1",
"method-override": "3.0.0",
"mime-db": "1.52.0",
Expand Down

0 comments on commit 1069e82

Please sign in to comment.