Skip to content

Commit 29df338

Browse files
committed
fix hullo
1 parent 6b496de commit 29df338

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frameworks/keyed/hullo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@hullo/browser": "0.8.2",
34-
"@hullo/core": "0.8.2",
35-
"@hullo/dom": "0.8.2"
34+
"@hullo/core": "0.8.3",
35+
"@hullo/dom": "0.8.3"
3636
}
3737
}

frameworks/non-keyed/hullo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@hullo/browser": "^0.8.2",
34-
"@hullo/core": "^0.8.2",
35-
"@hullo/dom": "^0.8.2"
34+
"@hullo/core": "^0.8.3",
35+
"@hullo/dom": "^0.8.3"
3636
}
3737
}

0 commit comments

Comments
 (0)