Merge pull request 'Chore: restore ui lockfile from a27a2d5c12b8d6978c20fb9eb47c30d59153a76b' (#3380) from hsjobeki/clan-core:ui-1 into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3380
This commit is contained in:
@@ -18,7 +18,7 @@ export default tseslint.config(
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
"tailwindcss/no-custom-classname": [
|
"tailwindcss/no-custom-classname": [
|
||||||
"error",
|
"warn",
|
||||||
{
|
{
|
||||||
callees: ["cx"],
|
callees: ["cx"],
|
||||||
whitelist: ["material-icons"],
|
whitelist: ["material-icons"],
|
||||||
|
|||||||
5835
pkgs/webview-ui/app/package-lock.json
generated
5835
pkgs/webview-ui/app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -16,30 +16,30 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.3.0",
|
"@eslint/js": "^9.3.0",
|
||||||
"@tailwindcss/typography": "^0.5.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"@types/node": "^22.0.0",
|
"@types/node": "^20.12.12",
|
||||||
"@typescript-eslint/parser": "^8.0.0",
|
"@typescript-eslint/parser": "^7.10.0",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
"daisyui": "^4.11.1",
|
"daisyui": "^4.11.1",
|
||||||
"eslint": "^9.0.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-plugin-tailwindcss": "^3.17.0",
|
"eslint-plugin-tailwindcss": "^3.17.0",
|
||||||
"jsdom": "^26.0.0",
|
"jsdom": "^24.1.0",
|
||||||
"postcss": "^8.4.38",
|
"postcss": "^8.4.38",
|
||||||
"postcss-url": "^10.1.3",
|
"postcss-url": "^10.1.3",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"solid-devtools": "^0.34.0",
|
"solid-devtools": "^0.29.2",
|
||||||
"tailwindcss": "^3.4.3",
|
"tailwindcss": "^3.4.3",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5",
|
||||||
"typescript-eslint": "^8.0.0",
|
"typescript-eslint": "^7.10.0",
|
||||||
"vite": "^6.0.0",
|
"vite": "^5.0.11",
|
||||||
"vite-plugin-solid": "^2.8.2",
|
"vite-plugin-solid": "^2.8.2",
|
||||||
"vitest": "^3.0.0"
|
"vitest": "^1.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/dom": "^1.6.8",
|
"@floating-ui/dom": "^1.6.8",
|
||||||
"@modular-forms/solid": "^0.25.0",
|
"@modular-forms/solid": "^0.21.0",
|
||||||
"@solid-primitives/storage": "^4.0.0",
|
"@solid-primitives/storage": "^3.7.1",
|
||||||
"@solidjs/router": "^0.15.0",
|
"@solidjs/router": "^0.14.2",
|
||||||
"@tanstack/eslint-plugin-query": "^5.51.12",
|
"@tanstack/eslint-plugin-query": "^5.51.12",
|
||||||
"@tanstack/solid-query": "^5.51.2",
|
"@tanstack/solid-query": "^5.51.2",
|
||||||
"@types/json-schema": "^7.0.15",
|
"@types/json-schema": "^7.0.15",
|
||||||
|
|||||||
@@ -98,6 +98,7 @@ export async function set_single_service<T extends keyof Services>(
|
|||||||
inventory.services = inventory.services || {};
|
inventory.services = inventory.services || {};
|
||||||
inventory.services[service_name] = inventory.services[service_name] || {};
|
inventory.services[service_name] = inventory.services[service_name] || {};
|
||||||
|
|
||||||
|
// @ts-expect-error: This doesn't check
|
||||||
inventory.services[service_name][instance_key] = service_config;
|
inventory.services[service_name][instance_key] = service_config;
|
||||||
console.log("saving inventory", inventory);
|
console.log("saving inventory", inventory);
|
||||||
return callApi("set_inventory", {
|
return callApi("set_inventory", {
|
||||||
|
|||||||
Reference in New Issue
Block a user