From 6578be00ce335cccb5b432ee3e87a50cd4a7e1cb Mon Sep 17 00:00:00 2001 From: aklinker1 <10101283+aklinker1@users.noreply.github.com> Date: Wed, 15 Apr 2026 00:51:40 +0000 Subject: [PATCH] fix: Upgrade `@wxt-dev/browser` to latest `@types/chrome` version --- bun.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index cecdec34..5afed939 100644 --- a/bun.lock +++ b/bun.lock @@ -91,7 +91,7 @@ "@types/har-format": "*", }, "devDependencies": { - "@types/chrome": "0.1.40", + "@types/chrome": "^0.1.40", "@types/node": "^20.0.0", "nano-spawn": "^2.0.0", "typescript": "^5.9.3",