Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jun 19, 2020
1 parent 1bd584f commit 9e0bd7e
Show file tree
Hide file tree
Showing 3 changed files with 1,203 additions and 983 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ module.exports = {
node: true,
},
overrides: [
{
files: ['*.ts'],
rules: {
'@typescript-eslint/no-var-requires': 0
},
},
{
files: ['*.spec.ts'],
env: {
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@
"Matt Sprague (https://github.com/uforic)"
],
"dependencies": {
"chalk": "3.0.0",
"commander": "4.1.1",
"fs-extra": "8.1.0",
"chalk": "4.1.0",
"commander": "5.1.0",
"fs-extra": "9.0.1",
"glob": "7.1.6",
"semver": "7.1.3"
"semver": "7.3.2"
},
"devDependencies": {
"@types/fs-extra": "8.0.1",
"@types/glob": "7.1.1",
"@types/jest": "25.1.2",
"@types/fs-extra": "9.0.1",
"@types/glob": "7.1.2",
"@types/jest": "26.0.0",
"@types/mock-fs": "4.10.0",
"@types/node": "13.7.1",
"@types/semver": "7.1.0",
"@typescript-eslint/eslint-plugin": "2.20.0",
"@typescript-eslint/parser": "2.20.0",
"eslint": "6.8.0",
"expect-more-jest": "4.0.0",
"jest": "25.1.0",
"mock-fs": "4.10.4",
"prettier": "1.19.1",
"@types/node": "14.0.13",
"@types/semver": "7.2.0",
"@typescript-eslint/eslint-plugin": "3.3.0",
"@typescript-eslint/parser": "3.3.0",
"eslint": "7.2.0",
"expect-more-jest": "5.2.0",
"jest": "26.0.1",
"mock-fs": "4.12.0",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"ts-jest": "25.2.0",
"typescript": "3.8.2"
"ts-jest": "26.1.0",
"typescript": "3.9.5"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 9e0bd7e

Please sign in to comment.