|
23 | 23 | "devDependencies": { |
24 | 24 | "babel-core":"^6.26.3", |
25 | 25 | "babel-eslint":"^8.2.3", |
26 | | -"babel-jest":"^22.4.3", |
| 26 | +"babel-jest":"^23.0.1", |
27 | 27 | "babel-loader":"^7.1.4", |
28 | 28 | "babel-plugin-annotate-pure-calls":"^0.2.2", |
29 | 29 | "babel-plugin-external-helpers":"^6.22.0", |
|
32 | 32 | "babel-plugin-transform-es2015-modules-commonjs":"^6.26.2", |
33 | 33 | "babel-plugin-transform-object-rest-spread":"^6.26.0", |
34 | 34 | "babel-plugin-transform-react-remove-prop-types":"^0.4.13", |
35 | | -"babel-preset-env":"^1.6.1", |
| 35 | +"babel-preset-env":"^1.7.0", |
36 | 36 | "babel-preset-react":"^6.24.1", |
37 | 37 | "eslint":"^4.19.1", |
38 | 38 | "eslint-config-airbnb":"^16.1.0", |
39 | | -"eslint-plugin-import":"^2.11.0", |
| 39 | +"eslint-plugin-import":"^2.12.0", |
40 | 40 | "eslint-plugin-jsx-a11y":"^6.0.3", |
41 | 41 | "eslint-plugin-prettier":"^2.6.0", |
42 | | -"eslint-plugin-react":"^7.7.0", |
| 42 | +"eslint-plugin-react":"^7.8.2", |
43 | 43 | "html-webpack-plugin":"^3.2.0", |
44 | 44 | "husky":"^0.14.3", |
45 | 45 | "idx":"^2.3.0", |
46 | | -"jest":"^22.4.3", |
47 | | -"lint-staged":"^7.0.5", |
48 | | -"prettier":"^1.12.1", |
49 | | -"react":"^16.3.2", |
50 | | -"react-dom":"^16.3.2", |
51 | | -"react-hot-loader":"4.1.2", |
| 46 | +"jest":"^23.1.0", |
| 47 | +"lint-staged":"^7.1.3", |
| 48 | +"prettier":"^1.13.4", |
| 49 | +"react":"^16.4.0", |
| 50 | +"react-dom":"^16.4.0", |
| 51 | +"react-hot-loader":"4.2.0", |
52 | 52 | "rimraf":"^2.6.2", |
53 | | -"rollup":"^0.58.2", |
| 53 | +"rollup":"^0.59.4", |
54 | 54 | "rollup-plugin-babel":"^3.0.4", |
55 | | -"webpack":"^4.7.0", |
56 | | -"webpack-cli":"^2.1.3", |
| 55 | +"webpack":"^4.10.2", |
| 56 | +"webpack-cli":"^3.0.1", |
57 | 57 | "webpack-dev-server":"^3.1.4" |
58 | 58 | }, |
59 | 59 | "dependencies": { |
60 | 60 | "invariant":"^2.2.4", |
61 | 61 | "minimatch":"^3.0.4", |
62 | 62 | "prop-types":"^15.6.1", |
63 | | -"react-test-renderer":"^16.3.2", |
| 63 | +"react-test-renderer":"^16.4.0", |
64 | 64 | "xstate":"^3.3.0" |
65 | 65 | }, |
66 | 66 | "peerDependencies": { |
|