Skip to content

Commit

Permalink
chore(deps-dev): update dev dependencies
Browse files Browse the repository at this point in the history
```
NAME                OLD         NEW         INFO
@types/jest         24.0.12     24.0.15     https://github.com/DefinitelyTyped/DefinitelyTyped
@types/lodash       4.14.123    4.14.134    https://github.com/DefinitelyTyped/DefinitelyTyped
@types/node         12.0.0      12.0.8      https://github.com/DefinitelyTyped/DefinitelyTyped
expect-more-jest    2.4.1       2.4.2       https://github.com/JamieMason/expect-more
prettier            1.17.0      1.18.2      https://github.com/prettier/prettier
typescript          3.4.5       3.5.2       https://github.com/Microsoft/TypeScript
```
  • Loading branch information
JamieMason committed Jun 17, 2019
1 parent 1214e2d commit c0e5bad
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 131 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"@types/chalk": "2.2.0",
"@types/fs-extra": "7.0.0",
"@types/globby": "9.1.0",
"@types/jest": "24.0.12",
"@types/lodash": "4.14.123",
"@types/jest": "24.0.15",
"@types/lodash": "4.14.134",
"@types/mock-fs": "3.6.30",
"@types/node": "12.0.0",
"@types/node": "12.0.8",
"@types/semver": "6.0.0",
"expect-more-jest": "2.4.1",
"expect-more-jest": "2.4.2",
"jest": "24.8.0",
"mock-fs": "4.10.1",
"prettier": "1.17.0",
"prettier": "1.18.2",
"rimraf": "2.6.3",
"ts-jest": "24.0.2",
"tslint": "5.17.0",
"typescript": "3.4.5"
"typescript": "3.5.2"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit c0e5bad

Please sign in to comment.