|
56 | 56 | "react-dom": "^0.14.9 || >=15.3.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@babel/cli": "7.0.0-beta.42", |
60 | | - "@babel/core": "7.0.0-beta.42", |
61 | | - "@babel/plugin-proposal-class-properties": "7.0.0-beta.42", |
62 | | - "@babel/plugin-proposal-export-default-from": "7.0.0-beta.42", |
63 | | - "@babel/plugin-proposal-export-namespace-from": "7.0.0-beta.42", |
64 | | - "@babel/plugin-syntax-dynamic-import": "7.0.0-beta.42", |
65 | | - "@babel/plugin-transform-runtime": "7.0.0-beta.42", |
66 | | - "@babel/preset-env": "7.0.0-beta.42", |
67 | | - "@babel/preset-react": "7.0.0-beta.42", |
68 | | - "@babel/register": "7.0.0-beta.42", |
69 | | - "babel-core": "^7.0.0-bridge.0", |
70 | | - "babel-eslint": "^8.0.0", |
71 | | - "babel-loader": "^8.0.0-beta.2", |
| 59 | + "@babel/cli": "^7.0.0", |
| 60 | + "@babel/core": "^7.0.0", |
| 61 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 62 | + "@babel/plugin-proposal-export-default-from": "^7.0.0", |
| 63 | + "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
| 64 | + "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
| 65 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 66 | + "@babel/preset-env": "^7.0.0", |
| 67 | + "@babel/preset-react": "^7.0.0", |
| 68 | + "@babel/register": "^7.0.0", |
| 69 | + "babel-eslint": "^9.0.0", |
| 70 | + "babel-loader": "^8.0.2", |
72 | 71 | "babel-plugin-add-module-exports": "^0.2.1", |
73 | 72 | "babel-plugin-dev-expression": "^0.2.1", |
74 | | - "babel-plugin-istanbul": "^4.1.5", |
| 73 | + "babel-plugin-istanbul": "^5.0.1", |
75 | 74 | "chai": "^3.5.0", |
76 | 75 | "chalk": "^2.3.2", |
77 | 76 | "codecov": "^3.0.4", |
|
83 | 82 | "eslint": "^4.19.1", |
84 | 83 | "eslint-config-airbnb": "^16.1.0", |
85 | 84 | "eslint-config-prettier": "^2.9.0", |
| 85 | + "eslint-import-resolver-webpack": "^0.10.1", |
86 | 86 | "eslint-plugin-import": "^2.12.0", |
87 | 87 | "eslint-plugin-jsx-a11y": "^6.0.3", |
88 | 88 | "eslint-plugin-mocha": "^5.0.0", |
|
114 | 114 | "webpack": "^4.4.1" |
115 | 115 | }, |
116 | 116 | "dependencies": { |
117 | | - "@babel/runtime": "7.0.0-beta.42", |
| 117 | + "@babel/runtime": "^7.0.0", |
118 | 118 | "classnames": "^2.2.5", |
119 | 119 | "dom-helpers": "^3.2.0", |
120 | 120 | "invariant": "^2.2.4", |
|
0 commit comments