Skip to content

Commit

Permalink
update plasmo
Browse files Browse the repository at this point in the history
  • Loading branch information
v1xingyue committed Feb 20, 2024
1 parent b2d684c commit 7a20fe0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/sayhi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sayhi",
"displayName": "Sayhi",
"version": "0.0.1",
"version": "0.0.5",
"description": "A basic Plasmo extension.",
"author": "Plasmo Corp. <[email protected]>",
"scripts": {
Expand All @@ -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"
Expand All @@ -29,9 +29,6 @@
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions":[

]
}
}

0 comments on commit 7a20fe0

Please sign in to comment.