We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0d07c commit 205b24cCopy full SHA for 205b24c
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "react-es7",
3
- "version": "0.0.17",
+ "version": "0.0.18",
4
"description": "Example of using React + Reflux + router + ES6 with experimental ES7 syntax + Jest + Semantic-UI",
5
"main": "src/index.js",
6
"scripts": {
7
- "test": "BABEL_JEST_STAGE=0 jest",
+ "test": "BABEL_JEST_STAGE=1 jest",
8
"bundle": "broccoli build dist",
9
"serve": "broccoli serve"
10
},
@@ -38,8 +38,8 @@
38
"rimraf": "^2.3.2"
39
40
"dependencies": {
41
- "lodash": "^3.6.0",
42
- "react": "^0.13.1",
+ "lodash": "^3.7.0",
+ "react": "^0.13.2",
43
"react-router": "^0.13.2",
44
"react-semantify": "^0.3.1",
45
"reflux": "^0.2.7"
0 commit comments