Skip to content

Commit f77f608

Browse files
committed
update packages
1 parent 6d02793 commit f77f608

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@
1818
"author": "@moklick <[email protected]>",
1919
"license": "MIT",
2020
"devDependencies": {
21-
"babel-core": "^4.0.1",
21+
"babel-core": "^4.7.0",
2222
"babel-jest": "^4.0.0",
23-
"babel-loader": "^4.0.0",
23+
"babel-loader": "^4.2.0",
2424
"del": "^1.1.1",
2525
"gulp": "^3.8.11",
2626
"gulp-autoprefixer": "^2.1.0",
27-
"gulp-concat": "^2.5.0",
27+
"gulp-concat": "^2.5.2",
2828
"gulp-connect": "^2.2.0",
29-
"gulp-livereload": "^3.7.0",
30-
"gulp-load-plugins": "^0.8.0",
31-
"gulp-size": "^1.2.0",
32-
"gulp-stylus": "^2.0.0",
33-
"gulp-uglifyjs": "^0.6.0",
34-
"gulp-util": "^3.0.3",
35-
"gulp-watch": "^4.1.1",
36-
"gulp-webpack": "^1.2.0",
29+
"gulp-livereload": "^3.8.0",
30+
"gulp-load-plugins": "^0.9.0",
31+
"gulp-size": "^1.2.1",
32+
"gulp-stylus": "^2.0.1",
33+
"gulp-uglifyjs": "^0.6.1",
34+
"gulp-util": "^3.0.4",
35+
"gulp-watch": "^4.2.1",
36+
"gulp-webpack": "^1.3.0",
3737
"jest-cli": "^0.4.0",
3838
"object-assign": "^2.0.0",
39-
"react-tools": "^0.13.0",
40-
"webpack": "^1.5.3"
39+
"react-tools": "^0.13.1",
40+
"webpack": "^1.7.3"
4141
},
4242
"dependencies": {
43-
"react": "^0.12.2",
44-
"react-router": "^0.12.0",
45-
"reflux": "^0.2.5"
43+
"react": "^0.13.1",
44+
"react-router": "^0.13.2",
45+
"reflux": "^0.2.7"
4646
},
4747
"jest": {
4848
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",

0 commit comments

Comments
 (0)