Skip to content

Commit

Permalink
HARMONY-1966: Downgrade markdown libs to deal with cicd build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygliuvt committed Dec 16, 2024
1 parent 5575723 commit 56c1c3a
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 78 deletions.
153 changes: 79 additions & 74 deletions services/harmony/package-lock.json

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

9 changes: 5 additions & 4 deletions services/harmony/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"node-fetch": "Version 3 requires ESM and has other breaking changes - see https://github.com/node-fetch/node-fetch/blob/main/docs/v3-UPGRADE-GUIDE.md",
"@xmldom/xmldom": "Version 0.9 causes issues with shapefile conversion middleware",
"@tmcw/togeojson": "Version 6 requires an update to @xmldom/xmldom, but we cannot update that library due to issues with shapefile conversion",
"markdown-it": "Syntax error for Harmony core services build in cicd",
"express-openapi": "Version 7 breaks the EDR schema parsing for query parameters that are arrays like bbox",
"shpjs": "Version 5 requires ESM",
"xstate": "Version 5 has breaking changes the state machine API",
Expand Down Expand Up @@ -126,13 +127,13 @@
"lodash": "^4.17.21",
"logform": "^2.4.0",
"lru-cache": "^11.0.2",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-copy": "^1.2.0",
"markdown-it-for-inline": "^2.0.1",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-github-toc": "^3.2.4",
"markdown-it-include": "^2.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-mark": "^3.0.1",
"markdown-it-replace-link": "^1.2.0",
"markdown-it-toc-done-right": "^4.2.0",
"minipass": "^7.1.2",
Expand Down

0 comments on commit 56c1c3a

Please sign in to comment.