Skip to content

Commit

Permalink
Passing root to isScrollbarClick (#9)
Browse files Browse the repository at this point in the history
* Passing root to isScrollbarClick

* declare `isScrollbarClick` using function

* update dependencies

* bump 1.1.3

* suppress false positive TS18048

---------

Co-authored-by: smastrom <smastrom@proton.me>
  • Loading branch information
patrick-hurley and smastrom authored Sep 11, 2024
1 parent 24b2dad commit 90f3731
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 468 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-use-active-scroll",
"version": "1.1.2",
"version": "1.1.3",
"private": false,
"description": "Accurate TOC/sidebar links without compromises for Vue 3.",
"keywords": [
Expand Down Expand Up @@ -51,16 +51,16 @@
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue": "^5.1.3",
"animated-scroll-to": "^2.3.0",
"cypress": "^13.14.2",
"husky": "^8.0.3",
"husky": "^9.1.5",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "4.4.9",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"typescript": "^5.6.2",
"vite": "5.4.3",
"vite-plugin-dts": "^4.2.1",
"vue": "^3.5.4",
"vue-router": "^4.4.4",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 90f3731

Please sign in to comment.