Skip to content

Commit 7050584

Browse files
committed
bump deps
1 parent 0a12698 commit 7050584

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,33 @@
2525
},
2626
"homepage": "https://github.com/dozoisch/react-async-script",
2727
"devDependencies": {
28-
"babel": "~5.1.4",
29-
"babel-core": "~5.1.4",
28+
"babel": "~5.1.11",
29+
"babel-core": "~5.1.11",
3030
"babel-eslint": "~3.0.1",
3131
"babel-loader": "~5.0.0",
3232
"chai": "~2.2.0",
3333
"child-process-promise": "~1.0.2",
3434
"colors": "~1.0.3",
3535
"es5-shim": "~4.1.1",
3636
"eslint": "~0.19.0",
37-
"eslint-plugin-react": "~2.1.0",
37+
"eslint-plugin-react": "~2.2.0",
3838
"fs-promise": "~0.3.1",
3939
"karma": "~0.12.31",
4040
"karma-chai": "^0.1.0",
41-
"karma-chrome-launcher": "~0.1.7",
41+
"karma-chrome-launcher": "~0.1.8",
4242
"karma-cli": "~0.0.4",
4343
"karma-mocha": "~0.1.10",
4444
"karma-mocha-reporter": "~1.0.2",
4545
"karma-phantomjs-launcher": "~0.1.4",
4646
"karma-sourcemap-loader": "~0.3.4",
4747
"karma-webpack": "~1.5.0",
48-
"lodash": "~3.6.0",
48+
"lodash": "~3.7.0",
4949
"mocha": "~2.2.4",
50-
"react": "~0.13.1",
51-
"webpack": "~1.8.4",
52-
"yargs": "~3.7.1"
50+
"react": "~0.13.2",
51+
"webpack": "~1.8.9",
52+
"yargs": "~3.7.2"
5353
},
5454
"dependencies": {
55-
"babel-runtime": "~5.1.4"
55+
"babel-runtime": "~5.1.11"
5656
}
5757
}

0 commit comments

Comments
 (0)