Skip to content

Commit

Permalink
feat: use activity event api
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Aug 6, 2023
1 parent 8042311 commit a885462
Show file tree
Hide file tree
Showing 6 changed files with 772 additions and 543 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@
"prod:reload": "pm2 reload ecosystem.config.js"
},
"dependencies": {
"@clerk/nextjs": "4.23.1",
"@clerk/nextjs": "4.23.2",
"@floating-ui/react-dom": "2.0.1",
"@mx-space/api-client": "1.4.3",
"@mx-space/api-client": "1.5.1",
"@radix-ui/react-dialog": "1.0.4",
"@sentry/nextjs": "7.60.1",
"@sentry/nextjs": "7.61.1",
"@sentry/webpack-plugin": "2.5.0",
"@tanstack/react-query": "4.32.0",
"@tanstack/react-query-devtools": "4.32.0",
"@tanstack/react-query-persist-client": "4.32.0",
"@tanstack/react-query": "4.32.6",
"@tanstack/react-query-devtools": "4.32.6",
"@tanstack/react-query-persist-client": "4.32.6",
"@upstash/redis": "1.22.0",
"@vercel/analytics": "1.0.1",
"axios": "1.4.0",
"clsx": "2.0.0",
"daisyui": "3.5.0",
"daisyui": "3.5.1",
"dayjs": "1.11.9",
"emoji-mart": "5.5.2",
"emoji-picker-react": "4.4.10",
"foxact": "0.2.17",
"framer-motion": "^10.15.0",
"idb-keyval": "6.2.1",
"immer": "^10.0.2",
"jotai": "2.2.2",
"jotai": "2.2.3",
"js-cookie": "3.0.5",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.2.1-beta.0",
"medium-zoom": "1.0.8",
Expand All @@ -70,27 +70,27 @@
"react-error-boundary": "4.0.10",
"react-intersection-observer": "9.5.2",
"react-toastify": "9.1.3",
"react-tweet": "3.0.3",
"react-tweet": "3.0.4",
"react-wrap-balancer": "1.0.0",
"remove-markdown": "0.5.0",
"shiki": "0.14.3",
"socket.io-client": "4.7.1",
"socket.io-client": "4.7.2",
"tailwind-merge": "1.14.0",
"uniqolor": "1.1.0",
"xss": "1.0.14"
},
"devDependencies": {
"@iconify-json/material-symbols": "1.1.52",
"@iconify-json/mingcute": "1.1.7",
"@iconify-json/material-symbols": "1.1.54",
"@iconify-json/mingcute": "1.1.9",
"@iconify/tailwind": "0.1.3",
"@innei/eslint-config-react-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@next/bundle-analyzer": "13.4.12",
"@tailwindcss/typography": "0.5.9",
"@types/js-cookie": "3.0.3",
"@types/markdown-escape": "1.1.0",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/remove-markdown": "0.3.1",
"autoprefixer": "10.4.14",
Expand All @@ -102,12 +102,12 @@
"postcss": "8.4.27",
"postcss-import": "15.1.0",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.1.0",
"postcss-preset-env": "9.1.1",
"postcss-prune-var": "1.1.1",
"prettier": "3.0.0",
"prettier": "3.0.1",
"rimraf": "5.0.1",
"simple-git-hooks": "2.9.0",
"tailwind-scrollbar": "3.0.4",
"tailwind-scrollbar": "3.0.5",
"tailwind-variants": "0.1.13",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
Expand Down
Loading

1 comment on commit a885462

@vercel
Copy link

@vercel vercel bot commented on a885462 Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

springtide.vercel.app
shiro-git-main-innei.vercel.app
shiro-innei.vercel.app
innei.in

Please sign in to comment.