Skip to content

Commit c254c03

Browse files
authored
Merge pull request #40 from aaron5670/feature/show-current-localStorage-value
Load the localStorage value of the current page as input value
2 parents ee57204 + 49a7a4d commit c254c03

8 files changed

+407
-685
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "toggle-experiment",
33
"displayName": "Toggle Experiment",
44
"description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
5-
"version": "0.6.5",
5+
"version": "0.7.0",
66
"author": "Aaron van den Berg",
77
"homepage": "https://aaronvandenberg.nl/",
88
"scripts": {
@@ -11,21 +11,21 @@
1111
"package": "plasmo package"
1212
},
1313
"dependencies": {
14-
"@emotion/react": "^11.10.4",
15-
"@mantine/core": "^5.9.5",
16-
"@mantine/hooks": "^5.9.5",
17-
"@plasmohq/storage": "^1.0.0",
18-
"@tabler/icons-react": "^2.1.2",
19-
"immer": "^9.0.15",
20-
"plasmo": "0.65.0",
14+
"@emotion/react": "^11.10.6",
15+
"@mantine/core": "^6.0.2",
16+
"@mantine/hooks": "^6.0.2",
17+
"@plasmohq/storage": "^1.2.3",
18+
"@tabler/icons-react": "^2.10.0",
19+
"immer": "^9.0.19",
20+
"plasmo": "0.67.3",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",
23-
"zustand": "^4.1.2"
23+
"zustand": "^4.3.6"
2424
},
2525
"devDependencies": {
26-
"@plasmohq/prettier-plugin-sort-imports": "3.6.1",
27-
"@types/chrome": "0.0.217",
28-
"@types/node": "18.11.18",
26+
"@plasmohq/prettier-plugin-sort-imports": "3.6.3",
27+
"@types/chrome": "0.0.224",
28+
"@types/node": "18.15.3",
2929
"@types/react": "18.0.28",
3030
"@types/react-dom": "18.0.11",
3131
"prettier": "2.8.4",

0 commit comments

Comments
 (0)