1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update dependency usehooks-ts to v3.1.1

This commit is contained in:
renovate[bot] 2025-02-21 08:59:59 +00:00 committed by GitHub
parent cf0a024cb1
commit 6b9db6b832
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View file

@ -60,7 +60,7 @@
"screenfull": "6.0.2", "screenfull": "6.0.2",
"sortablejs": "1.15.6", "sortablejs": "1.15.6",
"swiper": "11.2.3", "swiper": "11.2.3",
"usehooks-ts": "3.1.0", "usehooks-ts": "3.1.1",
"webcomponents.js": "0.7.24", "webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.20" "whatwg-fetch": "3.6.20"
}, },
@ -25023,9 +25023,10 @@
} }
}, },
"node_modules/usehooks-ts": { "node_modules/usehooks-ts": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz", "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.1.tgz",
"integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==", "integrity": "sha512-I4diPp9Cq6ieSUH2wu+fDAVQO43xwtulo+fKEidHUwZPnYImbtkTjzIJYcDcJqxgmX31GVqNFURodvcgHcW0pA==",
"license": "MIT",
"dependencies": { "dependencies": {
"lodash.debounce": "^4.0.8" "lodash.debounce": "^4.0.8"
}, },
@ -25033,7 +25034,7 @@
"node": ">=16.15.0" "node": ">=16.15.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.8.0 || ^17 || ^18" "react": "^16.8.0 || ^17 || ^18 || ^19 || ^19.0.0-rc"
} }
}, },
"node_modules/util-deprecate": { "node_modules/util-deprecate": {
@ -43052,9 +43053,9 @@
"dev": true "dev": true
}, },
"usehooks-ts": { "usehooks-ts": {
"version": "3.1.0", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.0.tgz", "resolved": "https://registry.npmjs.org/usehooks-ts/-/usehooks-ts-3.1.1.tgz",
"integrity": "sha512-bBIa7yUyPhE1BCc0GmR96VU/15l/9gP1Ch5mYdLcFBaFGQsdmXkvjV0TtOqW1yUd6VjIwDunm+flSciCQXujiw==", "integrity": "sha512-I4diPp9Cq6ieSUH2wu+fDAVQO43xwtulo+fKEidHUwZPnYImbtkTjzIJYcDcJqxgmX31GVqNFURodvcgHcW0pA==",
"requires": { "requires": {
"lodash.debounce": "^4.0.8" "lodash.debounce": "^4.0.8"
} }

View file

@ -125,7 +125,7 @@
"screenfull": "6.0.2", "screenfull": "6.0.2",
"sortablejs": "1.15.6", "sortablejs": "1.15.6",
"swiper": "11.2.3", "swiper": "11.2.3",
"usehooks-ts": "3.1.0", "usehooks-ts": "3.1.1",
"webcomponents.js": "0.7.24", "webcomponents.js": "0.7.24",
"whatwg-fetch": "3.6.20" "whatwg-fetch": "3.6.20"
}, },