|
27 | 27 | "graphql-compose": "^7.0.4"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@babel/cli": "^7.4.4", |
31 |
| - "@babel/core": "^7.4.5", |
32 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
33 |
| - "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
34 |
| - "@babel/plugin-transform-runtime": "^7.4.4", |
35 |
| - "@babel/preset-env": "^7.4.5", |
| 30 | + "@babel/cli": "^7.6.4", |
| 31 | + "@babel/core": "^7.6.4", |
| 32 | + "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
| 33 | + "@babel/plugin-transform-flow-strip-types": "^7.6.3", |
| 34 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 35 | + "@babel/preset-env": "^7.6.3", |
36 | 36 | "@babel/preset-flow": "^7.0.0",
|
37 | 37 | "babel-core": "^7.0.0-bridge.0",
|
38 |
| - "babel-eslint": "^10.0.1", |
39 |
| - "babel-jest": "^24.8.0", |
40 |
| - "eslint": "^5.16.0", |
41 |
| - "eslint-config-airbnb-base": "^13.1.0", |
42 |
| - "eslint-config-prettier": "^4.3.0", |
43 |
| - "eslint-plugin-flowtype": "^3.9.1", |
44 |
| - "eslint-plugin-import": "^2.17.3", |
45 |
| - "eslint-plugin-prettier": "^3.1.0", |
46 |
| - "flow-bin": "^0.100.0", |
47 |
| - "graphql": "14.3.1", |
48 |
| - "graphql-compose": "^7.0.4", |
49 |
| - "jest": "^24.8.0", |
50 |
| - "prettier": "^1.17.1", |
51 |
| - "rimraf": "^2.6.3", |
52 |
| - "semantic-release": "^15.13.12" |
| 38 | + "babel-eslint": "^10.0.3", |
| 39 | + "babel-jest": "^24.9.0", |
| 40 | + "eslint": "^6.6.0", |
| 41 | + "eslint-config-airbnb-base": "^14.0.0", |
| 42 | + "eslint-config-prettier": "^6.5.0", |
| 43 | + "eslint-plugin-flowtype": "^4.3.0", |
| 44 | + "eslint-plugin-import": "^2.18.2", |
| 45 | + "eslint-plugin-prettier": "^3.1.1", |
| 46 | + "flow-bin": "^0.110.0", |
| 47 | + "graphql": "14.5.8", |
| 48 | + "graphql-compose": "^7.4.2", |
| 49 | + "jest": "^24.9.0", |
| 50 | + "prettier": "^1.18.2", |
| 51 | + "rimraf": "^3.0.0", |
| 52 | + "semantic-release": "^15.13.28" |
53 | 53 | },
|
54 | 54 | "scripts": {
|
55 | 55 | "build": "npm run build-cjs && npm run build-mjs",
|
|
0 commit comments