Compare commits
No commits in common. "4c584c805e90d84e5f7a6960d7c7250c7a0ab0dd" and "156741563abb89c7ccb5f52a1e26aaca2036e29b" have entirely different histories.
4c584c805e
...
156741563a
4 changed files with 3 additions and 20 deletions
|
@ -22,7 +22,6 @@
|
|||
"uuid": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.10",
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/uuid": "^10",
|
||||
|
|
|
@ -4,11 +4,12 @@ import {
|
|||
flip,
|
||||
shift,
|
||||
useClick, useDismiss,
|
||||
useFloating, UseFloatingOptions,
|
||||
useFloating,
|
||||
useFocus,
|
||||
useHover,
|
||||
useInteractions, useRole, useTransitionStyles
|
||||
} from "@floating-ui/react";
|
||||
import {UseFloatingOptions} from "@floating-ui/react/dist/floating-ui.react";
|
||||
import {mergeRefs} from "react-merge-refs";
|
||||
import {classes} from "../../Utils";
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"emitDecoratorMetadata": true,
|
||||
"module": "ES6",
|
||||
"target": "ES6",
|
||||
"moduleResolution": "Bundler",
|
||||
"moduleResolution": "Node",
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"DOM"
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -897,15 +897,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^20.14.10":
|
||||
version: 20.14.10
|
||||
resolution: "@types/node@npm:20.14.10"
|
||||
dependencies:
|
||||
undici-types: "npm:~5.26.4"
|
||||
checksum: 10c0/0b06cff14365c2d0085dc16cc8cbea5c40ec09cfc1fea966be9eeecf35562760bfde8f88e86de6edfaf394501236e229d9c1084fad04fb4dec472ae245d8ae69
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/prop-types@npm:*":
|
||||
version: 15.7.12
|
||||
resolution: "@types/prop-types@npm:15.7.12"
|
||||
|
@ -1842,7 +1833,6 @@ __metadata:
|
|||
"@fontsource-variable/manrope": "npm:^5.0.20"
|
||||
"@fontsource-variable/source-serif-4": "npm:^5.0.19"
|
||||
"@phosphor-icons/react": "npm:^2.1.5"
|
||||
"@types/node": "npm:^20.14.10"
|
||||
"@types/react": "npm:^18.3.3"
|
||||
"@types/react-dom": "npm:^18.3.0"
|
||||
"@types/uuid": "npm:^10"
|
||||
|
@ -2792,13 +2782,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~5.26.4":
|
||||
version: 5.26.5
|
||||
resolution: "undici-types@npm:5.26.5"
|
||||
checksum: 10c0/bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unique-filename@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "unique-filename@npm:3.0.0"
|
||||
|
|
Loading…
Reference in a new issue