Skip to content

Commit 2045258

Browse files
author
Divyendu Singh
authored
Merge pull request #135 from prisma/update-dependencies
Update dependencies, make TypeScript a peer dependency
2 parents b2100e8 + 66fc9c5 commit 2045258

File tree

3 files changed

+2581
-1917
lines changed

3 files changed

+2581
-1917
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '9'
3+
- '10'
44
- '8'
55
- '6'
66

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,26 @@
2727
"aws lambda"
2828
],
2929
"devDependencies": {
30-
"@types/fs-extra": "5.0.0",
31-
"@types/jest": "22.0.1",
32-
"@types/lodash": "4.14.91",
33-
"jest": "22.0.4",
34-
"mock-fs": "4.4.2",
35-
"ts-jest": "22.0.1",
36-
"tslint": "5.8.0"
30+
"@types/fs-extra": "5.0.5",
31+
"@types/jest": "24.0.11",
32+
"@types/lodash": "4.14.123",
33+
"jest": "24.5.0",
34+
"mock-fs": "4.8.0",
35+
"ts-jest": "24.0.1",
36+
"tslint": "5.14.0",
37+
"typescript": "^3.4.1"
3738
},
3839
"dependencies": {
39-
"fs-extra": "^5.0.0",
40-
"globby": "^7.0.0",
41-
"lodash": "^4.17.4",
42-
"typescript": "^2.2.2"
40+
"fs-extra": "^7.0.1",
41+
"globby": "^9.2.0",
42+
"lodash": "^4.17.11"
43+
},
44+
"peerDependencies": {
45+
"typescript": ">=2.2.2"
4346
},
4447
"jest": {
45-
"transform": {
46-
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
47-
},
48-
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
48+
"preset": "ts-jest",
49+
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.ts$",
4950
"moduleFileExtensions": [
5051
"ts",
5152
"tsx",

0 commit comments

Comments
 (0)