|
2 | 2 | "name": "toggle-experiment",
|
3 | 3 | "displayName": "Toggle Experiment",
|
4 | 4 | "description": "A browser extension to inject the LocalStorage of a website for Optimizely experiments.",
|
5 |
| - "version": "0.6.5", |
| 5 | + "version": "0.7.0", |
6 | 6 | "author": "Aaron van den Berg",
|
7 | 7 | "homepage": "https://aaronvandenberg.nl/",
|
8 | 8 | "scripts": {
|
|
11 | 11 | "package": "plasmo package"
|
12 | 12 | },
|
13 | 13 | "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", |
21 | 21 | "react": "18.2.0",
|
22 | 22 | "react-dom": "18.2.0",
|
23 |
| - "zustand": "^4.1.2" |
| 23 | + "zustand": "^4.3.6" |
24 | 24 | },
|
25 | 25 | "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", |
29 | 29 | "@types/react": "18.0.28",
|
30 | 30 | "@types/react-dom": "18.0.11",
|
31 | 31 | "prettier": "2.8.4",
|
|
0 commit comments