diff --git a/package-lock.json b/package-lock.json index 88ca8a1..a0a5dcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "@babel/preset-react": "^7.18.6", "@monaco-editor/react": "^4.4.5", "@rjsf/core": "^4.2.0", + "@tanstack/react-table": "^8.1.3", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.2.1", @@ -3622,6 +3623,37 @@ "url": "https://github.com/sponsors/gregberge" } }, + "node_modules/@tanstack/react-table": { + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.1.3.tgz", + "integrity": "sha512-rgGb4Sou8kuJI2NuJbDSS/wRc+TVmXZPg5+vslHZqA+tLvHvYgLHndBc6kW2fzCdInBshJEgHAnDXillYGYi+w==", + "dependencies": { + "@tanstack/table-core": "8.1.2" + }, + "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.1.2", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.1.2.tgz", + "integrity": "sha512-h0e9xBC0BRVoQE8w5BVypjPc2x5+H1VcwQDLKdijoVgUpO2S0ixjY9ejZ3YAtPYkBZTukLm9+3wfF4CFUXwD/Q==", + "engines": { + "node": ">=12" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, "node_modules/@testing-library/dom": { "version": "8.13.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.13.0.tgz", @@ -26428,6 +26460,19 @@ "loader-utils": "^2.0.0" } }, + "@tanstack/react-table": { + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-table/-/react-table-8.1.3.tgz", + "integrity": "sha512-rgGb4Sou8kuJI2NuJbDSS/wRc+TVmXZPg5+vslHZqA+tLvHvYgLHndBc6kW2fzCdInBshJEgHAnDXillYGYi+w==", + "requires": { + "@tanstack/table-core": "8.1.2" + } + }, + "@tanstack/table-core": { + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-8.1.2.tgz", + "integrity": "sha512-h0e9xBC0BRVoQE8w5BVypjPc2x5+H1VcwQDLKdijoVgUpO2S0ixjY9ejZ3YAtPYkBZTukLm9+3wfF4CFUXwD/Q==" + }, "@testing-library/dom": { "version": "8.13.0", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.13.0.tgz", diff --git a/package.json b/package.json index c3f6078..8bbd8e9 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "@babel/preset-react": "^7.18.6", "@monaco-editor/react": "^4.4.5", "@rjsf/core": "^4.2.0", + "@tanstack/react-table": "^8.1.3", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^14.2.1",