Skip to content

Commit

Permalink
ci: update packages (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 17, 2020
1 parent 4171ad8 commit 42d47cc
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 54 deletions.
263 changes: 249 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test-watch": "lerna run --parallel test-watch",
"travis-coverage": "npm run gen-coverage && globcat packages/*/coverage/lcov.info | coveralls",
"test": "lerna run test && ajv -s ./cspell.schema.json -d cspell.json",
"update-packages": "lerna exec \"npm update -S && rm -rf node_modules package-lock.json && npm i\" && lerna bootstrap"
"update-packages": "lerna exec \"npm update -S && rm -rf node_modules package-lock.json && npm i\" && lerna bootstrap --no-ci"
},
"repository": {
"type": "git",
Expand All @@ -47,16 +47,16 @@
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/configstore": "^4.0.0",
"@types/eslint": "^7.2.4",
"@types/eslint": "^7.2.5",
"@types/fs-extra": "^9.0.4",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.15",
"@types/micromatch": "^4.0.1",
"@types/minimatch": "^3.0.3",
"@types/node": "^14.14.7",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"@typescript-eslint/eslint-plugin": "^4.8.0",
"@typescript-eslint/parser": "^4.8.0",
"ajv-cli": "^3.3.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
Expand Down

0 comments on commit 42d47cc

Please sign in to comment.