Skip to content

Commit 39412ae

Browse files
committed
upgrade packages (inc. React 0.13.3)
1 parent 205b24c commit 39412ae

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-es7",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Example of using React + Reflux + router + ES6 with experimental ES7 syntax + Jest + Semantic-UI",
55
"main": "src/index.js",
66
"scripts": {
@@ -23,24 +23,24 @@
2323
"author": "Jaroslaw Zabiello <[email protected]>",
2424
"license": "MIT",
2525
"devDependencies": {
26-
"jest-cli": "^0.4.0",
27-
"babel-jest": "^5.0.1",
28-
"broccoli": "^0.15.3",
26+
"jest-cli": "^0.4.2",
27+
"babel-jest": "^5.2.0",
28+
"broccoli": "^0.16.2",
2929
"broccoli-babel-transpiler": "^5.0.0",
3030
"broccoli-env": "0.0.1",
31-
"broccoli-fast-browserify": "^0.2.5",
31+
"broccoli-fast-browserify": "^0.2.6",
3232
"broccoli-funnel": "^0.2.3",
3333
"broccoli-gzip": "^0.2.1",
3434
"broccoli-merge-trees": "^0.2.1",
35-
"broccoli-sass": "^0.6.3",
35+
"broccoli-sass": "^0.6.6",
3636
"broccoli-timepiece": "^0.3.0",
3737
"broccoli-uglify-js": "^0.1.3",
38-
"rimraf": "^2.3.2"
38+
"rimraf": "^2.3.3"
3939
},
4040
"dependencies": {
41-
"lodash": "^3.7.0",
42-
"react": "^0.13.2",
43-
"react-router": "^0.13.2",
41+
"lodash": "^3.8.0",
42+
"react": "^0.13.3",
43+
"react-router": "^0.13.3",
4444
"react-semantify": "^0.3.1",
4545
"reflux": "^0.2.7"
4646
}

0 commit comments

Comments
 (0)