Skip to content

Commit 2fefee5

Browse files
committed
update dependencies
1 parent b856410 commit 2fefee5

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -30,51 +30,51 @@
3030
},
3131
"devDependencies": {
3232
"autoprefixer-loader": "^3.2.0",
33-
"babel-core": "6.8.0",
34-
"babel-eslint": "^6.0.4",
35-
"babel-loader": "6.2.4",
33+
"babel-core": "6.14.0",
34+
"babel-eslint": "^6.1.2",
35+
"babel-loader": "6.2.5",
3636
"babel-plugin-transform-async-to-module-method": "^6.8.0",
37-
"babel-plugin-transform-class-properties": "^6.8.0",
38-
"babel-preset-es2015": "^6.6.0",
39-
"babel-preset-react": "^6.5.0",
40-
"better-npm-run": "0.0.8",
37+
"babel-plugin-transform-class-properties": "^6.11.5",
38+
"babel-preset-es2015": "^6.14.0",
39+
"babel-preset-react": "^6.11.1",
40+
"better-npm-run": "0.0.11",
4141
"clean-webpack-plugin": "^0.1.10",
42-
"concurrently": "2.1.0",
43-
"css-loader": "^0.23.1",
44-
"eslint": "^2.11.1",
45-
"eslint-config-airbnb": "9.0.1",
46-
"eslint-plugin-import": "^1.8.1",
47-
"eslint-plugin-jsx-a11y": "^1.3.0",
48-
"eslint-plugin-react": "^5.1.1",
49-
"express": "^4.13.4",
50-
"express-http-proxy": "^0.6.0",
42+
"concurrently": "2.2.0",
43+
"css-loader": "^0.25.0",
44+
"eslint": "^3.5.0",
45+
"eslint-config-airbnb": "11.1.0",
46+
"eslint-plugin-import": "^1.15.0",
47+
"eslint-plugin-jsx-a11y": "^2.2.2",
48+
"eslint-plugin-react": "^6.2.1",
49+
"express": "^4.14.0",
50+
"express-http-proxy": "^0.10.0",
5151
"extract-text-webpack-plugin": "^1.0.1",
52-
"http-proxy": "^1.13.3",
52+
"http-proxy": "^1.14.0",
5353
"json-loader": "0.5.4",
5454
"less": "^2.7.1",
5555
"less-loader": "^2.2.3",
5656
"react-a11y": "0.3.3",
57-
"react-hot-loader": "1.3.0",
57+
"react-hot-loader": "3.0.0-beta.3",
5858
"strip-loader": "^0.1.2",
5959
"style-loader": "^0.13.1",
60-
"webpack": "^1.13.1",
61-
"webpack-dev-server": "1.14.1"
60+
"webpack": "^1.13.2",
61+
"webpack-dev-server": "1.15.2"
6262
},
6363
"dependencies": {
6464
"babel": "6.5.2",
6565
"babel-plugin-typecheck": "3.9.0",
66-
"babel-polyfill": "^6.9.1",
67-
"babel-runtime": "^6.9.2",
68-
"bluebird": "^3.4.0",
66+
"babel-polyfill": "^6.13.0",
67+
"babel-runtime": "^6.11.6",
68+
"bluebird": "^3.4.6",
6969
"less": "^2.7.1",
7070
"less-loader": "^2.2.3",
71-
"moment": "^2.14.1",
71+
"moment": "^2.15.0",
7272
"oc-react-components": "^0.2.0",
73-
"react": "^15.1.0",
74-
"react-dom": "^15.1.0",
75-
"react-dropzone": "^3.5.0",
76-
"react-responsive": "1.1.3",
73+
"react": "^15.3.1",
74+
"react-dom": "^15.3.1",
75+
"react-dropzone": "^3.6.0",
76+
"react-responsive": "1.1.4",
7777
"react-scrolla": "^0.3.0",
78-
"react-time": "^4.1.0"
78+
"react-time": "^4.2.0"
7979
}
8080
}

0 commit comments

Comments
 (0)