Skip to content

Commit

Permalink
fix: 修复右侧无游标时报错
Browse files Browse the repository at this point in the history
  • Loading branch information
nigiwen committed Jul 9, 2024
1 parent d5aa92b commit 72e51ad
Show file tree
Hide file tree
Showing 4 changed files with 4,235 additions and 3,706 deletions.
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "vite preview"
},
"dependencies": {
"mutation-map": "^0.0.2"
"mutation-map": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
],
"scripts": {
"build": "unbuild && pnpm --filter ./examples/vanilla run build",
"dev": "unbuild --stub",
"dev": "unbuild --watch",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"release": "bumpp && pnpm publish",
"start": "pnpm --filter ./examples/vanilla run dev",
"test": "vitest",
"typecheck": "tsc --noEmit",
Expand All @@ -64,7 +64,7 @@
"rimraf": "^5.0.7",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"unbuild": "3.0.0-rc.6",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
Expand Down
Loading

0 comments on commit 72e51ad

Please sign in to comment.