|
27 | 27 | "webpack-partial": "^2.2.0" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@babel/cli": "^7.0.0-beta.44", |
31 | | - "@babel/core": "^7.0.0-beta.44", |
32 | | - "@babel/plugin-proposal-class-properties": "^7.0.0-beta.44", |
33 | | - "@babel/plugin-syntax-flow": "^7.0.0-beta.44", |
34 | | - "@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.44", |
35 | | - "@babel/preset-env": "^7.0.0-beta.44", |
36 | | - "@babel/preset-flow": "^7.0.0-beta.44", |
37 | | - "@babel/preset-react": "^7.0.0-beta.44", |
38 | | - "@babel/register": "^7.0.0-beta.44", |
39 | | - "babel-core": "^7.0.0-bridge.0", |
40 | | - "babel-jest": "^23.2.0", |
41 | | - "babel-loader": "^8.0.0-beta.4", |
42 | | - "babel-plugin-graphql-tag": "^1.6.0", |
43 | | - "babel-plugin-module-resolver": "^3.1.1", |
44 | | - "eslint": "^4.19.1", |
45 | | - "eslint-config-metalab": "^9.0.1", |
46 | | - "flow-bin": "^0.75.0", |
47 | | - "graphql": "^0.13.2", |
48 | | - "graphql-tag": "^2.9.2", |
49 | | - "jest": "^23.3.0", |
50 | | - "ncp": "^2.0.0", |
51 | | - "node-fetch": "^1.7.3", |
52 | | - "prettier": "^1.12.1", |
53 | | - "stats-webpack-plugin": "^0.6.2", |
54 | | - "url-join": "^4.0.0", |
55 | | - "webpack": "^4.5.0", |
56 | | - "webpack-node-externals": "^1.7.2" |
| 30 | + "@babel/cli": "7.0.0-beta.53", |
| 31 | + "@babel/core": "7.0.0-beta.53", |
| 32 | + "@babel/plugin-proposal-class-properties": "7.0.0-beta.53", |
| 33 | + "@babel/plugin-syntax-flow": "7.0.0-beta.53", |
| 34 | + "@babel/plugin-syntax-object-rest-spread": "7.0.0-beta.53", |
| 35 | + "@babel/preset-env": "7.0.0-beta.53", |
| 36 | + "@babel/preset-flow": "7.0.0-beta.53", |
| 37 | + "@babel/preset-react": "7.0.0-beta.53", |
| 38 | + "@babel/register": "7.0.0-beta.53", |
| 39 | + "babel-core": "7.0.0-bridge.0", |
| 40 | + "babel-jest": "23.4.0", |
| 41 | + "babel-loader": "8.0.0-beta.4", |
| 42 | + "babel-plugin-graphql-tag": "1.6.0", |
| 43 | + "babel-plugin-module-resolver": "3.1.1", |
| 44 | + "eslint": "4.19.1", |
| 45 | + "eslint-config-metalab": "9.0.1", |
| 46 | + "flow-bin": "0.75.0", |
| 47 | + "graphql": "0.13.2", |
| 48 | + "graphql-tag": "2.9.2", |
| 49 | + "jest": "23.4.1", |
| 50 | + "ncp": "2.0.0", |
| 51 | + "node-fetch": "1.7.3", |
| 52 | + "prettier": "1.13.7", |
| 53 | + "stats-webpack-plugin": "0.6.2", |
| 54 | + "url-join": "4.0.0", |
| 55 | + "webpack": "4.16.0", |
| 56 | + "webpack-node-externals": "1.7.2" |
57 | 57 | }, |
58 | 58 | "peerDependencies": { |
59 | 59 | "luminol": "*", |
|
0 commit comments