From 7a20fe00430474df26b784d0be19523bec5aa384 Mon Sep 17 00:00:00 2001 From: v1xingyue Date: Tue, 20 Feb 2024 12:02:57 +0800 Subject: [PATCH] update plasmo --- examples/sayhi/package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/sayhi/package.json b/examples/sayhi/package.json index cca036c..e29547e 100644 --- a/examples/sayhi/package.json +++ b/examples/sayhi/package.json @@ -1,7 +1,7 @@ { "name": "sayhi", "displayName": "Sayhi", - "version": "0.0.1", + "version": "0.0.5", "description": "A basic Plasmo extension.", "author": "Plasmo Corp. ", "scripts": { @@ -11,7 +11,7 @@ }, "dependencies": { "daisyui": "^4.6.0", - "plasmo": "0.84.0", + "plasmo": "0.84.1", "react": "18.2.0", "react-dom": "18.2.0", "tailwindcss": "3.3.5" @@ -29,9 +29,6 @@ "manifest": { "host_permissions": [ "https://*/*" - ], - "permissions":[ - ] } }