diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index e9f20ea5b..31193fe04 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -16,7 +16,7 @@ "@tanstack/svelte-form": "^1.33.0", "@tanstack/svelte-query": "^6.1.36", "@tanstack/svelte-query-devtools": "^6.1.36", - "@tanstack/svelte-table": "^9.0.0-beta.17", + "@tanstack/svelte-table": "^9.0.0-beta.36", "@types/d3-scale": "^4.0.9", "@types/d3-shape": "^3.1.8", "bits-ui": "^2.18.1", @@ -3144,6 +3144,72 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.11.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.11.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.2.tgz", @@ -3354,16 +3420,16 @@ } }, "node_modules/@tanstack/svelte-table": { - "version": "9.0.0-beta.17", - "resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-9.0.0-beta.17.tgz", - "integrity": "sha512-rfOlpuXzT22TREl6hFpH72EqWETGEbJwMAnDCcqiJmjI1WVJyVEL/Cm9LVV+1sGtcGCv8BV8xlVNmU+OXHZggw==", + "version": "9.0.0-beta.36", + "resolved": "https://registry.npmjs.org/@tanstack/svelte-table/-/svelte-table-9.0.0-beta.36.tgz", + "integrity": "sha512-CBsPc2W6yZYgQuGr/gZpsbRRpP8oyFFRCyLoXrj6+WTV+3IThlLIWijWPnxM4d4vPBObv5u+09UjA5tqttlCmQ==", "license": "MIT", "dependencies": { "@tanstack/svelte-store": "^0.12.0", - "@tanstack/table-core": "9.0.0-beta.17" + "@tanstack/table-core": "9.0.0-beta.36" }, "engines": { - "node": ">=16" + "node": ">=20" }, "funding": { "type": "github", @@ -3374,15 +3440,15 @@ } }, "node_modules/@tanstack/table-core": { - "version": "9.0.0-beta.17", - "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.0.0-beta.17.tgz", - "integrity": "sha512-uRsRWGgB7mujvvbCJuC6HtLrobXC332M4yqiiUknHK5QfY6AvidkWgQQy2a3oVhY6x9aAzShxSQyAS3rQ4Ox7w==", + "version": "9.0.0-beta.36", + "resolved": "https://registry.npmjs.org/@tanstack/table-core/-/table-core-9.0.0-beta.36.tgz", + "integrity": "sha512-NqU1bBJo3MpqoeMyhV4VhHxwuoEpU2t/q+fIpY9xsWMMzOOWmR4sQZLGCuoyAJvvUseZx67VGnUWZXFq3HIBsA==", "license": "MIT", "dependencies": { "@tanstack/store": "^0.11.0" }, "engines": { - "node": ">=16" + "node": ">=20" }, "funding": { "type": "github", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index fa8bb3b38..030137a0e 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -84,7 +84,7 @@ "@tanstack/svelte-form": "^1.33.0", "@tanstack/svelte-query": "^6.1.36", "@tanstack/svelte-query-devtools": "^6.1.36", - "@tanstack/svelte-table": "^9.0.0-beta.17", + "@tanstack/svelte-table": "^9.0.0-beta.36", "@types/d3-scale": "^4.0.9", "@types/d3-shape": "^3.1.8", "bits-ui": "^2.18.1",