diff --git a/bun.lockb b/bun.lockb index d1ecbf665..1c255576a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8ebce6fb0..29f572a40 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/file-saver": "^2.0.5", "@types/jsdom": "^16.2.14", "@types/leaflet": "^1.9.0", - "@types/node": "^16.11.27", + "@types/node": "^17.0.29", "@types/uuid": "^8.3.4", "@types/webfontloader": "^1.0.0", "@vitejs/plugin-vue": "3.1.0", diff --git a/src/stores/widgetManager.ts b/src/stores/widgetManager.ts index 7c9262b1c..47f16d63e 100644 --- a/src/stores/widgetManager.ts +++ b/src/stores/widgetManager.ts @@ -426,7 +426,6 @@ export const useWidgetManagerStore = defineStore('widget-manager', () => { if (savedProfiles.value.isEmpty()) { importProfilesFromVehicle() widgetProfiles.forEach((profile) => { - // @ts-ignore: structuredClone is a thing since a long time ago const userProfile = structuredClone(profile) userProfile.name = userProfile.name.replace('Default', 'User') userProfile.hash = uuid4()