Upgrade highlight.js to fix binary numbers in Elixir not being
highlighted Also upgrade pg
This commit is contained in:
parent
e1457b8ecb
commit
0329cfa85c
File diff suppressed because it is too large
Load Diff
|
@ -11,7 +11,6 @@
|
|||
"@types/body-parser": "^1.17.0",
|
||||
"@types/ejs": "^2.6.3",
|
||||
"@types/express": "^4.16.1",
|
||||
"@types/highlight.js": "^9.12.3",
|
||||
"@types/markdown-it": "0.0.7",
|
||||
"@types/morgan": "^1.7.35",
|
||||
"@types/node-sass": "^3.10.32",
|
||||
|
@ -25,12 +24,12 @@
|
|||
"date-fns": "^1.30.1",
|
||||
"ejs": "^2.6.1",
|
||||
"express": "^4.16.4",
|
||||
"highlight.js": "^9.13.1",
|
||||
"highlight.js": "^10.5.0",
|
||||
"markdown-it": "^8.4.2",
|
||||
"markdown-it-footnote": "^3.0.2",
|
||||
"morgan": "^1.9.1",
|
||||
"node-sass": "^4.13.1",
|
||||
"pg": "^7.11.0",
|
||||
"pg": "^8.5.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"request": "^2.88.0",
|
||||
"sanitize-html": "^1.20.0",
|
||||
|
|
Loading…
Reference in New Issue