|
1 | 1 | {
|
2 | 2 | "name": "synclify",
|
3 | 3 | "displayName": "Synclify - Watch in sync with your friends",
|
4 |
| - "version": "0.1.1", |
| 4 | + "version": "0.2.0", |
5 | 5 | "description": "Create a watch party straight from your browser—works anywhere, ad-free.",
|
6 | 6 | "author": "andrea",
|
7 | 7 | "scripts": {
|
8 | 8 | "dev": "plasmo dev",
|
9 | 9 | "build": "plasmo build"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@plasmohq/messaging": "^0.2.1", |
13 |
| - "@plasmohq/storage": "^1.5.0", |
| 12 | + "@plasmohq/messaging": "^0.3.0", |
| 13 | + "@plasmohq/storage": "^1.6.0", |
14 | 14 | "flowbite": "^1.6.5",
|
15 | 15 | "flowbite-react": "^0.4.4",
|
16 | 16 | "lodash.debounce": "^4.0.8",
|
17 |
| - "preact": "^10.13.2", |
| 17 | + "preact": "^10.14.1", |
18 | 18 | "react": "^18.2.0",
|
19 | 19 | "react-dom": "^18.2.0",
|
20 | 20 | "react-hook-form": "^7.43.9",
|
|
23 | 23 | "devDependencies": {
|
24 | 24 | "@plasmohq/prettier-plugin-sort-imports": "^3.6.4",
|
25 | 25 | "@types/lodash.debounce": "^4.0.7",
|
26 |
| - "@types/node": "^18.16.5", |
| 26 | + "@types/node": "^18.16.13", |
27 | 27 | "@types/react": "^18.2.6",
|
28 | 28 | "@types/react-dom": "^18.2.4",
|
29 | 29 | "@types/webextension-polyfill": "^0.10.0",
|
30 |
| - "@typescript-eslint/eslint-plugin": "^5.59.2", |
31 |
| - "@typescript-eslint/parser": "^5.59.2", |
| 30 | + "@typescript-eslint/eslint-plugin": "^5.59.6", |
| 31 | + "@typescript-eslint/parser": "^5.59.6", |
32 | 32 | "autoprefixer": "^10.4.14",
|
33 |
| - "cssnano": "^5.1.15", |
| 33 | + "cssnano": "^6.0.1", |
34 | 34 | "eslint": "^8.40.0",
|
35 | 35 | "eslint-config-prettier": "^8.8.0",
|
36 | 36 | "eslint-import-resolver-typescript": "^3.5.5",
|
37 | 37 | "eslint-plugin-import": "^2.27.5",
|
38 | 38 | "eslint-plugin-prettier": "^4.2.1",
|
39 | 39 | "eslint-plugin-react": "^7.32.2",
|
40 | 40 | "eslint-plugin-react-hooks": "^4.6.0",
|
41 |
| - "plasmo": "^0.70.1", |
| 41 | + "plasmo": "^0.71.0", |
42 | 42 | "postcss": "^8.4.23",
|
43 | 43 | "prettier": "^2.8.8",
|
44 | 44 | "prettier-plugin-tailwindcss": "^0.2.8",
|
|
0 commit comments