Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 3, 2019
1 parent 20462bd commit fc41917
Show file tree
Hide file tree
Showing 3 changed files with 845 additions and 1,062 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
}
},
moduleFileExtensions: ['ts', 'tsx', 'js'],
setupTestFrameworkScriptFile: '<rootDir>/test/setup.ts',
setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
testMatch: ['<rootDir>/src/**/*.spec.(ts|tsx|js)'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"devDependencies": {
"@types/fs-extra": "5.0.4",
"@types/globby": "8.0.0",
"@types/jest": "23.3.12",
"@types/lodash": "4.14.119",
"@types/jest": "23.3.13",
"@types/lodash": "4.14.120",
"@types/mock-fs": "3.6.30",
"@types/node": "10.12.18",
"@types/node": "10.12.21",
"@types/semver": "5.5.0",
"expect-more-jest": "2.4.0",
"jest": "23.6.0",
"expect-more-jest": "2.4.1",
"jest": "24.0.0",
"mock-fs": "4.7.0",
"prettier": "1.15.3",
"prettier": "1.16.3",
"rimraf": "2.6.3",
"ts-jest": "23.10.5",
"tslint": "5.12.1",
"typescript": "3.2.2"
"typescript": "3.3.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit fc41917

Please sign in to comment.