Skip to content

Commit 205b24c

Browse files
committed
updated to React 0.13.2, raised BABEL_JEST_STAGE from 0 to 1
1 parent 4f0d07c commit 205b24c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-es7",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "Example of using React + Reflux + router + ES6 with experimental ES7 syntax + Jest + Semantic-UI",
55
"main": "src/index.js",
66
"scripts": {
7-
"test": "BABEL_JEST_STAGE=0 jest",
7+
"test": "BABEL_JEST_STAGE=1 jest",
88
"bundle": "broccoli build dist",
99
"serve": "broccoli serve"
1010
},
@@ -38,8 +38,8 @@
3838
"rimraf": "^2.3.2"
3939
},
4040
"dependencies": {
41-
"lodash": "^3.6.0",
42-
"react": "^0.13.1",
41+
"lodash": "^3.7.0",
42+
"react": "^0.13.2",
4343
"react-router": "^0.13.2",
4444
"react-semantify": "^0.3.1",
4545
"reflux": "^0.2.7"

0 commit comments

Comments
 (0)