Skip to content

Commit

Permalink
Update dependency use-debounce to v10 (#3183)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Manuel Blum <[email protected]>
  • Loading branch information
renovate[bot] and manuelblum authored Jan 16, 2025
1 parent 4ee1dd2 commit 9dfc9ae
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion demo/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react-intl": "^6.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"use-debounce": "^6.0.1",
"use-debounce": "^10.0.4",
"uuid": "^11.0.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/admin-color-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@comet/admin-icons": "workspace:^7.11.0",
"react-colorful": "^5.6.1",
"tinycolor2": "^1.6.0",
"use-debounce": "^6.0.1"
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/cms-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-window": "^1.8.11",
"rimraf": "^6.0.1",
"slugify": "^1.6.6",
"use-debounce": "^6.0.1",
"use-debounce": "^10.0.4",
"uuid": "^11.0.5"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Checkbox } from "@mui/material";
import { CSSProperties, Dispatch, SetStateAction, useCallback, useEffect, useRef, useState } from "react";
import { DropTargetMonitor, useDrag, useDrop } from "react-dnd";
import { getEmptyImage } from "react-dnd-html5-backend";
import { DebouncedState } from "use-debounce/lib/useDebouncedCallback";
import { DebouncedState } from "use-debounce";

import { PageTreeTableRow } from "./common/PageTreeTableRow";
import InsertInBetweenAction from "./InsertInBetweenAction/InsertInBetweenAction";
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-final-form": "^6.5.9",
"react-intl": "^6.0.0",
"ts-dedent": "^2.2.0",
"use-debounce": "^6.0.1",
"use-debounce": "^10.0.4",
"uuid": "^11.0.5"
},
"devDependencies": {
Expand Down

0 comments on commit 9dfc9ae

Please sign in to comment.