|
32 | 32 | "react-dom": ">=15"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 |
| - "clean-react-props": "^0.2.5", |
| 35 | + "clean-react-props": "^0.2.9", |
36 | 36 | "lodash.throttle": "^4.1.1",
|
37 | 37 | "prop-types": "^15.6.2"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/cli": "^7.0.0", |
41 |
| - "@babel/core": "^7.0.0", |
| 40 | + "@babel/cli": "^7.1.0", |
| 41 | + "@babel/core": "^7.1.0", |
42 | 42 | "@babel/plugin-external-helpers": "^7.0.0",
|
43 | 43 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
44 |
| - "@babel/preset-env": "^7.0.0", |
| 44 | + "@babel/preset-env": "^7.1.0", |
45 | 45 | "@babel/preset-react": "^7.0.0",
|
46 | 46 | "babel-core": "^7.0.0-0",
|
47 |
| - "babel-jest": "^23.4.0", |
| 47 | + "babel-jest": "^23.6.0", |
48 | 48 | "babel-plugin-dev-expression": "^0.2.1",
|
49 | 49 | "babel-plugin-transform-react-remove-prop-types": "^0.4.13",
|
50 | 50 | "coveralls": "^3.0.2",
|
51 | 51 | "enzyme": "^3.6.0",
|
52 | 52 | "enzyme-adapter-react-16": "^1.5.0",
|
53 | 53 | "greenkeeper-lockfile": "^1.15.1",
|
54 | 54 | "gzip-size": "^5.0.0",
|
55 |
| - "jest": "^23.4.0", |
| 55 | + "jest": "^23.6.0", |
56 | 56 | "jest-enzyme": "^6.0.2",
|
57 | 57 | "jsdom": "^12.0.0",
|
58 | 58 | "pretty-bytes": "^5.1.0",
|
59 |
| - "react": "^16.4.1", |
60 |
| - "react-dom": "^16.4.1", |
61 |
| - "react-test-renderer": "^16.4.1", |
| 59 | + "react": "^16.5.2", |
| 60 | + "react-dom": "^16.5.2", |
| 61 | + "react-test-renderer": "^16.5.2", |
62 | 62 | "regenerator-runtime": "^0.12.0",
|
63 | 63 | "rollup": "^0.66.0",
|
64 |
| - "rollup-plugin-babel": "^4.0.2", |
65 |
| - "rollup-plugin-commonjs": "^9.1.0", |
66 |
| - "rollup-plugin-json": "^3.0.0", |
67 |
| - "rollup-plugin-node-resolve": "^3.2.0", |
| 64 | + "rollup-plugin-babel": "^4.0.3", |
| 65 | + "rollup-plugin-commonjs": "^9.1.8", |
| 66 | + "rollup-plugin-json": "^3.1.0", |
| 67 | + "rollup-plugin-node-resolve": "^3.4.0", |
68 | 68 | "rollup-plugin-uglify": "^6.0.0",
|
69 | 69 | "rollup-watch": "^4.3.1"
|
70 | 70 | },
|
|
0 commit comments