Skip to content

Commit 8d76583

Browse files
committed
feat(package): update dependencies
1 parent 80d4e05 commit 8d76583

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -30,66 +30,66 @@
3030
"author": "Satyajit Sahoo <[email protected]> (https://github.com/satya164/)",
3131
"license": "MIT",
3232
"dependencies": {
33-
"autoprefixer": "^6.3.7",
34-
"babel-loader": "^6.2.4",
33+
"autoprefixer": "^6.4.1",
34+
"babel-loader": "^6.2.5",
3535
"babel-plugin-transform-react-constant-elements": "^6.9.1",
3636
"babel-plugin-transform-react-inline-elements": "^6.8.0",
37-
"babel-plugin-transform-runtime": "^6.9.0",
38-
"babel-polyfill": "^6.9.1",
39-
"babel-preset-es2015": "^6.9.0",
40-
"babel-preset-es2015-native-modules": "^6.6.0",
37+
"babel-plugin-transform-runtime": "^6.15.0",
38+
"babel-polyfill": "^6.13.0",
39+
"babel-preset-es2015": "^6.14.0",
40+
"babel-preset-es2015-native-modules": "^6.9.4",
4141
"babel-preset-react": "^6.11.1",
4242
"babel-preset-react-hmre": "^1.1.1",
43-
"babel-preset-stage-1": "^6.5.0",
44-
"babel-runtime": "^6.9.2",
43+
"babel-preset-stage-1": "^6.13.0",
44+
"babel-runtime": "^6.11.6",
4545
"chalk": "^1.1.3",
46-
"cheerio": "^0.20.0",
47-
"css-loader": "^0.23.1",
46+
"cheerio": "^0.22.0",
47+
"css-loader": "^0.25.0",
4848
"file-loader": "^0.9.0",
49-
"glob-expand": "^0.2.0",
49+
"glob-expand": "^0.2.1",
5050
"json-loader": "^0.5.4",
51-
"koa": "^1.2.0",
51+
"koa": "^1.2.4",
5252
"koa-compose": "^2.4.0",
5353
"koa-logger": "^1.3.0",
5454
"koa-static": "^2.0.0",
55-
"koa-webpack-dev-middleware": "^1.2.1",
55+
"koa-webpack-dev-middleware": "^1.2.2",
5656
"koa-webpack-hot-middleware": "^1.0.3",
5757
"less": "^2.7.1",
5858
"less-loader": "^2.2.3",
59-
"lodash": "^4.13.1",
59+
"lodash": "^4.15.0",
6060
"memory-fs": "^0.3.0",
6161
"ncp": "^2.0.0",
62-
"node-sass": "^3.8.0",
62+
"node-sass": "^3.9.3",
6363
"opn": "^4.0.2",
64-
"postcss-loader": "^0.9.1",
65-
"radium": "^0.17.1",
66-
"react": "^15.2.0",
67-
"react-dom": "^15.2.0",
64+
"postcss-loader": "^0.13.0",
65+
"radium": "^0.18.1",
66+
"react": "^15.3.1",
67+
"react-dom": "^15.3.1",
6868
"react-redux": "^4.4.5",
69-
"react-router": "^2.5.2",
69+
"react-router": "^2.8.0",
7070
"react-router-redux": "^4.0.5",
71-
"redux": "^3.5.2",
72-
"sass-loader": "^4.0.0",
71+
"redux": "^3.6.0",
72+
"sass-loader": "^4.0.2",
7373
"style-loader": "^0.13.1",
7474
"url-loader": "^0.5.7",
75-
"webpack": "^2.1.0-beta.15",
76-
"yargs": "^4.7.1"
75+
"webpack": "^2.1.0-beta.22",
76+
"yargs": "^5.0.0"
7777
},
7878
"devDependencies": {
79-
"ava": "^0.15.2",
80-
"babel-cli": "^6.10.1",
81-
"babel-eslint": "^6.1.0",
82-
"coveralls": "^2.11.9",
83-
"cz-conventional-changelog": "^1.1.6",
84-
"del": "^2.2.1",
79+
"ava": "^0.16.0",
80+
"babel-cli": "^6.14.0",
81+
"babel-eslint": "^6.1.2",
82+
"coveralls": "^2.11.12",
83+
"cz-conventional-changelog": "^1.2.0",
84+
"del": "^2.2.2",
8585
"del-cli": "^0.2.0",
86-
"eslint": "^3.0.0",
87-
"eslint-plugin-ava": "^2.5.0",
86+
"eslint": "^3.5.0",
87+
"eslint-plugin-ava": "^3.0.0",
8888
"eslint-plugin-babel": "^3.3.0",
89-
"eslint-plugin-import": "^1.10.1",
89+
"eslint-plugin-import": "^1.14.0",
9090
"eventsource": "^0.2.1",
9191
"mkdirp": "^0.5.1",
92-
"nyc": "^6.6.1",
92+
"nyc": "^8.1.0",
9393
"semantic-release": "^4.3.5"
9494
},
9595
"ava": {

0 commit comments

Comments
 (0)