feat: cache update index and contents
This commit is contained in:
parent
2daa1b9879
commit
be80282695
6 changed files with 217 additions and 158 deletions
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
|
@ -11,6 +11,9 @@ importers:
|
|||
'@ant-design/icons':
|
||||
specifier: ^5.6.0
|
||||
version: 5.6.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
'@tanstack/react-query':
|
||||
specifier: ^5.66.0
|
||||
version: 5.66.0(react@18.3.1)
|
||||
antd:
|
||||
specifier: ^5.23.3
|
||||
version: 5.23.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
|
@ -772,6 +775,14 @@ packages:
|
|||
peerDependencies:
|
||||
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
|
||||
|
||||
'@tanstack/query-core@5.66.0':
|
||||
resolution: {integrity: sha512-J+JeBtthiKxrpzUu7rfIPDzhscXF2p5zE/hVdrqkACBP8Yu0M96mwJ5m/8cPPYQE9aRNvXztXHlNwIh4FEeMZw==}
|
||||
|
||||
'@tanstack/react-query@5.66.0':
|
||||
resolution: {integrity: sha512-z3sYixFQJe8hndFnXgWu7C79ctL+pI0KAelYyW+khaNJ1m22lWrhJU2QrsTcRKMuVPtoZvfBYrTStIdKo+x0Xw==}
|
||||
peerDependencies:
|
||||
react: ^18 || ^19
|
||||
|
||||
'@types/babel__core@7.20.5':
|
||||
resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==}
|
||||
|
||||
|
@ -2589,6 +2600,13 @@ snapshots:
|
|||
postcss-selector-parser: 6.0.10
|
||||
tailwindcss: 3.4.17
|
||||
|
||||
'@tanstack/query-core@5.66.0': {}
|
||||
|
||||
'@tanstack/react-query@5.66.0(react@18.3.1)':
|
||||
dependencies:
|
||||
'@tanstack/query-core': 5.66.0
|
||||
react: 18.3.1
|
||||
|
||||
'@types/babel__core@7.20.5':
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue