Skip to content

Commit 7833aff

Browse files
committed
v0.2.0
1 parent 159410d commit 7833aff

File tree

2 files changed

+610
-654
lines changed

2 files changed

+610
-654
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "synclify",
33
"displayName": "Synclify - Watch in sync with your friends",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"description": "Create a watch party straight from your browser—works anywhere, ad-free.",
66
"author": "andrea",
77
"scripts": {
88
"dev": "plasmo dev",
99
"build": "plasmo build"
1010
},
1111
"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",
1414
"flowbite": "^1.6.5",
1515
"flowbite-react": "^0.4.4",
1616
"lodash.debounce": "^4.0.8",
17-
"preact": "^10.13.2",
17+
"preact": "^10.14.1",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"react-hook-form": "^7.43.9",
@@ -23,22 +23,22 @@
2323
"devDependencies": {
2424
"@plasmohq/prettier-plugin-sort-imports": "^3.6.4",
2525
"@types/lodash.debounce": "^4.0.7",
26-
"@types/node": "^18.16.5",
26+
"@types/node": "^18.16.13",
2727
"@types/react": "^18.2.6",
2828
"@types/react-dom": "^18.2.4",
2929
"@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",
3232
"autoprefixer": "^10.4.14",
33-
"cssnano": "^5.1.15",
33+
"cssnano": "^6.0.1",
3434
"eslint": "^8.40.0",
3535
"eslint-config-prettier": "^8.8.0",
3636
"eslint-import-resolver-typescript": "^3.5.5",
3737
"eslint-plugin-import": "^2.27.5",
3838
"eslint-plugin-prettier": "^4.2.1",
3939
"eslint-plugin-react": "^7.32.2",
4040
"eslint-plugin-react-hooks": "^4.6.0",
41-
"plasmo": "^0.70.1",
41+
"plasmo": "^0.71.0",
4242
"postcss": "^8.4.23",
4343
"prettier": "^2.8.8",
4444
"prettier-plugin-tailwindcss": "^0.2.8",

0 commit comments

Comments
 (0)