[MM-55993] Create a composable independent table to be used in Admin reporting (#25611)

Этот коммит содержится в:
M-ZubairAhmed
2023-12-18 18:52:58 +00:00
коммит произвёл GitHub
родитель c6b600b186
Коммит 7b49e15824
11 изменённых файлов: 789 добавлений и 8 удалений

32
webapp/package-lock.json сгенерированный
Просмотреть файл

@@ -67,6 +67,7 @@
"@mui/styled-engine-sc": "5.11.11",
"@stripe/react-stripe-js": "1.13.0",
"@stripe/stripe-js": "1.41.0",
"@tanstack/react-table": "8.10.7",
"@tippyjs/react": "4.2.6",
"@types/color-hash": "1.0.2",
"@types/turndown": "5.0.1",
@@ -4643,6 +4644,37 @@
"postcss-syntax": ">=0.36.2"
}
},
"node_modules/@tanstack/react-table": {
"version": "8.10.7",
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.10.7.tgz",
"integrity": "sha512-bXhjA7xsTcsW8JPTTYlUg/FuBpn8MNjiEPhkNhIGCUR6iRQM2+WEco4OBpvDeVcR9SE+bmWLzdfiY7bCbCSVuA==",
"dependencies": {
"@tanstack/table-core": "8.10.7"
},
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
}
},
"node_modules/@tanstack/table-core": {
"version": "8.10.7",
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.10.7.tgz",
"integrity": "sha512-KQk5OMg5OH6rmbHZxuNROvdI+hKDIUxANaHlV+dPlNN7ED3qYQ/WkpY2qlXww1SIdeMlkIhpN/2L00rof0fXFw==",
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@testing-library/dom": {
"version": "8.20.1",
"dev": true,