Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Dec 24, 2024
1 parent 829ee17 commit 2e21881
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/zag-scrollspy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"@zag-js/core": "latest",
"@zag-js/dom-query": "latest",
"@zag-js/types": "latest",
"@zag-js/utils": "latest"
"@zag-js/utils": "latest",
"typescript": "~5.6.2"
},
"devDependencies": {
"clean-package": "2.2.0"
Expand Down
5 changes: 2 additions & 3 deletions packages/zag-scrollspy/src/scrollspy.dom.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { createScope } from "@zag-js/dom-query"
import type { MachineContext as Ctx } from "./scrollspy.types"
import { createScope } from "@zag-js/dom-query";

export const dom = createScope({})
export const dom = createScope({});
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e21881

Please sign in to comment.