diff --git a/package-lock.json b/package-lock.json index 4b7db9a..1d17125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "argparse": "^2.0.1", "postcss": "^8.4.47", "tailwindcss": "^3.4.13", - "wxt": "^0.19.9" + "wxt": "^0.19.11" } }, "node_modules/@aklinker1/rollup-plugin-visualizer": { @@ -9113,9 +9113,9 @@ } }, "node_modules/wxt": { - "version": "0.19.9", - "resolved": "https://registry.npmjs.org/wxt/-/wxt-0.19.9.tgz", - "integrity": "sha512-XUbF4JNyx2jTDpXwx2c/esaJcUD2Dr482C2GGenkGRMH2UnerzOIchGCtaa1hb2U8eAed7Akda0yRoMJU0uxUw==", + "version": "0.19.11", + "resolved": "https://registry.npmjs.org/wxt/-/wxt-0.19.11.tgz", + "integrity": "sha512-5SthX6H4jwM33VQQtNgLqZc7EzGV5ksz69omnI2kHYv22HfmVl4z7L1o0fgkl9XLyWyIz58nwf4YvQXGJWN5ig==", "dev": true, "dependencies": { "@aklinker1/rollup-plugin-visualizer": "5.12.0", @@ -9132,6 +9132,7 @@ "consola": "^3.2.3", "defu": "^6.1.4", "dequal": "^2.0.3", + "dotenv": "^16.4.5", "esbuild": "^0.23.0", "execa": "^9.3.1", "fast-glob": "^3.3.2", @@ -9153,6 +9154,7 @@ "ohash": "^1.1.3", "open": "^10.1.0", "ora": "^8.1.0", + "perfect-debounce": "^1.0.0", "picocolors": "^1.0.1", "prompts": "^2.4.2", "publish-browser-extension": "^2.1.3", diff --git a/package.json b/package.json index d3cf9f1..cede016 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "argparse": "^2.0.1", "postcss": "^8.4.47", "tailwindcss": "^3.4.13", - "wxt": "^0.19.9" + "wxt": "^0.19.11" }, "dependencies": { "@radix-ui/react-avatar": "^1.1.0",