|
4 | 4 | "main": "lib/json-graphql-server.node.min.js", |
5 | 5 | "browser": "lib/json-graphql-server.client.min.js", |
6 | 6 | "repository": "git@github.com:marmelab/json-graphql-server.git", |
7 | | - "authors": ["François Zaninotto", "Gildas Garcia"], |
8 | | - "files": ["*.md", "lib", "src", "bin"], |
| 7 | + "authors": [ |
| 8 | + "François Zaninotto", |
| 9 | + "Gildas Garcia" |
| 10 | + ], |
| 11 | + "files": [ |
| 12 | + "*.md", |
| 13 | + "lib", |
| 14 | + "src", |
| 15 | + "bin" |
| 16 | + ], |
9 | 17 | "license": "MIT", |
10 | 18 | "scripts": { |
11 | 19 | "format": "make format", |
|
16 | 24 | "prepublish": "make build" |
17 | 25 | }, |
18 | 26 | "lint-staged": { |
19 | | - "src/**/*.js": ["eslint --fix", "git add"] |
| 27 | + "src/**/*.js": [ |
| 28 | + "eslint --fix", |
| 29 | + "git add" |
| 30 | + ] |
20 | 31 | }, |
21 | 32 | "devDependencies": { |
22 | 33 | "@types/jest": "~19.2.4", |
23 | | - "babel-cli": "~6.24.1", |
24 | | - "babel-core": "~6.25.0", |
| 34 | + "babel-cli": "^6.26.0", |
| 35 | + "babel-core": "^6.26.3", |
25 | 36 | "babel-eslint": "~7.2.3", |
26 | 37 | "babel-jest": "~20.0.3", |
27 | 38 | "babel-loader": "7.1.2", |
|
36 | 47 | "eslint-plugin-jest": "~20.0.3", |
37 | 48 | "eslint-plugin-prettier": "~2.1.2", |
38 | 49 | "husky": "~0.13.3", |
39 | | - "jest": "~20.0.4", |
| 50 | + "jest": "~23.6.0", |
40 | 51 | "lint-staged": "~3.4.1", |
41 | 52 | "prettier": "~1.5.2", |
42 | 53 | "supertest": "~3.0.0", |
|
46 | 57 | "apollo-client": "~1.2.0", |
47 | 58 | "apollo-test-utils": "~0.3.2", |
48 | 59 | "cors": "^2.8.4", |
49 | | - "express": "~4.15.3", |
| 60 | + "express": "~4.16.0", |
50 | 61 | "express-graphql": "~0.6.7", |
51 | 62 | "graphql": "~0.10.5", |
52 | 63 | "graphql-tag": "~2.0.0", |
53 | 64 | "graphql-tools": "~1.1.0", |
54 | 65 | "graphql-type-json": "~0.1.4", |
55 | 66 | "inflection": "~1.12.0", |
56 | 67 | "lodash.merge": "~4.6.0", |
57 | | - "reify": "~0.12.0", |
| 68 | + "reify": "~0.18.1", |
58 | 69 | "xhr-mock": "^2.0.3" |
59 | 70 | }, |
60 | 71 | "bin": { |
|
0 commit comments