FIX: Use the same hljs version in prod and tests (#14913)

It was at ~10.7.0 (`7f3240ea`) in tests and 10.6.0 (`eb122d3b`) in production build before… So my #14908 broke the build.
This commit is contained in:
Jarek Radosz
2021-11-13 01:45:02 +01:00
committed by GitHub
parent 9c6ad955aa
commit 904275a8f1
41 changed files with 2543 additions and 1209 deletions

View File

@@ -8,7 +8,7 @@
"dependencies": {
"@discourse/itsatrap": "^2.0.10",
"@fortawesome/fontawesome-free": "5.11.2",
"@highlightjs/cdn-assets": "^10.6.0",
"@highlightjs/cdn-assets": "^10.7.0",
"@json-editor/json-editor": "^2.5.2",
"@popperjs/core": "v2.9.3",
"@uppy/aws-s3": "^2.0.4",