Skip to content

Commit

Permalink
feat: Update CSpell to 6.19.2 (#2454)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 30ee05f commit 70b65a9
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 176 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2493,9 +2493,9 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.18.1",
"@cspell/cspell-types": "^6.18.1",
"@types/react": "^17.0.52",
"@cspell/cspell-bundled-dicts": "^6.19.2",
"@cspell/cspell-types": "^6.19.2",
"@types/react": "^17.0.53",
"cosmiconfig": "^8.0.0",
"cspell": "^6.19.2",
"regexp-worker": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/___buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"@types/json-schema": "^7.0.11",
"ts-jest": "^29.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/__locale-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepare": "yarn build"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"jest": "^29.3.1",
"ts-jest": "^29.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/__utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"watch": "tsc -p . --watch"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"jest": "^29.3.1",
"ts-jest": "^29.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^6.18.1",
"@cspell/cspell-types": "^6.19.2",
"@types/chai": "^4.3.4",
"@types/glob": "^8.0.0",
"@types/glob": "^8.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/vscode": "^1.74.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.18.1",
"@cspell/cspell-types": "^6.19.2",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.11.18",
"common-utils": "1.0.0",
"cspell-glob": "^6.18.1",
"cspell-lib": "^6.18.1",
"cspell-glob": "^6.19.2",
"cspell-lib": "^6.19.2",
"fs-extra": "^11.1.0",
"gensequence": "^4.0.3",
"iconv-lite": "^0.6.3",
"jest": "^29.3.1",
"lorem-ipsum": "^2.0.8",
"micromatch": "^4.0.5",
"minimatch": "^5.1.4",
"minimatch": "^5.1.6",
"node-watch": "^0.7.3",
"rxjs": "^7.8.0",
"ts-jest": "^29.0.5",
Expand All @@ -52,8 +52,8 @@
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.18.1",
"cspell-gitignore": "^6.18.1"
"@cspell/cspell-bundled-dicts": "^6.19.2",
"cspell-gitignore": "^6.19.2"
},
"scripts": {
"clean": "rimraf dist temp out coverage",
Expand Down
4 changes: 2 additions & 2 deletions packages/_serverPatternMatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
}
},
"devDependencies": {
"@cspell/cspell-types": "^6.18.1",
"@types/jest": "^29.2.5",
"@cspell/cspell-types": "^6.19.2",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"common-utils": "1.0.0",
"jest": "^29.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@types/clone-deep": "^4.0.1",
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@types/react": "^17.0.52",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.18",
"@types/react-test-renderer": "^17.0.2",
"browser-resolve": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"test-watch": "jest --watch"
},
"devDependencies": {
"@cspell/cspell-types": "^6.18.1",
"@cspell/cspell-types": "^6.19.2",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"@types/jest-when": "^3.5.2",
"@types/kefir": "^3.8.7",
"@types/node": "^18.11.18",
Expand All @@ -39,7 +39,7 @@
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
"cspell-lib": "^6.18.1",
"cspell-lib": "^6.19.2",
"fs-extra": "^11.1.0",
"jest": "^29.3.1",
"jest-mock-vscode": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/package-json-dependency-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/glob": "^8.0.0",
"@types/glob": "^8.0.1",
"@types/semver": "^7.3.13",
"@types/yarnpkg__lockfile": "^1.1.5"
}
Expand Down
Loading

0 comments on commit 70b65a9

Please sign in to comment.