|
34 | 34 | "build-publish": "npm run build && npm publish ./build"
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 |
| - "radium": "^0.19.5" |
| 37 | + "radium": "^0.19.6" |
38 | 38 | },
|
39 | 39 | "peerDependencies": {
|
40 | 40 | "prop-types": "^15.0 || ^16.0",
|
|
44 | 44 | "devDependencies": {
|
45 | 45 | "babel-cli": "^6.26.0",
|
46 | 46 | "babel-core": "^6.26.0",
|
47 |
| - "babel-eslint": "^8.0.1", |
| 47 | + "babel-eslint": "^8.0.2", |
48 | 48 | "babel-loader": "^7.1.2",
|
49 | 49 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
50 | 50 | "babel-preset-es2015": "^6.24.1",
|
51 | 51 | "babel-preset-react": "^6.24.1",
|
52 | 52 | "babel-preset-stage-0": "^6.24.1",
|
53 | 53 | "chai": "^4.1.2",
|
54 |
| - "eslint": "^4.9.0", |
55 |
| - "eslint-plugin-import": "^2.7.0", |
56 |
| - "eslint-plugin-react": "^7.4.0", |
| 54 | + "eslint": "^4.11.0", |
| 55 | + "eslint-plugin-import": "^2.8.0", |
| 56 | + "eslint-plugin-react": "^7.5.1", |
57 | 57 | "html-webpack-plugin": "^2.30.1",
|
58 |
| - "jsdom": "^11.3.0", |
| 58 | + "jsdom": "^11.4.0", |
59 | 59 | "mocha": "^4.0.1",
|
60 | 60 | "prop-types": "^15.6.0",
|
61 |
| - "react": "^16.0.0", |
| 61 | + "react": "^16.1.1", |
62 | 62 | "react-addons-test-utils": "^15.6.2",
|
63 | 63 | "react-color": "^2.13.8",
|
64 |
| - "react-dom": "^16.0.0", |
65 |
| - "react-hot-loader": "^3.1.1", |
| 64 | + "react-dom": "^16.1.1", |
| 65 | + "react-hot-loader": "^3.1.3", |
66 | 66 | "webpack": "^3.8.1",
|
67 |
| - "webpack-dev-server": "^2.9.2" |
| 67 | + "webpack-dev-server": "^2.9.4" |
68 | 68 | }
|
69 | 69 | }
|
0 commit comments