Skip to content

Commit b5628d1

Browse files
committed
Upgrade Sinuous to v0.15.0
1 parent ea1cf06 commit b5628d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/keyed/sinuous/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://github.com/krausest/js-framework-benchmark.git"
1818
},
1919
"dependencies": {
20-
"sinuous": "0.12.6"
20+
"sinuous": "0.15.0"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "7.4.4",

frameworks/keyed/sinuous/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { observable, h } from 'sinuous';
22
import { template, t, o } from 'sinuous/template';
3-
import map from 'sinuous/map';
3+
import { map } from 'sinuous/map';
44

55
let idCounter = 1;
66
const adjectives = ["pretty", "large", "big", "small", "tall", "short", "long", "handsome", "plain", "quaint", "clean", "elegant", "easy", "angry", "crazy", "helpful", "mushy", "odd", "unsightly", "adorable", "important", "inexpensive", "cheap", "expensive", "fancy"],

0 commit comments

Comments
 (0)