* 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>
11 lines
221 B
JSON
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"
|
|
}
|
|
}
|