diff --git a/frontend/app/package-lock.json b/frontend/app/package-lock.json index 3dc96e0..3417b00 100644 --- a/frontend/app/package-lock.json +++ b/frontend/app/package-lock.json @@ -11,7 +11,7 @@ "@deck.gl/core": "9.3.2", "@deck.gl/layers": "9.3.2", "@tailwindcss/typography": "0.5.19", - "@tanstack/svelte-table": "9.0.0-alpha.10", + "@tanstack/svelte-table": "9.0.0-alpha.45", "dompurify": "3.4.3", "elkjs": "0.11.1", "gridstack": "12.6.0", @@ -1759,32 +1759,62 @@ "vite": "^5.2.0 || ^6 || ^7 || ^8" } }, + "node_modules/@tanstack/store": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@tanstack/store/-/store-0.11.0.tgz", + "integrity": "sha512-WlzzCt3xi0G6pCAJu1U+2jiECwabETDpQDi3hfkFZvJii9AuZqEKbOiVarX1/bWhTNjU486yQtJCCasi/0q+Cw==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/svelte-store": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-store/-/svelte-store-0.12.0.tgz", + "integrity": "sha512-XhXlU3jIO/WxikfeVczRdsAvRWzsLBh8Ic6sC7nzfzvMbPut7ZSdCbE7/usfm0bMjVGMmZmyzZy2xRu73QYWAA==", + "license": "MIT", + "dependencies": { + "@tanstack/store": "0.11.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "svelte": "^5.0.0" + } + }, "node_modules/@tanstack/svelte-table": { - "version": "9.0.0-alpha.10", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-9.0.0-alpha.10.tgz", - "integrity": "sha512-H0eAQlpXgK9JYYrgc0cWXVqEJywxkhuYODnVobUZGskFg6J+5PP+7UCjzrY9ftMge6s1hwb2Ipq3u4wPYJz7HA==", + "version": "9.0.0-alpha.45", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-9.0.0-alpha.45.tgz", + "integrity": "sha512-HhSaSI6nbacp8yty8OzJgdf+6Vd6eBv6SVkJSfAKdjWO4lnj0Eenb4xmMPchlSoqZnHcUkUbt/YAnGdBWgsDvg==", "license": "MIT", "dependencies": { - "@tanstack/table-core": "9.0.0-alpha.10" + "@tanstack/svelte-store": "^0.12.0", + "@tanstack/table-core": "9.0.0-alpha.43" }, "engines": { - "node": ">=12" + "node": ">=16" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "svelte": "^5.0.0-next" + "svelte": "^5.0.0" } }, "node_modules/@tanstack/svelte-table/node_modules/@tanstack/table-core": { - "version": "9.0.0-alpha.10", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.0.0-alpha.10.tgz", - "integrity": "sha512-f2kEGGL+d+I7evkhU926cID2MyH7nPI8acAPcwpaAR1DrgTNStAMp3NS+tgMDyrYtc8zd+RyTxC8m+NBhHhFmA==", + "version": "9.0.0-alpha.43", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.0.0-alpha.43.tgz", + "integrity": "sha512-cf2pswm604UubzPb6XwTN3popNU1nDjCwa+M8vsucZubLa3kp/5E+afqs617OOqU1H8/4cWB+APlNX8nCdaY2Q==", "license": "MIT", + "dependencies": { + "@tanstack/store": "^0.11.0" + }, "engines": { - "node": ">=12" + "node": ">=16" }, "funding": { "type": "github", diff --git a/frontend/app/package.json b/frontend/app/package.json index b39525f..1f3aedb 100644 --- a/frontend/app/package.json +++ b/frontend/app/package.json @@ -40,7 +40,7 @@ "@deck.gl/core": "9.3.2", "@deck.gl/layers": "9.3.2", "@tailwindcss/typography": "0.5.19", - "@tanstack/svelte-table": "9.0.0-alpha.10", + "@tanstack/svelte-table": "9.0.0-alpha.45", "dompurify": "3.4.3", "elkjs": "0.11.1", "gridstack": "12.6.0",