Skip to content

Commit 4f52b24

Browse files
Fix Firefox permission troubles (#109)
1 parent 42cfeac commit 4f52b24

File tree

3 files changed

+302
-190
lines changed

3 files changed

+302
-190
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"build-dev-tools": "sh dev/build.sh"
1616
},
1717
"dependencies": {
18-
"@plasmohq/storage": "^1.8.0",
18+
"@plasmohq/storage": "^1.9.0",
1919
"@tailwindcss/forms": "^0.5.6",
2020
"chrome-extension-hot-reload": "^0.2.2",
2121
"classnames": "^2.3.2",
2222
"crx-hotreload": "^1.0.6",
23-
"plasmo": "^0.83.0",
23+
"plasmo": "^0.84.0",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
2626
"validator": "^13.11.0",
@@ -74,4 +74,4 @@
7474
}
7575
}
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)