|
50 | 50 | "babel-eslint": "^7.2.3", |
51 | 51 | "babel-loader": "~7.0.0", |
52 | 52 | "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 53 | + "babel-plugin-transform-object-rest-spread": "^6.26.0", |
| 54 | + "babel-plugin-transform-regenerator": "^6.26.0", |
| 55 | + "babel-plugin-transform-runtime": "^6.23.0", |
53 | 56 | "babel-polyfill": "^6.23.0", |
54 | | - "babel-preset-es2015": "^6.24.1", |
| 57 | + "babel-preset-env": "^1.6.1", |
55 | 58 | "babel-preset-react": "^6.24.1", |
56 | | - "babel-preset-stage-0": "^6.24.1", |
57 | 59 | "babel-runtime": "~6.23.0", |
58 | 60 | "css-loader": "~0.28.2", |
59 | 61 | "eslint": "^3.8.1", |
60 | 62 | "eslint-plugin-jest": "^20.0.3", |
61 | 63 | "eslint-plugin-react": "^7.0.1", |
62 | 64 | "file-loader": "^0.11.1", |
63 | | - "history": "^4.6.1", |
| 65 | + "history": "^2.1.2", |
64 | 66 | "http-server": "~0.10.0", |
65 | 67 | "immutable": "~3.8.1", |
66 | 68 | "immutable-devtools": "~0.0.4", |
|
75 | 77 | "react-dnd": "~2.4.0", |
76 | 78 | "react-dnd-html5-backend": "~2.4.1", |
77 | 79 | "react-dom": "^15.0.1", |
78 | | - "react-router": "^4.1.1", |
| 80 | + "react-router": "^2.6.0", |
79 | 81 | "request-promise": "^4.1.1", |
80 | 82 | "sass-loader": "~6.0.5", |
81 | 83 | "style-loader": "~0.18.0", |
|
106 | 108 | "roots": [ |
107 | 109 | "src/lib" |
108 | 110 | ], |
109 | | - "transform": {".*": "<rootDir>/testing/preprocessor.js"}, |
| 111 | + "transform": { |
| 112 | + ".*": "<rootDir>/testing/preprocessor.js" |
| 113 | + }, |
110 | 114 | "unmockedModulePathPatterns": [ |
111 | 115 | "react", |
112 | 116 | "react-dom", |
|
0 commit comments