|
30 | 30 | ]
|
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@babel/cli": "~7.6.3", |
34 |
| - "@babel/core": "~7.6.3", |
35 |
| - "@babel/plugin-external-helpers": "~7.2.0", |
36 |
| - "@babel/plugin-transform-runtime": "~7.6.2", |
37 |
| - "@babel/preset-env": "~7.6.3", |
38 |
| - "@types/jest": "~24.0.18", |
39 |
| - "babel-eslint": "10.0.3", |
40 |
| - "babel-jest": "~24.9.0", |
41 |
| - "babel-loader": "~8.0.6", |
42 |
| - "babel-plugin-add-module-exports": "~1.0.2", |
43 |
| - "eslint": "~6.5.1", |
44 |
| - "eslint-config-prettier": "~6.4.0", |
45 |
| - "eslint-plugin-import": "~2.18.2", |
46 |
| - "eslint-plugin-jest": "~22.17.0", |
47 |
| - "eslint-plugin-prettier": "~3.1.1", |
48 |
| - "husky": "~3.0.8", |
49 |
| - "jest": "~24.9.0", |
50 |
| - "lint-staged": "~9.4.2", |
51 |
| - "prettier": "~1.18.2", |
52 |
| - "supertest": "~4.0.2", |
53 |
| - "webpack": "~4.41.0", |
54 |
| - "webpack-cli": "~3.3.9" |
| 33 | + "@babel/cli": "^7.6.3", |
| 34 | + "@babel/core": "^7.6.3", |
| 35 | + "@babel/plugin-external-helpers": "^7.2.0", |
| 36 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 37 | + "@babel/preset-env": "^7.6.3", |
| 38 | + "@types/jest": "^25.2.1", |
| 39 | + "babel-eslint": "^10.0.3", |
| 40 | + "babel-jest": "^25.4.0", |
| 41 | + "babel-loader": "^8.0.6", |
| 42 | + "babel-plugin-add-module-exports": "^1.0.2", |
| 43 | + "eslint": "^6.5.1", |
| 44 | + "eslint-config-prettier": "^6.4.0", |
| 45 | + "eslint-plugin-import": "^2.18.2", |
| 46 | + "eslint-plugin-jest": "^23.8.2", |
| 47 | + "eslint-plugin-prettier": "^3.1.1", |
| 48 | + "husky": "^4.2.5", |
| 49 | + "jest": "^25.4.0", |
| 50 | + "lint-staged": "^10.1.7", |
| 51 | + "prettier": "^2.0.5", |
| 52 | + "supertest": "^4.0.2", |
| 53 | + "webpack": "^4.41.0", |
| 54 | + "webpack-cli": "^3.3.9" |
55 | 55 | },
|
56 | 56 | "dependencies": {
|
57 |
| - "apollo-client": "~2.6.4", |
58 |
| - "apollo-test-utils": "~0.3.2", |
| 57 | + "apollo-client": "^2.6.4", |
| 58 | + "apollo-test-utils": "^0.3.2", |
59 | 59 | "cors": "^2.8.4",
|
60 |
| - "express": "~4.17.1", |
61 |
| - "express-graphql": "~0.9.0", |
62 |
| - "graphql": "~14.5.8", |
63 |
| - "graphql-tag": "~2.10.1", |
64 |
| - "graphql-tools": "~4.0.5", |
65 |
| - "graphql-type-json": "~0.3.0", |
66 |
| - "inflection": "~1.12.0", |
67 |
| - "lodash.merge": "~4.6.2", |
68 |
| - "reify": "~0.20.12", |
| 60 | + "express": "^4.17.1", |
| 61 | + "express-graphql": "^0.9.0", |
| 62 | + "graphql": "^14.5.8", |
| 63 | + "graphql-tag": "^2.10.1", |
| 64 | + "graphql-tools": "^4.0.5", |
| 65 | + "graphql-type-json": "^0.3.0", |
| 66 | + "inflection": "^1.12.0", |
| 67 | + "lodash.merge": "^4.6.2", |
| 68 | + "reify": "^0.20.12", |
69 | 69 | "xhr-mock": "^2.5.0"
|
70 | 70 | },
|
71 | 71 | "bin": {
|
|
0 commit comments