Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9660919

Browse files
authored
fix: support zero 0.17+ and pass refCountMap (#42)
1 parent 0fa2eff commit 9660919

File tree

6 files changed

+451
-545
lines changed

6 files changed

+451
-545
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zero-vue",
33
"type": "module",
44
"version": "0.1.1",
5-
"packageManager": "pnpm@10.5.2",
5+
"packageManager": "pnpm@10.6.1",
66
"description": "",
77
"license": "MIT",
88
"repository": "danielroe/zero-vue",
@@ -35,7 +35,7 @@
3535
"vue": "^3.5.13"
3636
},
3737
"dependencies": {
38-
"@rocicorp/zero": "^0.16.0"
38+
"@rocicorp/zero": "^0.17.0"
3939
},
4040
"devDependencies": {
4141
"@antfu/eslint-config": "latest",

playground/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
user: postgres
66
restart: always
77
healthcheck:
8-
test: 'pg_isready -U user --dbname=postgres'
8+
test: pg_isready -U user --dbname=postgres
99
interval: 10s
1010
timeout: 5s
1111
retries: 5

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"devDependencies": {
2323
"@tsconfig/node22": "22.0.0",
2424
"@types/js-cookie": "3.0.6",
25-
"@types/node": "22.13.9",
25+
"@types/node": "22.13.10",
2626
"@vitejs/plugin-vue": "5.2.1",
2727
"@vue/tsconfig": "0.7.0",
2828
"typescript": "5.8.2",
29-
"vite": "6.2.0",
29+
"vite": "6.2.1",
3030
"vue-tsc": "2.2.8"
3131
}
3232
}

0 commit comments

Comments
 (0)