chore: bump npm devDependencies to latest
@types/chrome 0.0.326 → 0.1.40 esbuild 0.25.12 → 0.28.0 typescript 5.9.3 → 6.0.3 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -7,8 +7,8 @@
|
||||
"check:extension": "tsc -p tsconfig.json --noEmit && npm run build:extension && node --check extension/background.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chrome": "^0.0.326",
|
||||
"esbuild": "^0.25.3",
|
||||
"typescript": "^5.8.3"
|
||||
"@types/chrome": "^0.1.40",
|
||||
"esbuild": "^0.28.0",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user