azure-sdk-for-cpp/eng/common/spelling/package.json
Azure SDK Bot 18300fa13c
Sync eng/common directory with azure-sdk-tools for PR 2352 (#3145)
* Add spell check pin changes

* Apply suggestions from code review

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* Add package-lock.json

* Set node version and upgrade npm in check-spelling.yml

* Do not mutate local NPM environment

* Remove unnecessary comment, we no longer use npm exec

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2021-12-02 08:39:07 -08:00

11 lines
221 B
JSON

{
"name": "cspell-version-pin",
"version": "0.1.1",
"dependencies": {
"@cspell/cspell-bundled-dicts": "^5.12.3",
"@cspell/cspell-types": "^5.12.3",
"cspell": "^5.12.3",
"cspell-lib": "^5.12.3"
}
}