mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-19 06:21:56 +08:00
Fix: force react table on latest work version
This commit is contained in:
parent
930d3d54e4
commit
e08ffad94e
@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-hookz/web": "^14.2.2",
|
"@react-hookz/web": "^14.2.2",
|
||||||
"@tanstack/react-table": "^8.0.0-beta.2",
|
"@tanstack/react-table": "8.0.0-alpha.87",
|
||||||
"axios": "^0.27.2",
|
"axios": "^0.27.2",
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"dayjs": "^1.11.2",
|
"dayjs": "^1.11.2",
|
||||||
|
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@ -2,7 +2,7 @@ lockfileVersion: 5.4
|
|||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@react-hookz/web': ^14.2.2
|
'@react-hookz/web': ^14.2.2
|
||||||
'@tanstack/react-table': ^8.0.0-beta.2
|
'@tanstack/react-table': 8.0.0-alpha.87
|
||||||
'@types/lodash-es': ^4.17.6
|
'@types/lodash-es': ^4.17.6
|
||||||
'@types/node': ^17.0.35
|
'@types/node': ^17.0.35
|
||||||
'@types/react': ^18.0.9
|
'@types/react': ^18.0.9
|
||||||
@ -47,7 +47,7 @@ specifiers:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@react-hookz/web': 14.2.2_ef5jwxihqo6n7gxfmzogljlgcm
|
'@react-hookz/web': 14.2.2_ef5jwxihqo6n7gxfmzogljlgcm
|
||||||
'@tanstack/react-table': 8.0.0-beta.2_ef5jwxihqo6n7gxfmzogljlgcm
|
'@tanstack/react-table': 8.0.0-alpha.87_ef5jwxihqo6n7gxfmzogljlgcm
|
||||||
axios: 0.27.2
|
axios: 0.27.2
|
||||||
classnames: 2.3.1
|
classnames: 2.3.1
|
||||||
dayjs: 1.11.2
|
dayjs: 1.11.2
|
||||||
@ -1486,20 +1486,20 @@ packages:
|
|||||||
string.prototype.matchall: 4.0.7
|
string.prototype.matchall: 4.0.7
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@tanstack/react-table/8.0.0-beta.2_ef5jwxihqo6n7gxfmzogljlgcm:
|
/@tanstack/react-table/8.0.0-alpha.87_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||||
resolution: {integrity: sha512-FgYl9EkBa21JfdOn8lJeDTTgLL0qHSU5pXOqHDzGpyf1OJLWDG1pIPPLRSZHBQWAanreKCVgbQsw8avkql/FxQ==}
|
resolution: {integrity: sha512-m4PTVemBtk8i9YbvI2Q7ODcD4aCQvyQaOnTx/NWL0r8ZTJXi8BD2bq5UhIfRGuvSd/amoLLYZnVanjldVdJ2Mw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
react: '>=16'
|
react: '>=16'
|
||||||
react-dom: '>=16'
|
react-dom: '>=16'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tanstack/table-core': 8.0.0-beta.2
|
'@tanstack/table-core': 8.0.0-alpha.87
|
||||||
react: 18.1.0
|
react: 18.1.0
|
||||||
react-dom: 18.1.0_react@18.1.0
|
react-dom: 18.1.0_react@18.1.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@tanstack/table-core/8.0.0-beta.2:
|
/@tanstack/table-core/8.0.0-alpha.87:
|
||||||
resolution: {integrity: sha512-97ySXP/Ace88elTzqZcFcDyhkP8YHaFnhWINI3ujci4FVsUf3ujdK+KY1F4LYshFGJn0UblVIWIbpG1wRll3cw==}
|
resolution: {integrity: sha512-6oFjMqlx37E4oYQGkZ5Ub4kJTqU78OOYVJk6dg2Zf14S5UETqBRx9UsN/3b13I0rY7KsKOAYDQJZV+rLmdl0qA==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user