Skip to content

Commit af2cf6d

Browse files
committed
Updated dependencies
1 parent bb9fe28 commit af2cf6d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-desktop",
33
"author": "Gabriel Bull",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "React UI Components for OS X El Capitan and Windows 10",
66
"main": "./index.js",
77
"keywords": [
@@ -27,30 +27,30 @@
2727
"radium": "^0.17.1"
2828
},
2929
"peerDependencies": {
30-
"react": "~15.0",
31-
"react-dom": "~15.0"
30+
"react": "^15.0.0",
31+
"react-dom": "^15.0.0"
3232
},
3333
"devDependencies": {
34-
"babel-cli": "^6.8.0",
35-
"babel-core": "^6.8.0",
34+
"babel-cli": "^6.10.1",
35+
"babel-core": "^6.9.1",
3636
"babel-eslint": "^6.0.4",
3737
"babel-loader": "^6.2.4",
3838
"babel-plugin-transform-decorators-legacy": "^1.3.4",
39-
"babel-preset-es2015": "^6.6.0",
39+
"babel-preset-es2015": "^6.9.0",
4040
"babel-preset-react": "^6.5.0",
4141
"babel-preset-stage-0": "^6.5.0",
4242
"chai": "^3.5.0",
43-
"eslint": "^2.9.0",
43+
"eslint": "^2.12.0",
4444
"eslint-plugin-react": "^5.1.1",
45-
"html-webpack-plugin": "^2.16.1",
46-
"jsdom": "^9.0.0",
47-
"mocha": "^2.4.5",
48-
"react": "^15.0.2",
49-
"react-addons-test-utils": "^15.0.2",
50-
"react-color": "^2.1.0",
51-
"react-dom": "^15.0.2",
45+
"html-webpack-plugin": "^2.21.0",
46+
"jsdom": "^9.2.1",
47+
"mocha": "^2.5.3",
48+
"react": "^15.1.0",
49+
"react-addons-test-utils": "^15.1.0",
50+
"react-color": "^2.2.0",
51+
"react-dom": "^15.1.0",
5252
"react-hot-loader": "^1.3.0",
53-
"webpack": "^1.13.0",
53+
"webpack": "^1.13.1",
5454
"webpack-dev-server": "^1.14.1"
5555
},
5656
"scripts": {

0 commit comments

Comments
 (0)