Skip to content

Commit 570d1bb

Browse files
committed
Upgraded 6to5 v3.0.11, upgraded Reflux 0.2.4
1 parent 0b9fdf6 commit 570d1bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-es7",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Example of using React + Reflux + router + ES6 with experimental ES7 syntax + Jest + Semantic-UI",
55
"main": "src/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"author": "",
2525
"license": "ISC",
2626
"devDependencies": {
27-
"6to5": "^1.15.0",
27+
"6to5": "*",
2828
"6to5-jest": "hipertracker/6to5-jest",
2929
"broccoli": "^0.13.3",
3030
"broccoli-6to5-transpiler": "^0.1.1",
@@ -42,12 +42,12 @@
4242
"jest-cli": "^0.2.1"
4343
},
4444
"dependencies": {
45-
"lodash": "^2.4.1",
46-
"react": "0.12.2",
47-
"reflux": "0.2.3",
45+
"lodash": "*",
46+
"react": "^0.12.2",
47+
"react-router": "*",
4848
"react-semantify": "jessy1092/react-semantify",
49-
"react-router": "0.11.6",
50-
"reactify": "^0.17.1",
49+
"reactify": "*",
50+
"reflux": "*",
5151
"rimraf": "^2.2.8"
5252
}
5353
}

0 commit comments

Comments
 (0)