-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(api-markdown-documenter): Remove unused deps and upgrade fluid …
…deps (#23977)
- Loading branch information
1 parent
b95855e
commit bc3ca5e
Showing
2 changed files
with
810 additions
and
697 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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" | ||
|
@@ -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]" | ||
} | ||
} | ||
} |
Oops, something went wrong.