Skip to content

Commit

Permalink
Update example dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 30, 2018
1 parent 07dce36 commit 52b72ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"start": "ecstatic ."
},
"dependencies": {
"ecstatic": "^3.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"ecstatic": "^3.3.0",
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babelify": "^9.0.0",
"browserify": "^16.0.0",
"@babel/core": "^7.1.2",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"cross-env": "^5.1.6"
}
}

0 comments on commit 52b72ee

Please sign in to comment.