Skip to content

Commit 474ca97

Browse files
committed
chore: update dependencies
1 parent 391b6c1 commit 474ca97

File tree

5 files changed

+1886
-1731
lines changed

5 files changed

+1886
-1731
lines changed
File renamed without changes.
File renamed without changes.

package.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -18,51 +18,51 @@
1818
"prepare": "husky install"
1919
},
2020
"dependencies": {
21-
"@iconify-json/mingcute": "^1.1.16",
21+
"@iconify-json/mingcute": "^1.2.1",
2222
"@plasmohq/messaging": "^0.6.2",
23-
"@plasmohq/storage": "^1.9.3",
24-
"@radix-ui/react-accordion": "^1.1.2",
25-
"@radix-ui/react-dialog": "1.0.5",
26-
"@radix-ui/react-label": "^2.0.2",
27-
"@radix-ui/react-slot": "^1.0.2",
28-
"@radix-ui/react-switch": "^1.0.3",
23+
"@plasmohq/storage": "^1.12.0",
24+
"@radix-ui/react-accordion": "^1.2.1",
25+
"@radix-ui/react-dialog": "1.1.2",
26+
"@radix-ui/react-label": "^2.1.0",
27+
"@radix-ui/react-slot": "^1.1.0",
28+
"@radix-ui/react-switch": "^1.1.1",
2929
"async-lock": "^1.4.1",
3030
"class-variance-authority": "^0.7.0",
31-
"clsx": "^2.1.0",
32-
"foxact": "^0.2.31",
31+
"clsx": "^2.1.1",
32+
"foxact": "^0.2.39",
3333
"he": "1.2.0",
3434
"lodash": "^4.17.21",
35-
"lucide-react": "^0.334.0",
35+
"lucide-react": "^0.452.0",
3636
"md5.js": "^1.3.5",
37-
"plasmo": "0.84.1",
38-
"react": "18.2.0",
39-
"react-dom": "18.2.0",
37+
"plasmo": "0.89.3",
38+
"react": "18.3.1",
39+
"react-dom": "18.3.1",
4040
"react-hot-toast": "^2.4.1",
41-
"react-router-dom": "^6.22.1",
41+
"react-router-dom": "^6.27.0",
4242
"route-recognizer": "^0.3.4",
4343
"rss-parser": "3.13.0",
44-
"tailwind-merge": "^2.2.1",
44+
"tailwind-merge": "^2.5.3",
4545
"tailwindcss-animate": "^1.0.7",
46-
"tldts": "^6.1.11",
47-
"usehooks-ts": "^2.14.0",
48-
"xss": "1.0.14"
46+
"tldts": "^6.1.51",
47+
"usehooks-ts": "^3.1.0",
48+
"xss": "1.0.15"
4949
},
5050
"devDependencies": {
51-
"@egoist/tailwindcss-icons": "^1.7.4",
52-
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
53-
"@types/chrome": "^0.0.260",
54-
"@types/node": "20.11.19",
55-
"@types/react": "18.2.56",
56-
"@types/react-dom": "18.2.19",
57-
"autoprefixer": "^10.4.17",
58-
"husky": "9.0.11",
59-
"lint-staged": "15.2.2",
60-
"postcss": "^8.4.35",
61-
"prettier": "3.2.5",
51+
"@egoist/tailwindcss-icons": "^1.8.1",
52+
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
53+
"@types/chrome": "^0.0.277",
54+
"@types/node": "22.7.5",
55+
"@types/react": "18.3.11",
56+
"@types/react-dom": "18.3.1",
57+
"autoprefixer": "^10.4.20",
58+
"husky": "9.1.6",
59+
"lint-staged": "15.2.10",
60+
"postcss": "^8.4.47",
61+
"prettier": "3.3.3",
6262
"prettier-package-json": "2.8.0",
63-
"shadcn-ui": "^0.8.0",
64-
"tailwindcss": "^3.4.1",
65-
"typescript": "5.3.3"
63+
"shadcn-ui": "^0.9.2",
64+
"tailwindcss": "^3.4.13",
65+
"typescript": "5.6.3"
6666
},
6767
"lint-staged": {
6868
"**/*": "prettier --write --ignore-unknown"

0 commit comments

Comments
 (0)