Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 3ed1c16

Browse files
authored
Merge pull request #37 from benox3/dependencies
Tidy dependencies and include missed jsdom
2 parents b606638 + 32a6a00 commit 3ed1c16

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

package.json

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -42,33 +42,34 @@
4242
"url": "https://github.com/benox3/react-pic/issues"
4343
},
4444
"devDependencies": {
45-
"babel-cli": "^6.16.0",
46-
"babel-core": "^6.17.0",
47-
"babel-eslint": "^6.0.0",
48-
"babel-loader": "^6.2.5",
49-
"babel-plugin-transform-object-rest-spread": "^6.16.0",
50-
"babel-preset-es2015": "^6.16.0",
51-
"babel-preset-react": "^6.16.0",
52-
"chai": "^3.5.0",
53-
"core-js": "^2.4.1",
54-
"coveralls": "^2.11.14",
55-
"cross-env": "^1.0.7",
56-
"enzyme": "^2.4.1",
57-
"eslint": "^2.0.0",
58-
"eslint-plugin-react": "^4.2.3",
59-
"express": "^4.14.0",
60-
"istanbul": "^1.0.0-alpha.2",
61-
"mocha": "^3.0.2",
62-
"nodemon": "^1.10.2",
63-
"npm-run-all": "^3.1.0",
64-
"react": "^15.3.2",
65-
"react-addons-shallow-compare": "^15.3.2",
66-
"react-addons-test-utils": "^15.3.2",
67-
"react-dom": "^15.3.2",
68-
"sinon": "^1.17.6",
69-
"watch": "^0.19.2",
70-
"webpack": "^1.13.2",
71-
"webpack-dev-server": "^1.16.1"
45+
"babel-cli": "6.16.0",
46+
"babel-core": "6.17.0",
47+
"babel-eslint": "6.0.0",
48+
"babel-loader": "6.2.5",
49+
"babel-plugin-transform-object-rest-spread": "6.16.0",
50+
"babel-preset-es2015": "6.16.0",
51+
"babel-preset-react": "6.16.0",
52+
"chai": "3.5.0",
53+
"core-js": "2.4.1",
54+
"coveralls": "2.11.14",
55+
"cross-env": "1.0.7",
56+
"enzyme": "2.4.1",
57+
"eslint": "2.0.0",
58+
"eslint-plugin-react": "4.2.3",
59+
"express": "4.14.0",
60+
"istanbul": "1.0.0-alpha.2",
61+
"jsdom": "9.8.3",
62+
"mocha": "3.0.2",
63+
"nodemon": "1.10.2",
64+
"npm-run-all": "3.1.0",
65+
"react": "15.3.2",
66+
"react-addons-shallow-compare": "15.3.2",
67+
"react-addons-test-utils": "15.3.2",
68+
"react-dom": "15.3.2",
69+
"sinon": "1.17.6",
70+
"watch": "0.19.2",
71+
"webpack": "1.13.2",
72+
"webpack-dev-server": "1.16.1"
7273
},
7374
"peerDependencies": {
7475
"react": "0.14.x || ^15.0.0-0 || 15.x",

0 commit comments

Comments
 (0)