spot: fix deps
This commit is contained in:
parent
08bddb3165
commit
712f07988e
3 changed files with 10 additions and 11 deletions
BIN
spot/bun.lockb
BIN
spot/bun.lockb
Binary file not shown.
|
|
@ -948,7 +948,6 @@ export default defineBackground(() => {
|
|||
console.log('restoring content at', res)
|
||||
}
|
||||
await checkTokenValidity();
|
||||
await initializeOffscreenDocument();
|
||||
});
|
||||
void initializeOffscreenDocument();
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue