Merge branch 'virtual' into 'master'
Virtual See merge request !9
Showing
... | @@ -11,10 +11,10 @@ | ... | @@ -11,10 +11,10 @@ |
"@testing-library/jest-dom": "^5.11.4", | "@testing-library/jest-dom": "^5.11.4", | ||
"@testing-library/react": "^11.1.0", | "@testing-library/react": "^11.1.0", | ||
"@testing-library/user-event": "^12.1.10", | "@testing-library/user-event": "^12.1.10", | ||
"@types/jest": "^27.4.1", | "@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.21", | "@types/node": "16.11.12", | ||
"@types/react": "^17.0.39", | "@types/react": "17.0.33", | ||
"@types/react-dom": "^17.0.12", | "@types/react-dom": "17.0.10", | ||
"ahooks": "^3.1.7", | "ahooks": "^3.1.7", | ||
"antd": "4.18.2", | "antd": "4.18.2", | ||
"axios": "^0.19.0", | "axios": "^0.19.0", | ||
... | @@ -31,6 +31,8 @@ | ... | @@ -31,6 +31,8 @@ |
"local-storage": "^2.0.0", | "local-storage": "^2.0.0", | ||
"react": "^17.0.1", | "react": "^17.0.1", | ||
"react-contexify": "^5.0.0", | "react-contexify": "^5.0.0", | ||
"react-contextmenu": "2.14.0", | |||
"react-data-grid": "7.0.0-beta.13", | |||
"react-dnd": "^14.0.2", | "react-dnd": "^14.0.2", | ||
"react-dnd-html5-backend": "^14.0.0", | "react-dnd-html5-backend": "^14.0.0", | ||
"react-dom": "^17.0.1", | "react-dom": "^17.0.1", | ||
... | @@ -44,7 +46,7 @@ | ... | @@ -44,7 +46,7 @@ |
"redux-saga": "^1.0.5", | "redux-saga": "^1.0.5", | ||
"showdown": "^1.9.1", | "showdown": "^1.9.1", | ||
"smooth-scroll": "^16.1.3", | "smooth-scroll": "^16.1.3", | ||
"typescript": "^4.6.2", | "typescript": "4.4.4", | ||
"web-vitals": "^1.0.1" | "web-vitals": "^1.0.1" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | ... |
src/global.d.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/view/Manage/VirtualTable/index.tsx
0 → 100644
src/view/Manage/VirtualTable/mixins.less
0 → 100644
Please
register
or
sign in
to comment