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

Commit ee9ee24

Browse files
committed
Update dependencies
1 parent c23a6f7 commit ee9ee24

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

package.json

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,28 @@
2929
"homepage": "https://github.com/vkbansal/react-contextmenu",
3030
"dependencies": {
3131
"autobind-decorator": "^1.3.2",
32-
"classnames": "^2.1.3",
33-
"flummox": "^3.5.2",
34-
"invariant": "^2.1.0",
32+
"classnames": "^2.2.1",
33+
"flummox": "^3.6.7",
34+
"invariant": "^2.2.0",
3535
"lodash.isobject": "^3.0.2",
36-
"object-assign": "^4.0.1",
37-
"react": "^0.14.0",
38-
"react-dom": "^0.14.0"
36+
"object-assign": "^4.0.1"
37+
},
38+
"peerDependencies": {
39+
"react": "^0.14.0",
40+
"react-dom": "^0.14.0"
3941
},
4042
"devDependencies": {
41-
"babel": "^5.8.21",
42-
"babel-core": "^5.8.22",
43+
"babel-core": "^6.3.17",
44+
"babel-cli": "^6.3.17",
4345
"babel-eslint": "^5.0.0-beta4",
44-
"babel-loader": "^5.3.2",
45-
"eslint": "^1.1.0",
46+
"babel-loader": "^6.2.0",
47+
"eslint": "^1.10.3",
4648
"eslint-config-vkbansal": "^0.1.3",
47-
"eslint-plugin-react": "^3.2.2",
48-
"history": "^1.12.0",
49-
"node-libs-browser": "^0.5.2",
50-
"react-router": "^1.0.0-rc3",
51-
"webpack": "^1.11.0",
52-
"webpack-dev-server": "^1.10.1"
49+
"eslint-plugin-react": "^3.11.3",
50+
"history": "^1.16.0",
51+
"node-libs-browser": "^0.5.3",
52+
"react-router": "^1.0.2",
53+
"webpack": "^1.12.9",
54+
"webpack-dev-server": "^1.14.0"
5355
}
5456
}

0 commit comments

Comments
 (0)