Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 3a45e19

Browse files
committed
Update deps.
1 parent 0772d6d commit 3a45e19

File tree

2 files changed

+173
-166
lines changed

2 files changed

+173
-166
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"test": "mocha --check-leaks --compilers js:babel-register"
1818
},
1919
"devDependencies": {
20-
"async": "^2.1.2",
20+
"async": "^2.1.4",
2121
"babel-cli": "^6.18.0",
22-
"babel-core": "^6.18.2",
22+
"babel-core": "^6.20.0",
2323
"babel-plugin-add-module-exports": "~0.2.1",
2424
"babel-plugin-lodash": "3.2.10",
2525
"babel-plugin-syntax-flow": "^6.18.0",
2626
"babel-plugin-syntax-jsx": "^6.18.0",
27-
"babel-plugin-transform-object-rest-spread": "^6.19.0",
27+
"babel-plugin-transform-object-rest-spread": "^6.20.2",
2828
"babel-plugin-transform-runtime": "^6.15.0",
29-
"babel-preset-env": "0.0.8",
29+
"babel-preset-env": "^1.1.1",
3030
"babel-preset-es2015": "^6.18.0",
3131
"babel-preset-react": "^6.16.0",
3232
"babel-preset-stage-0": "^6.16.0",
@@ -35,9 +35,9 @@
3535
"lodash-bound": "^1.1.2",
3636
"lodash-compat": "^3.10.2",
3737
"lodash-es": "^4.17.2",
38-
"mocha": "^3.1.2",
38+
"mocha": "^3.2.0",
3939
"ramda": "^0.22.1",
40-
"react-bootstrap": "^0.30.6"
40+
"react-bootstrap": "^0.30.7"
4141
},
4242
"dependencies": {
4343
"glob": "^7.1.1",

0 commit comments

Comments
 (0)