Skip to content

Commit

Permalink
fix: Update cspell (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 18, 2023
1 parent c45488e commit f6d0ca4
Show file tree
Hide file tree
Showing 8 changed files with 260 additions and 260 deletions.
10 changes: 5 additions & 5 deletions modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"dependencies": {
"gensequence": "^4.0.3",
"@types/fs-extra": "^11.0.1",
"@cspell/cspell-types": "^6.30.0",
"cspell-glob": "^6.30.0",
"cspell-lib": "^6.30.0",
"@cspell/cspell-types": "^6.30.1",
"cspell-glob": "^6.30.1",
"cspell-lib": "^6.30.1",
"fs-extra": "^11.1.0",
"node-watch": "^0.7.3",
"rxjs": "^7.8.0",
"vscode-languageserver": "^8.1.0",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-uri": "^3.0.7",
"@cspell/cspell-bundled-dicts": "^6.30.0",
"cspell-gitignore": "^6.30.0"
"@cspell/cspell-bundled-dicts": "^6.30.1",
"cspell-gitignore": "^6.30.1"
},
"engines": {
"node": ">16.0.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2566,11 +2566,11 @@
"vitest": "^0.29.3"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.30.0",
"@cspell/cspell-types": "^6.30.0",
"@cspell/cspell-bundled-dicts": "^6.30.1",
"@cspell/cspell-types": "^6.30.1",
"@types/react": "^17.0.53",
"cosmiconfig": "^8.1.0",
"cspell": "^6.30.0",
"cosmiconfig": "^8.1.2",
"cspell": "^6.30.1",
"regexp-worker": "^2.0.1"
},
"comment-resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^6.30.0",
"@cspell/cspell-types": "^6.30.1",
"@types/chai": "^4.3.4",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.30.0",
"@cspell/cspell-types": "^6.30.1",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.15.3",
"common-utils": "1.0.0",
"cspell-glob": "^6.30.0",
"cspell-lib": "^6.30.0",
"cspell-glob": "^6.30.1",
"cspell-lib": "^6.30.1",
"fs-extra": "^11.1.0",
"gensequence": "^4.0.3",
"iconv-lite": "^0.6.3",
Expand All @@ -52,8 +52,8 @@
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.30.0",
"cspell-gitignore": "^6.30.0"
"@cspell/cspell-bundled-dicts": "^6.30.1",
"cspell-gitignore": "^6.30.1"
},
"scripts": {
"clean": "shx rm -rf dist temp out coverage",
Expand Down
2 changes: 1 addition & 1 deletion packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.30.0",
"@cspell/cspell-types": "^6.30.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"common-utils": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"vscode-uri": "^3.0.7",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0"
"webpack-dev-server": "^4.13.0"
},
"files": [
"out/api/**",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test-watch": "jest --watch"
},
"devDependencies": {
"@cspell/cspell-types": "^6.30.0",
"@cspell/cspell-types": "^6.30.1",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
"@types/jest-when": "^3.5.2",
Expand All @@ -38,7 +38,7 @@
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
"cspell-lib": "^6.30.0",
"cspell-lib": "^6.30.1",
"fs-extra": "^11.1.0",
"jest": "^29.5.0",
"jest-mock-vscode": "^1.3.0",
Expand Down
482 changes: 241 additions & 241 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f6d0ca4

Please sign in to comment.