|
34 | 34 | "graphql-tools": "^3.0.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "babel-cli": "^6.26.0", |
38 | | - "babel-core": "^6.26.3", |
39 | | - "babel-eslint": "^8.2.3", |
| 37 | + "@babel/cli": "^7.1.2", |
| 38 | + "@babel/core": "^7.1.2", |
| 39 | + "@babel/plugin-proposal-class-properties": "^7.1.0", |
| 40 | + "@babel/preset-env": "^7.1.0", |
| 41 | + "@babel/preset-react": "^7.0.0", |
| 42 | + "babel-core": "^7.0.0-0", |
| 43 | + "babel-eslint": "^10.0.1", |
40 | 44 | "babel-jest": "^23.0.0", |
41 | | - "babel-plugin-dynamic-import-node": "^1.2.0", |
42 | | - "babel-plugin-external-helpers": "^6.22.0", |
43 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
44 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
45 | | - "babel-preset-env": "^1.6.1", |
46 | | - "babel-preset-react": "^6.24.1", |
| 45 | + "babel-plugin-dynamic-import-node": "^2.2.0", |
47 | 46 | "bundlesize": "^0.17.0", |
48 | 47 | "codecov": "^3.0.1", |
49 | | - "conventional-github-releaser": "^2.0.2", |
| 48 | + "conventional-github-releaser": "^3.1.2", |
50 | 49 | "dtslint": "^0.3.0", |
51 | | - "eslint": "^4.19.1", |
52 | | - "eslint-config-airbnb-base": "^12.1.0", |
53 | | - "eslint-config-prettier": "^2.9.0", |
| 50 | + "eslint": "^5.7.0", |
| 51 | + "eslint-config-airbnb-base": "^13.1.0", |
| 52 | + "eslint-config-prettier": "^3.1.0", |
54 | 53 | "eslint-plugin-import": "^2.11.0", |
55 | | - "graphql": "^0.13.2", |
| 54 | + "graphql": "^14.0.2", |
56 | 55 | "graphql-tag": "^2.9.2", |
57 | | - "graphql-tools": "^3.0.2", |
58 | | - "jest": "^22.4.3", |
| 56 | + "graphql-tools": "^4.0.1", |
| 57 | + "jest": "^23.6.0", |
59 | 58 | "prettier": "^1.12.1", |
60 | | - "rollup": "^0.58.2", |
61 | | - "rollup-plugin-babel": "^3.0.4", |
| 59 | + "rollup": "^0.66.6", |
| 60 | + "rollup-plugin-babel": "^4.0.3", |
62 | 61 | "rollup-plugin-commonjs": "^9.1.3", |
63 | | - "rollup-plugin-json": "^2.3.0", |
| 62 | + "rollup-plugin-json": "^3.1.0", |
64 | 63 | "rollup-plugin-node-resolve": "^3.3.0", |
65 | 64 | "rollup-plugin-replace": "^2.0.0", |
66 | 65 | "rollup-plugin-sourcemaps": "^0.4.2", |
67 | | - "rollup-plugin-uglify": "^3.0.0", |
68 | | - "rollup-plugin-visualizer": "^0.6.0", |
| 66 | + "rollup-plugin-uglify": "^6.0.0", |
| 67 | + "rollup-plugin-visualizer": "^0.9.2", |
69 | 68 | "standard-version": "^4.3.0" |
70 | 69 | }, |
71 | 70 | "bundlesize": [ |
|
0 commit comments