Skip to content

Commit

Permalink
build(api-markdown-documenter): Remove unused deps and upgrade fluid …
Browse files Browse the repository at this point in the history
…deps (#23977)
  • Loading branch information
tylerbutler authored Mar 11, 2025
1 parent b95855e commit bc3ca5e
Show file tree
Hide file tree
Showing 2 changed files with 810 additions and 697 deletions.
20 changes: 4 additions & 16 deletions tools/api-markdown-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"format": "npm run format:biome",
"format-and-build": "npm run format && npm run build",
"format:biome": "biome check . --write",
"good-fences": "gf",
"lint": "npm run good-fences && npm run eslint",
"lint:fences": "npm run good-fences",
"lint": "npm run eslint",
"lint:fix": "npm run eslint:fix",
"rebuild": "npm run clean && npm run build",
"test": "npm run test:mocha",
Expand Down Expand Up @@ -87,10 +85,10 @@
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@fluid-internal/mocha-test-setup": "~2.0.0-rc.3.0.3",
"@fluid-internal/mocha-test-setup": "~2.23.0",
"@fluid-tools/markdown-magic": "file:../markdown-magic",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.44.0",
"@fluidframework/build-tools": "^0.54.0",
"@fluidframework/eslint-config-fluid": "^5.5.1",
"@microsoft/api-extractor": "^7.45.1",
"@types/chai": "^4.3.4",
Expand All @@ -107,10 +105,8 @@
"eslint": "~8.55.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"good-fences": "^1.2.0",
"mocha": "^10.2.0",
"mocha": "^10.8.2",
"mocha-multi-reporters": "^1.5.1",
"moment": "^2.29.4",
"prettier": "~3.0.3",
"rimraf": "^5.0.0",
"typescript": "~5.1.6"
Expand All @@ -123,13 +119,5 @@
"^tsc"
]
}
},
"pnpm": {
"comments": [
"nodegit is replaced with an empty package here because it's currently only used by good-fences for features we do not need, and has issues building when changing node versions. See https://github.com/smikula/good-fences/issues/105 for details."
],
"overrides": {
"nodegit": "npm:[email protected]"
}
}
}
Loading

0 comments on commit bc3ca5e

Please sign in to comment.