react table removed

This commit is contained in:
VividTruthKeeper 2022-09-07 12:36:34 +05:00
parent 77260c8061
commit ddd794e115
2 changed files with 0 additions and 46 deletions

45
package-lock.json generated
View File

@ -8,7 +8,6 @@
"name": "react-admin-panel",
"version": "0.0.0",
"dependencies": {
"@tanstack/react-table": "^8.5.13",
"axios": "^0.27.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -513,37 +512,6 @@
"@jridgewell/sourcemap-codec": "^1.4.10"
}
},
"node_modules/@tanstack/react-table": {
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.5.13.tgz",
"integrity": "sha512-k52HsnonKwDZMCIy59HfehTnkJYlqkqyvC+BAV0DyWdN9WmSbVq+Kf+luJVENQnXcnEX47dBHiHAjqZu592ZLQ==",
"dependencies": {
"@tanstack/table-core": "8.5.13"
},
"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.5.13",
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.5.13.tgz",
"integrity": "sha512-kvDRjC7LrLNNNgUMfsBz3nHOwbBLFdosWQ16dfbD9D/OJrvFHRXoUIPzF0MNqqSPghaj7/18fnwXHGypvzoh9Q==",
"engines": {
"node": ">=12"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
}
},
"node_modules/@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
@ -2173,19 +2141,6 @@
"@jridgewell/sourcemap-codec": "^1.4.10"
}
},
"@tanstack/react-table": {
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.5.13.tgz",
"integrity": "sha512-k52HsnonKwDZMCIy59HfehTnkJYlqkqyvC+BAV0DyWdN9WmSbVq+Kf+luJVENQnXcnEX47dBHiHAjqZu592ZLQ==",
"requires": {
"@tanstack/table-core": "8.5.13"
}
},
"@tanstack/table-core": {
"version": "8.5.13",
"resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.5.13.tgz",
"integrity": "sha512-kvDRjC7LrLNNNgUMfsBz3nHOwbBLFdosWQ16dfbD9D/OJrvFHRXoUIPzF0MNqqSPghaj7/18fnwXHGypvzoh9Q=="
},
"@types/prop-types": {
"version": "15.7.5",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",

View File

@ -9,7 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-table": "^8.5.13",
"axios": "^0.27.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",