From abea6a85c563fdf72d7c882fde048401aec9dced Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Mon, 2 Dec 2024 13:32:48 +0100 Subject: [PATCH] Lock --- pnpm-lock.yaml | 6 +++--- ui/package.json | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 16139fb..33f4925 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,6 +89,9 @@ importers: '@lit/localize': specifier: ^0.12.0 version: 0.12.2 + '@mdi/js': + specifier: ^7.4.47 + version: 7.4.47 '@scoped-elements/dropzone': specifier: ^0.2.1 version: 0.2.7(@types/react@18.3.12) @@ -114,9 +117,6 @@ importers: '@custom-elements-manifest/analyzer': specifier: ^0.5.7 version: 0.5.7 - '@mdi/js': - specifier: ^7.4.47 - version: 7.4.47 '@open-wc/eslint-config': specifier: ^2.0.0 version: 2.1.0(eslint-plugin-babel@5.3.1(eslint@7.32.0))(eslint-plugin-html@6.2.0)(eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@7.32.0)(typescript@5.6.3))(eslint@7.32.0))(eslint-plugin-lit@1.15.0(eslint@7.32.0))(eslint-plugin-no-only-tests@2.6.0)(eslint-plugin-wc@1.5.0(eslint@7.32.0)) diff --git a/ui/package.json b/ui/package.json index 220cbe1..611e038 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,10 @@ ".": "./dist/index.js", "./dist/*": "./dist/*" }, - "files": ["dist", "src"], + "files": [ + "dist", + "src" + ], "scripts": { "start": "vite --clearScreen false --port $UI_PORT", "build": "pnpm lint && tsc", @@ -59,4 +62,4 @@ }, "customElements": "custom-elements.json", "type": "module" -} +} \ No newline at end of file