mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
fix(deps): update dependency usehooks-ts to v2.16.0 (#4767)
This commit is contained in:
parent
fb239e39c3
commit
5513e2f8a2
2 changed files with 7 additions and 8 deletions
|
@ -2318,8 +2318,8 @@ importers:
|
||||||
specifier: ^1.0.9
|
specifier: ^1.0.9
|
||||||
version: 1.0.9(react@17.0.2)
|
version: 1.0.9(react@17.0.2)
|
||||||
usehooks-ts:
|
usehooks-ts:
|
||||||
specifier: 2.9.5
|
specifier: 2.16.0
|
||||||
version: 2.9.5(react-dom@17.0.2)(react@17.0.2)
|
version: 2.16.0(react@17.0.2)
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@docusaurus/module-type-aliases':
|
'@docusaurus/module-type-aliases':
|
||||||
specifier: 2.4.3
|
specifier: 2.4.3
|
||||||
|
@ -30369,15 +30369,14 @@ packages:
|
||||||
resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==}
|
resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
|
||||||
/usehooks-ts@2.9.5(react-dom@17.0.2)(react@17.0.2):
|
/usehooks-ts@2.16.0(react@17.0.2):
|
||||||
resolution: {integrity: sha512-M5LrjX9Wo4XRsof0zCCsq81x5+so/b89aUO53XPTjUehKAbOFhRq/DDRyv7qsRK4AEaJe1rhReFZqesPGnREhQ==}
|
resolution: {integrity: sha512-bez95WqYujxp6hFdM/CpRDiVPirZPxlMzOH2QB8yopoKQMXpscyZoxOjpEdaxvV+CAWUDSM62cWnqHE0E/MZ7w==}
|
||||||
engines: {node: '>=16.15.0'}
|
engines: {node: '>=16.15.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
react: ^16.8.0 || ^17 || ^18
|
||||||
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
lodash.debounce: 4.0.8
|
||||||
react: 17.0.2
|
react: 17.0.2
|
||||||
react-dom: 17.0.2(react@17.0.2)
|
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/utf8-byte-length@1.0.4:
|
/utf8-byte-length@1.0.4:
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
"typedoc-plugin-markdown": "3.14.0",
|
"typedoc-plugin-markdown": "3.14.0",
|
||||||
"typedoc-plugin-merge-modules": "4.0.1",
|
"typedoc-plugin-merge-modules": "4.0.1",
|
||||||
"use-is-in-viewport": "^1.0.9",
|
"use-is-in-viewport": "^1.0.9",
|
||||||
"usehooks-ts": "2.9.5"
|
"usehooks-ts": "2.16.0"
|
||||||
},
|
},
|
||||||
"browserslist": {
|
"browserslist": {
|
||||||
"production": [
|
"production": [
|
||||||
|
|
Loading…
Reference in a new issue