diff --git a/package-lock.json b/package-lock.json index a359c59..211c03b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 2242fa2..7cd9195 100644 --- a/package.json +++ b/package.json @@ -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",