|
19 | 19 | "devDependencies": {
|
20 | 20 | "async": "^2.1.2",
|
21 | 21 | "babel-cli": "^6.18.0",
|
22 |
| - "babel-core": "^6.18.0", |
| 22 | + "babel-core": "^6.18.2", |
23 | 23 | "babel-plugin-add-module-exports": "~0.2.1",
|
24 | 24 | "babel-plugin-lodash": "3.2.9",
|
25 | 25 | "babel-plugin-syntax-jsx": "^6.18.0",
|
26 |
| - "babel-plugin-transform-object-rest-spread": "^6.16.0", |
27 |
| - "babel-plugin-transform-runtime": "^6.13.3", |
28 |
| - "babel-preset-env": "0.0.6", |
| 26 | + "babel-plugin-transform-object-rest-spread": "^6.19.0", |
| 27 | + "babel-plugin-transform-runtime": "^6.15.0", |
| 28 | + "babel-preset-env": "0.0.8", |
29 | 29 | "babel-preset-es2015": "^6.18.0",
|
30 | 30 | "babel-preset-react": "^6.16.0",
|
31 | 31 | "babel-preset-stage-0": "^6.16.0",
|
32 | 32 | "babel-register": "^6.18.0",
|
33 | 33 | "chai": "^3.5.0",
|
34 | 34 | "lodash-bound": "^1.1.2",
|
35 | 35 | "lodash-compat": "^3.10.2",
|
36 |
| - "lodash-es": "^4.16.6", |
| 36 | + "lodash-es": "^4.17.2", |
37 | 37 | "mocha": "^3.1.2",
|
38 | 38 | "ramda": "^0.22.1",
|
39 | 39 | "react-bootstrap": "^0.30.6"
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 | 42 | "glob": "^7.1.1",
|
43 |
| - "lodash": "^4.16.6" |
| 43 | + "lodash": "^4.17.2" |
44 | 44 | },
|
45 | 45 | "files": [
|
46 | 46 | "lib"
|
|
0 commit comments