Skip to content

Commit

Permalink
Merge pull request #135 from prisma/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies, make TypeScript a peer dependency
  • Loading branch information
Divyendu Singh committed Apr 4, 2019
2 parents b2100e8 + 66fc9c5 commit 2045258
Show file tree
Hide file tree
Showing 3 changed files with 2,581 additions and 1,917 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '9'
- '10'
- '8'
- '6'

Expand Down
31 changes: 16 additions & 15 deletions package.json
Expand Up @@ -27,25 +27,26 @@
"aws lambda"
],
"devDependencies": {
"@types/fs-extra": "5.0.0",
"@types/jest": "22.0.1",
"@types/lodash": "4.14.91",
"jest": "22.0.4",
"mock-fs": "4.4.2",
"ts-jest": "22.0.1",
"tslint": "5.8.0"
"@types/fs-extra": "5.0.5",
"@types/jest": "24.0.11",
"@types/lodash": "4.14.123",
"jest": "24.5.0",
"mock-fs": "4.8.0",
"ts-jest": "24.0.1",
"tslint": "5.14.0",
"typescript": "^3.4.1"
},
"dependencies": {
"fs-extra": "^5.0.0",
"globby": "^7.0.0",
"lodash": "^4.17.4",
"typescript": "^2.2.2"
"fs-extra": "^7.0.1",
"globby": "^9.2.0",
"lodash": "^4.17.11"
},
"peerDependencies": {
"typescript": ">=2.2.2"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"preset": "ts-jest",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.ts$",
"moduleFileExtensions": [
"ts",
"tsx",
Expand Down

0 comments on commit 2045258

Please sign in to comment.