Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
```
@types/fs-extra                     9.0.1  →     9.0.6
@types/jest                       26.0.10  →   26.0.20
@types/mock-fs                     4.10.0  →    4.13.0
@types/node                        14.6.2  →  14.14.22
@types/semver                       7.3.3  →     7.3.4
@typescript-eslint/eslint-plugin   3.10.1  →    4.14.1
@typescript-eslint/parser          3.10.1  →    4.14.1
eslint                              7.7.0  →    7.18.0
expect-more                         0.8.0  →     0.8.1
expect-more-jest                    5.2.0  →     5.2.1
fs-extra                            9.0.1  →     9.1.0
jest                               26.4.2  →    26.6.3
organize-imports-cli                0.7.0  →     0.8.0
prettier                            2.1.1  →     2.2.1
semver                              7.3.2  →     7.3.4
ts-jest                            26.3.0  →    26.5.0
typescript                          4.0.2  →     4.1.3
```
  • Loading branch information
JamieMason committed Jan 29, 2021
1 parent 4fd1d0a commit 5531da6
Show file tree
Hide file tree
Showing 2 changed files with 752 additions and 599 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@
"chalk": "4.1.0",
"commander": "6.1.0",
"cosmiconfig": "7.0.0",
"expect-more": "0.8.0",
"fs-extra": "9.0.1",
"expect-more": "0.8.1",
"fs-extra": "9.1.0",
"glob": "7.1.6",
"read-yaml-file": "2.0.0",
"semver": "7.3.2"
"semver": "7.3.4"
},
"devDependencies": {
"@types/fs-extra": "9.0.1",
"@types/fs-extra": "9.0.6",
"@types/glob": "7.1.3",
"@types/jest": "26.0.10",
"@types/mock-fs": "4.10.0",
"@types/node": "14.6.2",
"@types/semver": "7.3.3",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"eslint": "7.7.0",
"expect-more-jest": "5.2.0",
"jest": "26.4.2",
"@types/jest": "26.0.20",
"@types/mock-fs": "4.13.0",
"@types/node": "14.14.22",
"@types/semver": "7.3.4",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"eslint": "7.18.0",
"expect-more-jest": "5.2.1",
"jest": "26.6.3",
"mock-fs": "4.13.0",
"organize-imports-cli": "0.7.0",
"prettier": "2.1.1",
"organize-imports-cli": "0.8.0",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"ts-jest": "26.3.0",
"typescript": "4.0.2"
"ts-jest": "26.5.0",
"typescript": "4.1.3"
},
"engines": {
"node": ">=10"
Expand Down
Loading

0 comments on commit 5531da6

Please sign in to comment.