Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
# Conflicts:
#	yarn.lock
  • Loading branch information
aparajita authored and JamieMason committed Aug 2, 2020
1 parent 8a3cb38 commit f2cac6a
Show file tree
Hide file tree
Showing 2 changed files with 859 additions and 920 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@
],
"dependencies": {
"chalk": "4.1.0",
"commander": "5.1.0",
"commander": "6.0.0",
"fs-extra": "9.0.1",
"glob": "7.1.6",
"semver": "7.3.2"
},
"devDependencies": {
"@types/fs-extra": "9.0.1",
"@types/glob": "7.1.2",
"@types/jest": "26.0.0",
"@types/glob": "7.1.3",
"@types/jest": "26.0.7",
"@types/mock-fs": "4.10.0",
"@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",
"@types/node": "14.0.26",
"@types/semver": "7.3.1",
"@typescript-eslint/eslint-plugin": "3.7.1",
"@typescript-eslint/parser": "3.7.1",
"eslint": "7.5.0",
"expect-more-jest": "5.2.0",
"jest": "26.0.1",
"jest": "26.1.0",
"mock-fs": "4.12.0",
"prettier": "2.0.5",
"rimraf": "3.0.2",
"ts-jest": "26.1.0",
"typescript": "3.9.5"
"ts-jest": "26.1.4",
"typescript": "3.9.7"
},
"engines": {
"node": ">=10"
Expand Down

0 comments on commit f2cac6a

Please sign in to comment.