diff --git a/spot/bun.lockb b/spot/bun.lockb index bc6bbe9df..58ef0acb1 100755 Binary files a/spot/bun.lockb and b/spot/bun.lockb differ diff --git a/spot/entrypoints/background.ts b/spot/entrypoints/background.ts index ec8c558ec..a7623b132 100644 --- a/spot/entrypoints/background.ts +++ b/spot/entrypoints/background.ts @@ -948,7 +948,6 @@ export default defineBackground(() => { console.log('restoring content at', res) } await checkTokenValidity(); - await initializeOffscreenDocument(); }); void initializeOffscreenDocument(); diff --git a/spot/package.json b/spot/package.json index d2f5b6612..14e0dc732 100644 --- a/spot/package.json +++ b/spot/package.json @@ -2,7 +2,7 @@ "name": "spot", "description": "manifest.json description", "private": true, - "version": "1.0.16", + "version": "1.0.17", "type": "module", "scripts": { "dev": "wxt", @@ -16,23 +16,23 @@ "prettier": "prettier --write ." }, "dependencies": { - "@neodrag/solid": "^2.2.0", + "@neodrag/solid": "^2.3.0", "@openreplay/network-proxy": "^1.1.0", "@thedutchcoder/postcss-rem-to-px": "^0.0.2", - "autoprefixer": "^10.4.19", + "autoprefixer": "^10.4.21", "install": "^0.13.0", - "npm": "^10.8.1", - "postcss": "^8.4.38", - "prettier": "^3.3.2", - "solid-js": "^1.8.17", + "npm": "^10.9.2", + "postcss": "^8.5.3", + "prettier": "^3.5.3", + "solid-js": "^1.9.5", "tailwindcss": "^3.4.4", - "web-vitals": "^4.2.2" + "web-vitals": "^4.2.4" }, "devDependencies": { "@wxt-dev/module-solid": "^1.1.3", "daisyui": "^4.12.10", - "typescript": "^5.7.2", - "wxt": "0.19.24" + "typescript": "^5.8.2", + "wxt": "0.19.29" }, "packageManager": "yarn@4.5.3" }