Skip to content

Commit

Permalink
fix: Update cspell and other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 19, 2020
1 parent cce6561 commit 2a12c03
Show file tree
Hide file tree
Showing 8 changed files with 233 additions and 289 deletions.
60 changes: 25 additions & 35 deletions packages/_integrationTests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,19 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/chai": "^4.2.9",
"@types/glob": "^7.1.1",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.25",
"@types/node": "^12.12.27",
"@types/vscode": "^1.42.0",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"chai": "^4.2.0",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"glob": "^7.1.6",
"mocha": "^6.2.2",
"rimraf": "^3.0.0",
"rimraf": "^3.0.2",
"typescript": "^3.7.5",
"vscode-test": "^1.3.0"
}
Expand Down
114 changes: 52 additions & 62 deletions packages/_server/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
"node": ">=8"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^24.9.1",
"@types/jest-diff": "^20.0.1",
"@types/lorem-ipsum": "^1.0.2",
"@types/micromatch": "^3.1.1",
"@types/node": "^11.15.4",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/eslint-plugin-tslint": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@types/node": "^12.12.27",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint": "^6.8.0",
"jest": "^24.9.0",
"jest-diff": "^24.9.0",
Expand All @@ -32,7 +31,7 @@
"dependencies": {
"comment-json": "^1.1.3",
"cspell-glob": "^0.1.17",
"cspell-lib": "^4.1.14",
"cspell-lib": "^4.1.16",
"fs-extra": "^8.1.0",
"gensequence": "^2.3.0",
"iconv-lite": "^0.4.24",
Expand Down
Loading

0 comments on commit 2a12c03

Please sign in to comment.