|
54 | 54 | "dependencies": {
|
55 | 55 | "glamor": "2.17.14",
|
56 | 56 | "lodash": "^4.16.2",
|
57 |
| - "mobx-react": "3.5.8", |
| 57 | + "mobx-react": "3.5.9", |
58 | 58 | "react-dock": "0.2.3",
|
59 | 59 | "react-draggable": "2.2.2",
|
60 | 60 | "react-icons": "2.2.1",
|
61 |
| - "react-json-tree": "0.9.0", |
| 61 | + "react-json-tree": "0.10.0", |
62 | 62 | "react-tooltip": "3.2.1"
|
63 | 63 | },
|
64 | 64 | "peerDependencies": {
|
65 | 65 | "mobx": "^2.6.0",
|
66 | 66 | "react": "^15.3.2"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "babel-cli": "6.16.0", |
70 |
| - "babel-eslint": "7.0.0", |
71 |
| - "babel-loader": "6.2.5", |
| 69 | + "babel-cli": "6.18.0", |
| 70 | + "babel-core": "6.18.2", |
| 71 | + "babel-eslint": "7.1.0", |
| 72 | + "babel-loader": "6.2.7", |
72 | 73 | "babel-plugin-add-module-exports": "0.2.1",
|
73 | 74 | "babel-plugin-lodash": "3.2.9",
|
74 |
| - "babel-plugin-transform-class-properties": "6.16.0", |
| 75 | + "babel-plugin-transform-class-properties": "6.18.0", |
75 | 76 | "babel-plugin-transform-decorators-legacy": "1.3.4",
|
76 |
| - "babel-preset-es2015": "6.16.0", |
| 77 | + "babel-preset-es2015": "6.18.0", |
77 | 78 | "babel-preset-react": "6.16.0",
|
78 | 79 | "babel-preset-stage-0": "6.16.0",
|
79 |
| - "babel-register": "6.16.3", |
| 80 | + "babel-register": "6.18.0", |
80 | 81 | "chai": "3.5.0",
|
81 | 82 | "codecov": "1.0.1",
|
82 | 83 | "commitizen": "2.8.6",
|
83 | 84 | "cz-conventional-changelog": "1.2.0",
|
84 |
| - "eslint": "3.8.0", |
85 |
| - "eslint-config-airbnb": "12.0.0", |
86 |
| - "eslint-plugin-import": "1.16.0", |
| 85 | + "eslint": "3.10.0", |
| 86 | + "eslint-config-airbnb": "13.0.0", |
| 87 | + "eslint-plugin-import": "2.2.0", |
87 | 88 | "eslint-plugin-jsx-a11y": "2.2.3",
|
88 |
| - "eslint-plugin-react": "6.4.1", |
| 89 | + "eslint-plugin-react": "6.6.0", |
89 | 90 | "ghooks": "1.3.2",
|
90 |
| - "mobx": "2.6.0", |
| 91 | + "mobx": "2.6.2", |
91 | 92 | "mocha": "3.1.2",
|
92 |
| - "npm-run-all": "3.1.0", |
93 |
| - "nyc": "8.3.1", |
| 93 | + "npm-run-all": "3.1.1", |
| 94 | + "nyc": "8.4.0", |
94 | 95 | "react": "15.3.2",
|
95 | 96 | "react-dom": "15.3.2",
|
96 | 97 | "rimraf": "2.5.4",
|
97 | 98 | "semantic-release": "4.3.5",
|
98 |
| - "webpack": "1.13.2" |
| 99 | + "webpack": "1.13.3" |
99 | 100 | }
|
100 | 101 | }
|
0 commit comments