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

Commit 2323c79

Browse files
committed
Update deps.
1 parent da1caad commit 2323c79

File tree

2 files changed

+202
-271
lines changed

2 files changed

+202
-271
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@
1919
"devDependencies": {
2020
"async": "^2.1.2",
2121
"babel-cli": "^6.18.0",
22-
"babel-core": "^6.18.0",
22+
"babel-core": "^6.18.2",
2323
"babel-plugin-add-module-exports": "~0.2.1",
2424
"babel-plugin-lodash": "3.2.9",
2525
"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",
2929
"babel-preset-es2015": "^6.18.0",
3030
"babel-preset-react": "^6.16.0",
3131
"babel-preset-stage-0": "^6.16.0",
3232
"babel-register": "^6.18.0",
3333
"chai": "^3.5.0",
3434
"lodash-bound": "^1.1.2",
3535
"lodash-compat": "^3.10.2",
36-
"lodash-es": "^4.16.6",
36+
"lodash-es": "^4.17.2",
3737
"mocha": "^3.1.2",
3838
"ramda": "^0.22.1",
3939
"react-bootstrap": "^0.30.6"
4040
},
4141
"dependencies": {
4242
"glob": "^7.1.1",
43-
"lodash": "^4.16.6"
43+
"lodash": "^4.17.2"
4444
},
4545
"files": [
4646
"lib"

0 commit comments

Comments
 (0)