diff --git a/container/package.json b/container/package.json index 6f1fdfee1a..97b74199e6 100644 --- a/container/package.json +++ b/container/package.json @@ -46,6 +46,7 @@ "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.13.0", + "@typescript-eslint/typescript-estree": "^8.13.0", "chokidar-cli": "^3.0.0", "cli-color": "^2.0.4", "concurrently": "^7.6.0", @@ -65,7 +66,6 @@ "svelte-preprocess": "5.0.4", "tslib": "2.6.1", "typescript": "5.1.6", - "@typescript-eslint/typescript-estree": "^8.13.0", "typescript-eslint": "^8.13.0" }, "engines": { diff --git a/container/src/LuigiCompoundContainer.svelte b/container/src/LuigiCompoundContainer.svelte index 9a6fe53660..2360c3dd87 100644 --- a/container/src/LuigiCompoundContainer.svelte +++ b/container/src/LuigiCompoundContainer.svelte @@ -62,11 +62,13 @@