Skip to content

Commit

Permalink
Merge pull request #40 from aaron5670/feature/show-current-localStora…
Browse files Browse the repository at this point in the history
…ge-value

Load the localStorage value of the current page as input value
  • Loading branch information
aaron5670 authored Mar 15, 2023
2 parents ee57204 + 49a7a4d commit c254c03
Show file tree
Hide file tree
Showing 8 changed files with 407 additions and 685 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "toggle-experiment",
"displayName": "Toggle Experiment",
"description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
"version": "0.6.5",
"version": "0.7.0",
"author": "Aaron van den Berg",
"homepage": "https://aaronvandenberg.nl/",
"scripts": {
Expand All @@ -11,21 +11,21 @@
"package": "plasmo package"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@mantine/core": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@plasmohq/storage": "^1.0.0",
"@tabler/icons-react": "^2.1.2",
"immer": "^9.0.15",
"plasmo": "0.65.0",
"@emotion/react": "^11.10.6",
"@mantine/core": "^6.0.2",
"@mantine/hooks": "^6.0.2",
"@plasmohq/storage": "^1.2.3",
"@tabler/icons-react": "^2.10.0",
"immer": "^9.0.19",
"plasmo": "0.67.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"zustand": "^4.1.2"
"zustand": "^4.3.6"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.1",
"@types/chrome": "0.0.217",
"@types/node": "18.11.18",
"@plasmohq/prettier-plugin-sort-imports": "3.6.3",
"@types/chrome": "0.0.224",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"prettier": "2.8.4",
Expand Down
Loading

0 comments on commit c254c03

Please sign in to comment.