File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-inline-css" ,
3
3
"description" : " Inline CSS in your React components, namespaced automatically." ,
4
- "version" : " 2.1.1 " ,
4
+ "version" : " 2.2.0 " ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"repository" : {
7
7
"type" : " git" ,
20
20
"localhost" : " sleep 2; which open && open http://localhost:8080" ,
21
21
"build" : " webpack --verbose --colors --display-error-details --config webpack.client.js" ,
22
22
"watch-client" : " webpack --verbose --colors --display-error-details --config webpack.client-watch.js && webpack-dev-server --config webpack.client-watch.js" ,
23
- "watch" : " concurrent 'npm run watch-client' 'npm run localhost'"
23
+ "watch" : " concurrently 'npm run watch-client' 'npm run localhost'"
24
24
},
25
25
"devDependencies" : {
26
- "babel-core" : " 6.7.6 " ,
26
+ "babel-core" : " 6.11.4 " ,
27
27
"babel-loader" : " 6.2.4" ,
28
- "babel-preset-es2015" : " 6.6 .0" ,
29
- "babel-preset-react" : " 6.5.0 " ,
30
- "concurrently" : " 2.0 .0" ,
28
+ "babel-preset-es2015" : " 6.9 .0" ,
29
+ "babel-preset-react" : " 6.11.1 " ,
30
+ "concurrently" : " 2.2 .0" ,
31
31
"json-loader" : " 0.5.4" ,
32
- "react" : " 15.0.1 " ,
33
- "react-dom" : " 15.0.1 " ,
32
+ "react" : " 15.3.0 " ,
33
+ "react-dom" : " 15.3.0 " ,
34
34
"react-hot-loader" : " 1.3.0" ,
35
- "webpack" : " 1.13.0 " ,
35
+ "webpack" : " 1.13.1 " ,
36
36
"webpack-dev-server" : " 1.14.1"
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments