Skip to content

Commit 71d2dd3

Browse files
committed
update cyclejs to cycle/dom v14.10
1 parent c3c1565 commit 71d2dd3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
File renamed without changes.

cyclejs-v7.0.0/index.html renamed to cyclejs-dom-v14.1.0/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Cycle.js v7.0.0</title>
5+
<title>Cycle.js [email protected].0</title>
66
<link href="../css/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
77
<link href="../css/main.css" rel="stylesheet"/>
88
</head>

cyclejs-v7.0.0/package.json renamed to cyclejs-dom-v14.1.0/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"build-prod": "webpack -p -c webpack.config.js"
88
},
99
"devDependencies": {
10-
"babel-core": "6.14.0",
11-
"babel-loader": "6.2.5",
10+
"babel-core": "6.18.2",
11+
"babel-loader": "6.2.8",
1212
"babel-plugin-transform-react-jsx": "6.8.0",
13-
"babel-preset-es2015": "6.14.0",
14-
"babel-preset-stage-0": "6.5.0",
15-
"webpack": "1.13.2"
13+
"babel-preset-es2015": "6.18.0",
14+
"babel-preset-stage-0": "6.16.0",
15+
"webpack": "1.13.3"
1616
},
1717
"dependencies": {
18-
"@cycle/dom": "12.2.2",
18+
"@cycle/dom": "14.1.0",
1919
"@cycle/xstream-run": "3.1.0",
2020
"snabbdom-jsx": "0.3.1",
21-
"xstream": "6.2.0"
21+
"xstream": "8.0.0"
2222
}
2323
}

cyclejs-v7.0.0/src/main.jsx renamed to cyclejs-dom-v14.1.0/src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function view(state$) {
9292
<div className='jumbotron'>
9393
<div className='row'>
9494
<div className='col-md-6'>
95-
<h1>Cycle.js v7.0.0</h1>
95+
<h1>Cycle.js [email protected].0</h1>
9696
</div>
9797
<div className="col-md-6">
9898
<div className="row">
File renamed without changes.

0 commit comments

Comments
 (0)