Skip to content

Commit 08c9a01

Browse files
committed
fix(deps): update graphql-config & prisma-yml
1 parent bc89453 commit 08c9a01

File tree

2 files changed

+174
-451
lines changed

2 files changed

+174
-451
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
],
99
"license": "Apache-2.0",
1010
"dependencies": {
11-
"graphql-config": "^2.0.1",
12-
"prisma-yml": "1.0.95"
11+
"graphql-config": "^2.2.0",
12+
"prisma-yml": "1.0.97"
1313
},
1414
"devDependencies": {
15-
"@types/graphql": "^0.13.1",
16-
"@types/jest": "^23.0.0",
17-
"@types/node": "9.4.6",
18-
"graphql": "^0.13.1",
19-
"jest": "^23.1.0",
20-
"ts-jest": "^22.4.6",
21-
"ts-node": "5.0.0",
22-
"typescript": "2.7.2"
15+
"@types/graphql": "^14.0.0",
16+
"@types/jest": "^23.3.2",
17+
"@types/node": "10.9.4",
18+
"graphql": "^14.0.2",
19+
"jest": "^23.6.0",
20+
"ts-jest": "^23.1.4",
21+
"ts-node": "7.0.1",
22+
"typescript": "3.0.3"
2323
},
2424
"scripts": {
2525
"test": "jest",

0 commit comments

Comments
 (0)