Skip to content

Commit

Permalink
Move markdown-it to package it is used in.
Browse files Browse the repository at this point in the history
Mark as nohoist to prevent entities dependency collisions.
  • Loading branch information
rtibbles committed Sep 27, 2022
1 parent 109789b commit 06c9ada
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion kolibri/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"lockr": "0.8.4",
"lodash": "^4.17.21",
"loglevel": "^1.4.1",
"markdown-it": "12.3.2",
"screenfull": "^4.0.0",
"shave": "^5.0.0",
"tinycolor2": "^1.4.2",
Expand Down
4 changes: 4 additions & 0 deletions kolibri/plugins/coach/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"description": "Coach Plugin for Kolibri",
"private": true,
"version": "0.0.1",
"workspaces": {
"nohoist": ["markdown-it", "markdown-it/**"]
},
"dependencies": {
"markdown-it": "12.3.2",
"truncate-utf8-bytes": "^1.0.2"
}
}
1 change: 0 additions & 1 deletion packages/kolibri-core-for-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"lockr": "0.8.4",
"lodash": "^4.17.21",
"loglevel": "^1.4.1",
"markdown-it": "12.3.2",
"screenfull": "^4.0.0",
"shave": "^5.0.0",
"tinycolor2": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8397,7 +8397,7 @@ mdn-data@2.0.23:
mdurl@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz#fe85b2ec75a59037f2adfec100fd6c601761152e"
integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=
integrity sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==

media-typer@0.3.0:
version "0.3.0"
Expand Down

0 comments on commit 06c9ada

Please sign in to comment.