Skip to content

Commit c8acfb3

Browse files
ibacherdenniskigen
andauthored
(chore) Namespace the typedoc plugin (#1440)
Co-authored-by: Dennis Kigen <kigen.work@gmail.com>
1 parent 7ade0f4 commit c8acfb3

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

packages/framework/esm-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"swr": "2.x"
9090
},
9191
"devDependencies": {
92+
"@openmrs/typedoc-plugin-file-categories": "workspace:*",
9293
"@rspack/cli": "^1.3.11",
9394
"@rspack/core": "^1.3.11",
9495
"concurrently": "^9.1.2",
@@ -98,7 +99,6 @@
9899
"sass-embedded": "^1.89.0",
99100
"svgo-loader": "^4.0.0",
100101
"typedoc": "^0.28.5",
101-
"typedoc-plugin-file-categories": "workspace:*",
102102
"typedoc-plugin-markdown": "^4.6.3",
103103
"typedoc-plugin-no-inherit": "^1.6.1",
104104
"typescript": "^5.8.3",

packages/framework/esm-framework/typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"plugin": [
12-
"typedoc-plugin-file-categories",
12+
"@openmrs/typedoc-plugin-file-categories",
1313
"typedoc-plugin-markdown",
1414
"typedoc-plugin-no-inherit"
1515
],

packages/tooling/typedoc-plugin-file-categories/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "typedoc-plugin-file-categories",
2+
"name": "@openmrs/typedoc-plugin-file-categories",
33
"version": "6.2.0",
44
"license": "MPL-2.0",
55
"type": "module",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3807,6 +3807,7 @@ __metadata:
38073807
"@openmrs/esm-styleguide": "workspace:*"
38083808
"@openmrs/esm-translations": "workspace:*"
38093809
"@openmrs/esm-utils": "workspace:*"
3810+
"@openmrs/typedoc-plugin-file-categories": "workspace:*"
38103811
"@rspack/cli": "npm:^1.3.11"
38113812
"@rspack/core": "npm:^1.3.11"
38123813
concurrently: "npm:^9.1.2"
@@ -3816,7 +3817,6 @@ __metadata:
38163817
sass-embedded: "npm:^1.89.0"
38173818
svgo-loader: "npm:^4.0.0"
38183819
typedoc: "npm:^0.28.5"
3819-
typedoc-plugin-file-categories: "workspace:*"
38203820
typedoc-plugin-markdown: "npm:^4.6.3"
38213821
typedoc-plugin-no-inherit: "npm:^1.6.1"
38223822
typescript: "npm:^5.8.3"
@@ -4269,6 +4269,21 @@ __metadata:
42694269
languageName: unknown
42704270
linkType: soft
42714271

4272+
"@openmrs/typedoc-plugin-file-categories@workspace:*, @openmrs/typedoc-plugin-file-categories@workspace:packages/tooling/typedoc-plugin-file-categories":
4273+
version: 0.0.0-use.local
4274+
resolution: "@openmrs/typedoc-plugin-file-categories@workspace:packages/tooling/typedoc-plugin-file-categories"
4275+
dependencies:
4276+
"@swc/cli": "npm:^0.7.7"
4277+
"@swc/core": "npm:^1.11.29"
4278+
rimraf: "npm:^6.0.1"
4279+
typedoc: "npm:^0.28.5"
4280+
typescript: "npm:^5.8.3"
4281+
vitest: "npm:^3.1.4"
4282+
peerDependencies:
4283+
typedoc: ">=0.28.0"
4284+
languageName: unknown
4285+
linkType: soft
4286+
42724287
"@openmrs/webpack-config@workspace:*, @openmrs/webpack-config@workspace:packages/tooling/webpack-config":
42734288
version: 0.0.0-use.local
42744289
resolution: "@openmrs/webpack-config@workspace:packages/tooling/webpack-config"
@@ -21042,21 +21057,6 @@ __metadata:
2104221057
languageName: node
2104321058
linkType: hard
2104421059

21045-
"typedoc-plugin-file-categories@workspace:*, typedoc-plugin-file-categories@workspace:packages/tooling/typedoc-plugin-file-categories":
21046-
version: 0.0.0-use.local
21047-
resolution: "typedoc-plugin-file-categories@workspace:packages/tooling/typedoc-plugin-file-categories"
21048-
dependencies:
21049-
"@swc/cli": "npm:^0.7.7"
21050-
"@swc/core": "npm:^1.11.29"
21051-
rimraf: "npm:^6.0.1"
21052-
typedoc: "npm:^0.28.5"
21053-
typescript: "npm:^5.8.3"
21054-
vitest: "npm:^3.1.4"
21055-
peerDependencies:
21056-
typedoc: ">=0.28.0"
21057-
languageName: unknown
21058-
linkType: soft
21059-
2106021060
"typedoc-plugin-markdown@npm:^4.6.3":
2106121061
version: 4.7.0
2106221062
resolution: "typedoc-plugin-markdown@npm:4.7.0"

0 commit comments

Comments
 (0)