Skip to content

Commit

Permalink
update cyclejs to cycle/dom v14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed Nov 19, 2016
1 parent c3c1565 commit 71d2dd3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
File renamed without changes.
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cycle.js v7.0.0</title>
<title>Cycle.js dom@14.1.0</title>
<link href="../css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
<link href="../css/main.css" rel="stylesheet"/>
</head>
Expand Down
14 changes: 7 additions & 7 deletions cyclejs-v7.0.0/package.json → cyclejs-dom-v14.1.0/package.json
Expand Up @@ -7,17 +7,17 @@
"build-prod": "webpack -p -c webpack.config.js"
},
"devDependencies": {
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-core": "6.18.2",
"babel-loader": "6.2.8",
"babel-plugin-transform-react-jsx": "6.8.0",
"babel-preset-es2015": "6.14.0",
"babel-preset-stage-0": "6.5.0",
"webpack": "1.13.2"
"babel-preset-es2015": "6.18.0",
"babel-preset-stage-0": "6.16.0",
"webpack": "1.13.3"
},
"dependencies": {
"@cycle/dom": "12.2.2",
"@cycle/dom": "14.1.0",
"@cycle/xstream-run": "3.1.0",
"snabbdom-jsx": "0.3.1",
"xstream": "6.2.0"
"xstream": "8.0.0"
}
}
Expand Up @@ -92,7 +92,7 @@ function view(state$) {
<div className='jumbotron'>
<div className='row'>
<div className='col-md-6'>
<h1>Cycle.js v7.0.0</h1>
<h1>Cycle.js dom@14.1.0</h1>
</div>
<div className="col-md-6">
<div className="row">
Expand Down
File renamed without changes.

0 comments on commit 71d2dd3

Please sign in to comment.