|
19 | 19 | "build:umd:min": "NODE_ENV=production webpack -p src/index.js umd/ConnectedReactRouter.min.js",
|
20 | 20 | "build": "npm run build:commonjs & npm run build:umd & npm run build:umd:min",
|
21 | 21 | "lint": "eslint .",
|
22 |
| - "test": "jest --config ./.jestrc", |
| 22 | + "test": "jest --config ./.jestrc.json", |
23 | 23 | "test:watch": "npm run test -- --watch",
|
24 | 24 | "posttest": "npm run lint"
|
25 | 25 | },
|
|
35 | 35 | "redux": "^3.6.0 || ^4.0.0"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
| 38 | + "@babel/cli": "^7.1.5", |
| 39 | + "@babel/core": "^7.1.5", |
| 40 | + "@babel/preset-env": "^7.1.5", |
| 41 | + "@babel/preset-react": "^7.0.0", |
38 | 42 | "@types/history": "^4.5.0",
|
39 | 43 | "@types/react": "*",
|
40 |
| - "babel-cli": "^6.18.0", |
41 |
| - "babel-core": "^6.20.0", |
42 |
| - "babel-eslint": "^7.1.1", |
43 |
| - "babel-jest": "^17.0.2", |
44 |
| - "babel-loader": "^6.3.1", |
45 |
| - "babel-plugin-rewire": "^1.0.0", |
46 |
| - "babel-preset-es2015": "^6.18.0", |
47 |
| - "babel-preset-react": "^6.16.0", |
48 |
| - "babel-preset-stage-1": "^6.16.0", |
| 44 | + "babel-core": "7.0.0-bridge.0", |
| 45 | + "babel-eslint": "^10.0.1", |
| 46 | + "babel-jest": "^23.6.0", |
| 47 | + "babel-loader": "^8.0.4", |
| 48 | + "babel-plugin-rewire": "^1.2.0", |
49 | 49 | "babel-template": "^6.2.0",
|
50 | 50 | "babel-types": "^6.2.0",
|
51 | 51 | "enzyme": "3.1.1",
|
52 | 52 | "enzyme-adapter-react-16": "^1.0.4",
|
53 |
| - "eslint": "^3.12.0", |
54 |
| - "eslint-plugin-import": "^2.2.0", |
55 |
| - "eslint-plugin-react": "^6.8.0", |
56 |
| - "jest": "^17.0.2", |
| 53 | + "eslint": "^5.9.0", |
| 54 | + "eslint-plugin-import": "^2.14.0", |
| 55 | + "eslint-plugin-react": "^7.11.1", |
| 56 | + "jest": "^23.6.0", |
57 | 57 | "prop-types": "^15.5.8",
|
58 | 58 | "raf": "^3.4.0",
|
59 | 59 | "react": "^16.0.0",
|
|
0 commit comments