Skip to content

Commit 613d684

Browse files
committed
fix(deps): update all non-major dependencies
1 parent f31fab5 commit 613d684

File tree

2 files changed

+106
-248
lines changed

2 files changed

+106
-248
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prod:reload": "pm2 reload ecosystem.config.js"
3737
},
3838
"dependencies": {
39-
"@clerk/nextjs": "4.29.4",
39+
"@clerk/nextjs": "4.29.5",
4040
"@floating-ui/react-dom": "2.0.6",
4141
"@milkdown/core": "7.3.3",
4242
"@milkdown/plugin-clipboard": "7.3.3",
@@ -53,12 +53,12 @@
5353
"@radix-ui/react-select": "2.0.0",
5454
"@radix-ui/react-switch": "1.0.3",
5555
"@radix-ui/react-tabs": "1.0.4",
56-
"@tanstack/query-async-storage-persister": "5.17.15",
57-
"@tanstack/react-query": "5.17.15",
58-
"@tanstack/react-query-devtools": "5.17.18",
59-
"@tanstack/react-query-persist-client": "5.17.15",
56+
"@tanstack/query-async-storage-persister": "5.17.19",
57+
"@tanstack/react-query": "5.17.19",
58+
"@tanstack/react-query-devtools": "5.17.21",
59+
"@tanstack/react-query-persist-client": "5.17.19",
6060
"@vercel/analytics": "1.1.2",
61-
"@vercel/postgres": "0.7.1",
61+
"@vercel/postgres": "0.7.2",
6262
"axios": "1.6.5",
6363
"bypass-vue-devtools": "0.0.6",
6464
"clsx": "2.1.0",
@@ -67,9 +67,9 @@
6767
"daisyui": "4.6.0",
6868
"dayjs": "1.11.10",
6969
"emoji-mart": "5.5.2",
70-
"emoji-picker-react": "4.7.0",
71-
"foxact": "0.2.30",
72-
"framer-motion": "^11.0.2",
70+
"emoji-picker-react": "4.7.1",
71+
"foxact": "0.2.31",
72+
"framer-motion": "^11.0.3",
7373
"fuse.js": "7.0.0",
7474
"idb-keyval": "6.2.1",
7575
"immer": "^10.0.3",
@@ -92,21 +92,21 @@
9292
"react-error-boundary": "4.0.12",
9393
"react-intersection-observer": "9.5.3",
9494
"react-responsive-masonry": "2.1.7",
95-
"react-toastify": "10.0.3",
95+
"react-toastify": "10.0.4",
9696
"react-tweet": "3.2.0",
9797
"react-wrap-balancer": "1.1.0",
9898
"remove-markdown": "0.5.0",
9999
"server-only": "^0.0.1",
100100
"socket.io-client": "4.7.4",
101-
"tailwind-merge": "2.2.0",
101+
"tailwind-merge": "2.2.1",
102102
"unidata.js": "0.8.0",
103103
"uniqolor": "1.1.1",
104104
"use-context-selector": "1.4.1",
105-
"vaul": "0.8.0",
105+
"vaul": "0.8.9",
106106
"xss": "1.0.14"
107107
},
108108
"devDependencies": {
109-
"@iconify-json/material-symbols": "1.1.70",
109+
"@iconify-json/material-symbols": "1.1.71",
110110
"@iconify-json/mingcute": "1.1.15",
111111
"@iconify/tailwind": "0.1.4",
112112
"@innei/eslint-config-react-ts": "0.12.1",
@@ -117,7 +117,7 @@
117117
"@types/js-cookie": "3.0.6",
118118
"@types/js-yaml": "4.0.9",
119119
"@types/markdown-escape": "1.1.3",
120-
"@types/node": "20.11.5",
120+
"@types/node": "20.11.6",
121121
"@types/react": "18.2.48",
122122
"@types/react-dom": "18.2.18",
123123
"@types/react-responsive-masonry": "2.1.3",

0 commit comments

Comments
 (0)