Skip to content

Commit

Permalink
chore: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceyi committed Feb 1, 2024
1 parent 4d3f307 commit 3d6118e
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 464 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"prepare": "husky install"
},
"dependencies": {
"@react-spring/web": "9.7.3",
"@react-spring/web": "^9.7.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-virtualized": "^9.21.29",
"@use-gesture/react": "10.1.1",
"clsx": "1.1.1",
"dayjs": "1.10.6",
"draft-js": "0.11.7",
"firebase": "9.6.1",
"rc-tooltip": "5.1.1",
"react": "18.2.0",
"react-alert-confirm": "4.1.8",
"react-dom": "18.2.0",
"react-virtualized": "9.22.5"
"@use-gesture/react": "^10.1.1",
"clsx": "^1.0.4",
"dayjs": "^1.10.6",
"draft-js": "^0.11.7",
"firebase": "^9.6.1",
"rc-tooltip": "^5.1.1",
"react": "^18.2.0",
"react-alert-confirm": "^4.1.8",
"react-dom": "^18.2.0",
"react-virtualized": "^9.22.5"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down
5 changes: 4 additions & 1 deletion src/typings/declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ declare module 'react-virtualized' {
import { FC } from 'react';
import type { AutoSizerProps } from 'react-virtualized/dist/commonjs/AutoSizer';
import type { ListProps } from 'react-virtualized/dist/commonjs/List';
import type { CellMeasurerProps, CellMeasurerCache as TCellMeasurerCache } from 'react-virtualized/dist/commonjs/CellMeasurer';
import type {
CellMeasurerProps,
CellMeasurerCache as TCellMeasurerCache
} from 'react-virtualized/dist/commonjs/CellMeasurer';

export const AutoSizer: FC<AutoSizerProps>;
export const List: FC<ListProps>;
Expand Down
Loading

0 comments on commit 3d6118e

Please sign in to comment.