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 Jan 13, 2023
1 parent 3fb173e commit f5468b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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.5",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"markdown-it": "13.0.1",
"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": "13.0.1",
"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.5",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"markdown-it": "13.0.1",
"screenfull": "^4.0.0",
"shave": "^5.0.0",
"tinycolor2": "^1.4.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/template@^7.10.1", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3":
"@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3":
version "7.20.7"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
Expand All @@ -971,7 +971,7 @@
"@babel/parser" "^7.20.7"
"@babel/types" "^7.20.7"

"@babel/traverse@^7.10.1", "@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.7.2":
"@babel/traverse@^7.18.11", "@babel/traverse@^7.18.9", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7", "@babel/traverse@^7.7.2":
version "7.20.12"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
Expand Down Expand Up @@ -7856,7 +7856,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 f5468b2

Please sign in to comment.