Skip to content

Commit c0c71d8

Browse files
update dependencies
1 parent f1123a6 commit c0c71d8

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@
2222
},
2323
"license": "MIT",
2424
"dependencies": {
25-
"babel-cli": "^6.4.0",
26-
"babel-runtime": "^6.3.19",
27-
"core-decorators": "^0.11.0",
28-
"lodash": "^4.0.0",
25+
"babel-cli": "^6.6.5",
26+
"babel-runtime": "^6.6.1",
27+
"core-decorators": "^0.12.0",
28+
"lodash": "^4.7.0",
2929
"react-motion": "^0.4.2"
3030
},
3131
"peerDependencies": {
32-
"radium": "^0.16.x",
32+
"radium": "^0.x.x",
3333
"react": "^0.14.x",
3434
"react-dom": "^0.14.x"
3535
},
3636
"devDependencies": {
37-
"babel-eslint": "^5.0.0-beta6",
37+
"babel-eslint": "^6.0.2",
3838
"babel-plugin-transform-decorators-legacy": "^1.3.4",
39-
"babel-polyfill": "^6.3.14",
40-
"babel-preset-es2015": "^6.3.13",
41-
"babel-preset-react": "^6.3.13",
42-
"babel-preset-stage-0": "^6.3.13",
43-
"eslint": "^2.1.0",
44-
"eslint-plugin-babel": "^3.0.0",
45-
"eslint-plugin-react": "^3.14.0",
46-
"rimraf": "^2.5.0"
39+
"babel-polyfill": "^6.7.4",
40+
"babel-preset-es2015": "^6.6.0",
41+
"babel-preset-react": "^6.5.0",
42+
"babel-preset-stage-0": "^6.5.0",
43+
"eslint": "^2.6.0",
44+
"eslint-plugin-babel": "^3.1.0",
45+
"eslint-plugin-react": "^4.2.3",
46+
"rimraf": "^2.5.2"
4747
}
4848
}

0 commit comments

Comments
 (0)