Skip to content

Commit

Permalink
feat: Update cspell to 6.17.0 (#2387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 5, 2022
1 parent 998efad commit a950ec5
Show file tree
Hide file tree
Showing 6 changed files with 124 additions and 124 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2278,14 +2278,14 @@
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.3",
"vsce": "^2.15.0"
"@vscode/vsce": "^2.15.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.16.0",
"@cspell/cspell-types": "^6.16.0",
"@cspell/cspell-bundled-dicts": "^6.17.0",
"@cspell/cspell-types": "^6.17.0",
"@types/react": "^17.0.52",
"cosmiconfig": "^8.0.0",
"cspell": "^6.16.0",
"cspell": "^6.17.0",
"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 @@ -24,7 +24,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-types": "^6.16.0",
"@cspell/cspell-types": "^6.17.0",
"@types/chai": "^4.3.4",
"@types/glob": "^8.0.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.16.0",
"@cspell/cspell-types": "^6.17.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.8",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.11.10",
"common-utils": "1.0.0",
"cspell-glob": "^6.16.0",
"cspell-lib": "^6.16.0",
"cspell-glob": "^6.17.0",
"cspell-lib": "^6.17.0",
"fs-extra": "^11.1.0",
"gensequence": "^4.0.2",
"iconv-lite": "^0.6.3",
Expand All @@ -52,8 +52,8 @@
"webpack-cli": "^5.0.0"
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^6.16.0",
"cspell-gitignore": "^6.16.0"
"@cspell/cspell-bundled-dicts": "^6.17.0",
"cspell-gitignore": "^6.17.0"
},
"scripts": {
"clean": "rimraf 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.16.0",
"@cspell/cspell-types": "^6.17.0",
"@types/jest": "^28.1.8",
"@types/node": "^18.11.10",
"common-utils": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test-watch": "jest --watch"
},
"devDependencies": {
"@cspell/cspell-types": "^6.16.0",
"@cspell/cspell-types": "^6.17.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^28.1.8",
"@types/jest-when": "^3.5.2",
Expand All @@ -39,7 +39,7 @@
"comment-json": "^4.2.3",
"common-utils": "1.0.0",
"cross-env": "^7.0.3",
"cspell-lib": "^6.16.0",
"cspell-lib": "^6.17.0",
"fs-extra": "^11.1.0",
"jest": "^28.1.3",
"jest-mock-vscode": "^1.2.1",
Expand Down

0 comments on commit a950ec5

Please sign in to comment.