Skip to content

Commit af383ad

Browse files
committed
Upgrade Mini-Van to 0.5.3
1 parent d5c6076 commit af383ad

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bun-examples/hydration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a [Bun 1.0](https://bun.sh/blog/bun-v1.0)-based variation of the fullsta
77

88
```json
99
"dependencies": {
10-
"mini-van-plate": "^0.5.2",
10+
"mini-van-plate": "^0.5.3",
1111
"vanjs-core": "^1.2.5"
1212
},
1313
"devDependencies": {

bun-examples/hydration/package-lock.json

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

bun-examples/hydration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "bun build --minify src/client.ts --outdir dist && echo Run the following command to start the server: bun src/server.ts [port]"
99
},
1010
"dependencies": {
11-
"mini-van-plate": "^0.5.2",
11+
"mini-van-plate": "^0.5.3",
1212
"vanjs-core": "^1.2.5"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)