We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc89453 commit 08c9a01Copy full SHA for 08c9a01
package.json
@@ -8,18 +8,18 @@
8
],
9
"license": "Apache-2.0",
10
"dependencies": {
11
- "graphql-config": "^2.0.1",
12
- "prisma-yml": "1.0.95"
+ "graphql-config": "^2.2.0",
+ "prisma-yml": "1.0.97"
13
},
14
"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"
+ "@types/graphql": "^14.0.0",
+ "@types/jest": "^23.3.2",
+ "@types/node": "10.9.4",
+ "graphql": "^14.0.2",
+ "jest": "^23.6.0",
+ "ts-jest": "^23.1.4",
+ "ts-node": "7.0.1",
+ "typescript": "3.0.3"
23
24
"scripts": {
25
"test": "jest",
0 commit comments