Skip to content

Commit a885462

Browse files
committed
feat: use activity event api
1 parent 8042311 commit a885462

File tree

6 files changed

+772
-543
lines changed

6 files changed

+772
-543
lines changed

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@
3636
"prod:reload": "pm2 reload ecosystem.config.js"
3737
},
3838
"dependencies": {
39-
"@clerk/nextjs": "4.23.1",
39+
"@clerk/nextjs": "4.23.2",
4040
"@floating-ui/react-dom": "2.0.1",
41-
"@mx-space/api-client": "1.4.3",
41+
"@mx-space/api-client": "1.5.1",
4242
"@radix-ui/react-dialog": "1.0.4",
43-
"@sentry/nextjs": "7.60.1",
43+
"@sentry/nextjs": "7.61.1",
4444
"@sentry/webpack-plugin": "2.5.0",
45-
"@tanstack/react-query": "4.32.0",
46-
"@tanstack/react-query-devtools": "4.32.0",
47-
"@tanstack/react-query-persist-client": "4.32.0",
45+
"@tanstack/react-query": "4.32.6",
46+
"@tanstack/react-query-devtools": "4.32.6",
47+
"@tanstack/react-query-persist-client": "4.32.6",
4848
"@upstash/redis": "1.22.0",
4949
"@vercel/analytics": "1.0.1",
5050
"axios": "1.4.0",
5151
"clsx": "2.0.0",
52-
"daisyui": "3.5.0",
52+
"daisyui": "3.5.1",
5353
"dayjs": "1.11.9",
5454
"emoji-mart": "5.5.2",
5555
"emoji-picker-react": "4.4.10",
5656
"foxact": "0.2.17",
5757
"framer-motion": "^10.15.0",
5858
"idb-keyval": "6.2.1",
5959
"immer": "^10.0.2",
60-
"jotai": "2.2.2",
60+
"jotai": "2.2.3",
6161
"js-cookie": "3.0.5",
6262
"markdown-to-jsx": "npm:@innei/[email protected]",
6363
"medium-zoom": "1.0.8",
@@ -70,27 +70,27 @@
7070
"react-error-boundary": "4.0.10",
7171
"react-intersection-observer": "9.5.2",
7272
"react-toastify": "9.1.3",
73-
"react-tweet": "3.0.3",
73+
"react-tweet": "3.0.4",
7474
"react-wrap-balancer": "1.0.0",
7575
"remove-markdown": "0.5.0",
7676
"shiki": "0.14.3",
77-
"socket.io-client": "4.7.1",
77+
"socket.io-client": "4.7.2",
7878
"tailwind-merge": "1.14.0",
7979
"uniqolor": "1.1.0",
8080
"xss": "1.0.14"
8181
},
8282
"devDependencies": {
83-
"@iconify-json/material-symbols": "1.1.52",
84-
"@iconify-json/mingcute": "1.1.7",
83+
"@iconify-json/material-symbols": "1.1.54",
84+
"@iconify-json/mingcute": "1.1.9",
8585
"@iconify/tailwind": "0.1.3",
8686
"@innei/eslint-config-react-ts": "0.11.1",
8787
"@innei/prettier": "0.11.1",
8888
"@next/bundle-analyzer": "13.4.12",
8989
"@tailwindcss/typography": "0.5.9",
9090
"@types/js-cookie": "3.0.3",
9191
"@types/markdown-escape": "1.1.0",
92-
"@types/node": "20.4.5",
93-
"@types/react": "18.2.17",
92+
"@types/node": "20.4.8",
93+
"@types/react": "18.2.18",
9494
"@types/react-dom": "18.2.7",
9595
"@types/remove-markdown": "0.3.1",
9696
"autoprefixer": "10.4.14",
@@ -102,12 +102,12 @@
102102
"postcss": "8.4.27",
103103
"postcss-import": "15.1.0",
104104
"postcss-nested": "6.0.1",
105-
"postcss-preset-env": "9.1.0",
105+
"postcss-preset-env": "9.1.1",
106106
"postcss-prune-var": "1.1.1",
107-
"prettier": "3.0.0",
107+
"prettier": "3.0.1",
108108
"rimraf": "5.0.1",
109109
"simple-git-hooks": "2.9.0",
110-
"tailwind-scrollbar": "3.0.4",
110+
"tailwind-scrollbar": "3.0.5",
111111
"tailwind-variants": "0.1.13",
112112
"tailwindcss": "^3.3.3",
113113
"typescript": "5.1.6",

0 commit comments

Comments
 (0)