Chore: update dependencies

This commit is contained in:
Dreamacro 2022-12-31 15:36:59 +08:00
parent af47fa3b48
commit 3096f53b0b
3 changed files with 1117 additions and 1135 deletions

View File

@ -26,52 +26,53 @@
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.27.0",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-config-standard-with-typescript": "^24.0.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.7.0",
"sass": "^1.56.1",
"type-fest": "^3.2.0",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-windicss": "^1.8.8",
"vite-tsconfig-paths": "^3.5.2",
"eslint-plugin-tailwindcss": "^3.8.0",
"sass": "^1.57.1",
"type-fest": "^3.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-windicss": "^1.8.10",
"vite-tsconfig-paths": "^4.0.3",
"windicss": "^3.5.6"
},
"dependencies": {
"@react-hookz/web": "^19.1.0",
"@tanstack/react-table": "^8.5.28",
"axios": "^1.1.3",
"@react-hookz/web": "^20.0.3",
"@tanstack/react-table": "^8.7.4",
"axios": "^1.2.2",
"classnames": "^2.3.2",
"dayjs": "^1.11.6",
"eventemitter3": "^4.0.7",
"dayjs": "^1.11.7",
"eventemitter3": "^5.0.0",
"immer": "^9.0.16",
"jotai": "^1.9.2",
"jotai": "^1.12.1",
"jotai-immer": "^0.1.0",
"lodash-es": "^4.17.21",
"neverthrow": "^5.1.0",
"neverthrow": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"react-router-dom": "^6.6.1",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"swr": "^1.3.0",
"use-immer": "^0.7.0"
"swr": "^2.0.0",
"use-immer": "^0.8.1"
}
}

2193
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ import { usePreviousDistinct, useSyncedRef } from '@react-hookz/web/esm'
import { AxiosError } from 'axios'
import produce from 'immer'
import { atom, useAtom, useAtomValue } from 'jotai'
import { atomWithImmer } from 'jotai/immer'
import { atomWithImmer } from 'jotai-immer'
import { atomWithStorage, useUpdateAtom } from 'jotai/utils'
import { get } from 'lodash-es'
import { ResultAsync } from 'neverthrow'