Skip to content

Commit 281dc0a

Browse files
committed
Update thyn version
1 parent 80ed258 commit 281dc0a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

frameworks/keyed/thyn/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/thyn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"vite": "6.3.5",
16-
"@thyn/vite-plugin": "0.0.46"
16+
"@thyn/vite-plugin": "0.0.47"
1717
},
1818
"dependencies": {
19-
"@thyn/core": "0.0.46"
19+
"@thyn/core": "0.0.47"
2020
}
2121
}

frameworks/keyed/thyn/src/App.thyn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</div>
6060
<table class="table table-hover table-striped test-data">
6161
<tbody>
62-
<Row #for={row of data()} row={row} />
62+
<Row #for={row in data()} row={row} />
6363
</tbody>
6464
</table>
6565
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>

0 commit comments

Comments
 (0)