Skip to content

Commit

Permalink
refactor(examples): update dependencies in bmi-naive
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Dec 21, 2016
1 parent eaf3c27 commit cb22e2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/bmi-naive/package.json
Expand Up @@ -5,11 +5,11 @@
"author": "Andre Staltz",
"license": "MIT",
"dependencies": {
"@cycle/rxjs-run": "3.0.x",
"rxjs": "^5.0.0-beta.11",
"@cycle/isolate": "1.4.x",
"@cycle/dom": "12.2.x",
"xstream": "6.1.x"
"@cycle/rxjs-run": "3.2",
"rxjs": "^5.0.1",
"@cycle/isolate": "1.4",
"@cycle/dom": "14.3",
"xstream": "9.2"
},
"devDependencies": {
"browserify": "13.0.0",
Expand Down

0 comments on commit cb22e2a

Please sign in to comment.