Skip to content

Commit 944be92

Browse files
author
Rick
committed
Update dependencies.
1 parent 3af5b78 commit 944be92

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.0",
4+
"version": "2.1.1",
55
"license": "BSD-3-Clause",
66
"repository": {
77
"type": "git",
@@ -23,16 +23,16 @@
2323
"watch": "concurrent 'npm run watch-client' 'npm run localhost'"
2424
},
2525
"devDependencies": {
26-
"babel-core": "6.4.0",
27-
"babel-loader": "6.2.1",
28-
"babel-preset-es2015": "6.3.13",
29-
"babel-preset-react": "6.3.13",
30-
"concurrently": "1.0.0",
26+
"babel-core": "6.7.6",
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",
3131
"json-loader": "0.5.4",
32-
"react": "0.14.6",
33-
"react-dom": "0.14.6",
32+
"react": "15.0.1",
33+
"react-dom": "15.0.1",
3434
"react-hot-loader": "1.3.0",
35-
"webpack": "1.12.11",
35+
"webpack": "1.13.0",
3636
"webpack-dev-server": "1.14.1"
3737
}
3838
}

0 commit comments

Comments
 (0)