|
17 | 17 | "test": "mocha --check-leaks --compilers js:babel-register"
|
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 |
| - "async": "^2.1.4", |
21 |
| - "babel-cli": "^6.18.0", |
22 |
| - "babel-core": "^6.20.0", |
| 20 | + "async": "^2.1.5", |
| 21 | + "babel-cli": "^6.22.2", |
| 22 | + "babel-core": "^6.23.1", |
23 | 23 | "babel-plugin-add-module-exports": "~0.2.1",
|
24 | 24 | "babel-plugin-lodash": "3.2.11",
|
25 | 25 | "babel-plugin-syntax-flow": "^6.18.0",
|
26 | 26 | "babel-plugin-syntax-jsx": "^6.18.0",
|
27 |
| - "babel-plugin-transform-object-rest-spread": "^6.20.2", |
| 27 | + "babel-plugin-transform-object-rest-spread": "^6.23.0", |
28 | 28 | "babel-plugin-transform-runtime": "^6.15.0",
|
29 |
| - "babel-preset-env": "^1.1.1", |
| 29 | + "babel-preset-env": "^1.2.1", |
30 | 30 | "babel-preset-es2015": "^6.18.0",
|
31 | 31 | "babel-preset-react": "^6.16.0",
|
32 | 32 | "babel-preset-stage-0": "^6.16.0",
|
33 |
| - "babel-register": "^6.18.0", |
| 33 | + "babel-register": "^6.23.0", |
34 | 34 | "chai": "^3.5.0",
|
35 | 35 | "lodash-bound": "^1.1.2",
|
36 | 36 | "lodash-compat": "^3.10.2",
|
37 |
| - "lodash-es": "^4.17.2", |
| 37 | + "lodash-es": "^4.17.4", |
38 | 38 | "mocha": "^3.2.0",
|
39 |
| - "ramda": "^0.22.1", |
40 |
| - "react-bootstrap": "^0.30.7" |
| 39 | + "ramda": "^0.23.0", |
| 40 | + "react-bootstrap": "^0.30.8" |
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 | 43 | "glob": "^7.1.1",
|
44 |
| - "lodash": "^4.17.2" |
| 44 | + "lodash": "^4.17.4" |
45 | 45 | },
|
46 | 46 | "files": [
|
47 | 47 | "lib"
|
|
0 commit comments