Skip to content

Commit a1eff26

Browse files
author
Rick Wong
committed
Update dependencies including React 15.
1 parent 944be92 commit a1eff26

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
@@ -1,7 +1,7 @@
11
{
22
"name": "react-inline-css",
33
"description": "Inline CSS in your React components, namespaced automatically.",
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"license": "BSD-3-Clause",
66
"repository": {
77
"type": "git",
@@ -20,19 +20,19 @@
2020
"localhost": "sleep 2; which open && open http://localhost:8080",
2121
"build": "webpack --verbose --colors --display-error-details --config webpack.client.js",
2222
"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'"
2424
},
2525
"devDependencies": {
26-
"babel-core": "6.7.6",
26+
"babel-core": "6.11.4",
2727
"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",
3131
"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",
3434
"react-hot-loader": "1.3.0",
35-
"webpack": "1.13.0",
35+
"webpack": "1.13.1",
3636
"webpack-dev-server": "1.14.1"
3737
}
3838
}

0 commit comments

Comments
 (0)