|
40 | 40 | "redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@babel/runtime": "^7.2.0", |
44 | | - "hoist-non-react-statics": "^3.2.1", |
| 43 | + "@babel/runtime": "^7.3.1", |
| 44 | + "hoist-non-react-statics": "^3.3.0", |
45 | 45 | "invariant": "^2.2.4", |
46 | 46 | "loose-envify": "^1.4.0", |
47 | | - "prop-types": "^15.6.2", |
48 | | - "react-is": "^16.7.0" |
| 47 | + "prop-types": "^15.7.2", |
| 48 | + "react-is": "^16.8.2" |
49 | 49 | }, |
50 | 50 | "devDependencies": { |
51 | | - "@babel/cli": "^7.2.0", |
52 | | - "@babel/core": "^7.2.0", |
53 | | - "@babel/plugin-proposal-decorators": "^7.2.0", |
54 | | - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 51 | + "@babel/cli": "^7.2.3", |
| 52 | + "@babel/core": "^7.3.3", |
| 53 | + "@babel/plugin-proposal-decorators": "^7.3.0", |
| 54 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
55 | 55 | "@babel/plugin-transform-react-display-name": "^7.2.0", |
56 | | - "@babel/plugin-transform-react-jsx": "^7.2.0", |
| 56 | + "@babel/plugin-transform-react-jsx": "^7.3.0", |
57 | 57 | "@babel/plugin-transform-runtime": "^7.2.0", |
58 | | - "@babel/preset-env": "^7.2.0", |
| 58 | + "@babel/preset-env": "^7.3.1", |
59 | 59 | "babel-core": "^7.0.0-bridge.0", |
60 | 60 | "babel-eslint": "^10.0.1", |
61 | | - "babel-jest": "^23.6.0", |
62 | | - "codecov": "^3.1.0", |
| 61 | + "babel-jest": "^24.1.0", |
| 62 | + "codecov": "^3.2.0", |
63 | 63 | "create-react-class": "^15.6.3", |
64 | 64 | "cross-env": "^5.2.0", |
65 | 65 | "cross-spawn": "^6.0.5", |
66 | 66 | "es3ify": "^0.2.0", |
67 | | - "eslint": "^5.9.0", |
68 | | - "eslint-config-prettier": "^3.3.0", |
69 | | - "eslint-plugin-import": "^2.14.0", |
70 | | - "eslint-plugin-prettier": "^3.0.0", |
71 | | - "eslint-plugin-react": "^7.11.1", |
| 67 | + "eslint": "^5.14.1", |
| 68 | + "eslint-config-prettier": "^4.0.0", |
| 69 | + "eslint-plugin-import": "^2.16.0", |
| 70 | + "eslint-plugin-prettier": "^3.0.1", |
| 71 | + "eslint-plugin-react": "^7.12.4", |
72 | 72 | "glob": "^7.1.3", |
73 | | - "jest": "^23.6.0", |
74 | | - "jest-dom": "^3.0.0", |
| 73 | + "jest": "^24.1.0", |
| 74 | + "jest-dom": "^3.1.2", |
75 | 75 | "npm-run": "^5.0.1", |
76 | | - "prettier": "^1.15.3", |
77 | | - "react": "^16.6.3", |
78 | | - "react-dom": "^16.6.3", |
79 | | - "react-testing-library": "^5.3.1", |
| 76 | + "prettier": "^1.16.4", |
| 77 | + "react": "^16.8.2", |
| 78 | + "react-dom": "^16.8.2", |
| 79 | + "react-testing-library": "^5.9.0", |
80 | 80 | "redux": "^4.0.1", |
81 | | - "rimraf": "^2.6.2", |
82 | | - "rollup": "^0.67.4", |
83 | | - "rollup-plugin-babel": "^4.0.3", |
| 81 | + "rimraf": "^2.6.3", |
| 82 | + "rollup": "^1.2.2", |
| 83 | + "rollup-plugin-babel": "^4.3.2", |
84 | 84 | "rollup-plugin-commonjs": "^9.2.0", |
85 | | - "rollup-plugin-node-resolve": "^3.4.0", |
| 85 | + "rollup-plugin-node-resolve": "^4.0.0", |
86 | 86 | "rollup-plugin-replace": "^2.1.0", |
87 | | - "rollup-plugin-uglify": "^6.0.0", |
| 87 | + "rollup-plugin-terser": "^4.0.4", |
88 | 88 | "semver": "^5.6.0" |
89 | 89 | }, |
90 | 90 | "browserify": { |
|
0 commit comments