Skip to content

Commit

Permalink
build(examples): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 3, 2018
1 parent 5aed12b commit ad62c56
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/hiccup-dom": "^0.1.1"
"@thi.ng/hiccup-dom": "^1.0.0"
}
}
5 changes: 1 addition & 4 deletions examples/hdom-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/api": "^2.0.0",
"@thi.ng/hiccup-dom": "^0.1.1",
"@thi.ng/rstream": "^0.9.1",
"@thi.ng/transducers": "^1.0.6"
"@thi.ng/hiccup-dom": "^1.0.0"
}
}
8 changes: 4 additions & 4 deletions examples/hdom-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/api": "^2.0.0",
"@thi.ng/hiccup-dom": "^0.1.1",
"@thi.ng/rstream": "^0.9.1",
"@thi.ng/transducers": "^1.0.6"
"@thi.ng/api": "^2.0.1",
"@thi.ng/hiccup-dom": "^1.0.0",
"@thi.ng/rstream": "^0.9.2",
"@thi.ng/transducers": "^1.0.7"
}
}
6 changes: 3 additions & 3 deletions examples/todo-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"webpack": "^3.10.0"
},
"dependencies": {
"@thi.ng/atom": "^0.5.0",
"@thi.ng/hiccup-dom": "^0.1.1",
"@thi.ng/transducers": "^1.0.6"
"@thi.ng/atom": "^0.5.1",
"@thi.ng/hiccup-dom": "^1.0.0",
"@thi.ng/transducers": "^1.0.7"
}
}

0 comments on commit ad62c56

Please sign in to comment.