Skip to content

Commit 90f3731

Browse files
Passing root to isScrollbarClick (#9)
* Passing root to isScrollbarClick * declare `isScrollbarClick` using function * update dependencies * bump 1.1.3 * suppress false positive TS18048 --------- Co-authored-by: smastrom <[email protected]>
1 parent 24b2dad commit 90f3731

File tree

4 files changed

+570
-468
lines changed

4 files changed

+570
-468
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-use-active-scroll",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"private": false,
55
"description": "Accurate TOC/sidebar links without compromises for Vue 3.",
66
"keywords": [
@@ -51,16 +51,16 @@
5151
"devDependencies": {
5252
"@rollup/plugin-terser": "^0.4.4",
5353
"@types/node": "^22.5.4",
54-
"@vitejs/plugin-vue": "^4.6.2",
54+
"@vitejs/plugin-vue": "^5.1.3",
5555
"animated-scroll-to": "^2.3.0",
5656
"cypress": "^13.14.2",
57-
"husky": "^8.0.3",
57+
"husky": "^9.1.5",
5858
"prettier": "^3.3.3",
59-
"typescript": "^5.5.4",
60-
"vite": "4.4.9",
61-
"vite-plugin-dts": "^3.9.1",
62-
"vue": "^3.4.38",
63-
"vue-router": "^4.4.3",
59+
"typescript": "^5.6.2",
60+
"vite": "5.4.3",
61+
"vite-plugin-dts": "^4.2.1",
62+
"vue": "^3.5.4",
63+
"vue-router": "^4.4.4",
6464
"vue-tsc": "^2.1.6"
6565
}
6666
}

0 commit comments

Comments
 (0)