Skip to content

Commit f3737cb

Browse files
committed
Updated dev dependencies.
1 parent e33ffd3 commit f3737cb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"license": "BSD-3-Clause",
2222
"dependencies": {
2323
"hoist-non-react-statics": "^1.0.3",
24-
"lodash": "^4.0.0"
24+
"lodash": "^4.1.0"
2525
},
2626
"devDependencies": {
27-
"chai": "^3.4.1",
28-
"jsdom": "^7.2.2",
29-
"pragmatist": "^2.3.74",
30-
"react": "^0.14.6",
31-
"react-addons-test-utils": "^0.14.6",
32-
"react-dom": "^0.14.6"
27+
"chai": "^3.5.0",
28+
"jsdom": "^8.0.2",
29+
"pragmatist": "^3.0.3",
30+
"react": "^0.15.0-alpha.1",
31+
"react-addons-test-utils": "^0.15.0-alpha.1",
32+
"react-dom": "^0.15.0-alpha.1"
3333
},
3434
"scripts": {
35-
"pragmatist": "node ./node_modules/.bin/pragmatist --browser",
35+
"pragmatist": "node ./node_modules/.bin/pragmatist --es5",
3636
"lint": "npm run pragmatist lint",
3737
"test": "npm run pragmatist test",
3838
"build": "npm run pragmatist build",

0 commit comments

Comments
 (0)