Skip to content

Commit

Permalink
ci: Update packages (#213)
Browse files Browse the repository at this point in the history
* Update genSequence and fs-extra
* Make all versions the same.
* v5.0.1-alpha.2
* update jest and TypeScript
  • Loading branch information
Jason3S authored Apr 12, 2020
1 parent cd24a1d commit d15c201
Show file tree
Hide file tree
Showing 21 changed files with 3,710 additions and 2,551 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "independent"
"version": "5.0.1-alpha.2"
}
3,927 changes: 2,647 additions & 1,280 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/configstore": "^4.0.0",
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.1",
"@types/jest": "^24.0.25",
"@types/jest": "^25.2.1",
"@types/lorem-ipsum": "^1.0.2",
"@types/micromatch": "^3.1.1",
"@types/minimatch": "^3.0.3",
Expand All @@ -58,16 +58,16 @@
"cspell-dict-nl-nl": "^1.0.23",
"fs-extra": "^8.1.0",
"globcat": "^1.2.0",
"jest": "^24.9.0",
"jest": "^25.3.0",
"lerna": "^3.20.2",
"lorem-ipsum": "^1.0.6",
"rimraf": "^3.0.0",
"source-map-support": "^0.5.16",
"ts-jest": "^24.2.0",
"ts-jest": "^25.3.1",
"ts-json-schema-generator": "^0.58.1",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"typescript": "^3.7.4",
"tslint": "^6.1.1",
"typescript": "^3.8.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
Expand Down
98 changes: 49 additions & 49 deletions packages/cspell-glob/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-glob",
"version": "0.2.1-alpha.0",
"version": "5.0.1-alpha.1",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
48 changes: 24 additions & 24 deletions packages/cspell-io/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-io",
"version": "5.0.1-alpha.0",
"version": "5.0.1-alpha.1",
"description": "A library of useful I/O functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit d15c201

Please sign in to comment.