|
37 | 37 | "prod:reload": "pm2 reload ecosystem.config.js"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "@clerk/nextjs": "4.21.10", |
| 40 | + "@clerk/nextjs": "4.21.13", |
41 | 41 | "@floating-ui/react-dom": "2.0.1",
|
42 |
| - "@formkit/auto-animate": "1.0.0-pre-alpha.3", |
43 | 42 | "@mx-space/api-client": "1.4.3",
|
44 | 43 | "@radix-ui/react-dialog": "1.0.4",
|
45 |
| - "@sentry/nextjs": "7.56.0", |
46 |
| - "@sentry/webpack-plugin": "2.3.0", |
| 44 | + "@sentry/nextjs": "7.57.0", |
| 45 | + "@sentry/webpack-plugin": "2.4.0", |
47 | 46 | "@tanstack/react-query": "4.29.19",
|
48 | 47 | "@tanstack/react-query-devtools": "4.29.19",
|
49 | 48 | "@tanstack/react-query-persist-client": "4.29.19",
|
50 |
| - "@uidotdev/usehooks": "2.0.1", |
51 |
| - "@upstash/redis": "1.21.0", |
| 49 | + "@upstash/redis": "1.22.0", |
52 | 50 | "@vercel/analytics": "1.0.1",
|
53 | 51 | "axios": "1.4.0",
|
54 | 52 | "clsx": "1.2.1",
|
55 |
| - "daisyui": "3.1.6", |
56 |
| - "dayjs": "1.11.8", |
57 |
| - "foxact": "0.2.10", |
58 |
| - "framer-motion": "^10.12.17", |
| 53 | + "daisyui": "3.1.7", |
| 54 | + "dayjs": "1.11.9", |
| 55 | + "foxact": "0.2.11", |
| 56 | + "framer-motion": "^10.12.18", |
59 | 57 | "idb-keyval": "6.2.1",
|
60 | 58 | "immer": "^10.0.2",
|
61 | 59 | "jotai": "2.2.1",
|
62 | 60 | "js-cookie": "3.0.5",
|
63 |
| - "markdown-escape": "2.0.0", |
64 | 61 | "markdown-to-jsx": "npm:@innei/[email protected]",
|
65 |
| - "mdast-util-toc": "6.1.1", |
66 | 62 | "medium-zoom": "1.0.8",
|
67 |
| - "mermaid": "10.2.3", |
| 63 | + "mermaid": "10.2.4", |
68 | 64 | "next": "13.4.7",
|
69 | 65 | "next-themes": "0.2.1",
|
70 | 66 | "qrcode.react": "3.1.0",
|
71 | 67 | "react": "18.2.0",
|
72 | 68 | "react-dom": "18.2.0",
|
73 | 69 | "react-error-boundary": "4.0.10",
|
74 |
| - "react-intersection-observer": "9.5.1", |
| 70 | + "react-intersection-observer": "9.5.2", |
75 | 71 | "react-toastify": "9.1.3",
|
76 |
| - "react-tweet": "2.0.2", |
| 72 | + "react-tweet": "3.0.0", |
77 | 73 | "react-wrap-balancer": "1.0.0",
|
78 | 74 | "remove-markdown": "0.5.0",
|
79 |
| - "socket.io-client": "4.7.0", |
80 |
| - "tailwind-merge": "1.13.2", |
81 |
| - "validator": "13.9.0" |
| 75 | + "socket.io-client": "4.7.1", |
| 76 | + "tailwind-merge": "1.13.2" |
82 | 77 | },
|
83 | 78 | "devDependencies": {
|
84 |
| - "@iconify-json/material-symbols": "1.1.49", |
| 79 | + "@iconify-json/material-symbols": "1.1.50", |
85 | 80 | "@iconify-json/mingcute": "1.1.7",
|
86 | 81 | "@iconify/tailwind": "0.1.3",
|
87 |
| - "@innei/eslint-config-react-ts": "0.10.2", |
88 |
| - "@innei/prettier": "0.10.2", |
| 82 | + "@innei/eslint-config-react-ts": "0.10.3", |
| 83 | + "@innei/prettier": "0.10.3", |
89 | 84 | "@next/bundle-analyzer": "13.4.7",
|
90 | 85 | "@tailwindcss/typography": "0.5.9",
|
91 |
| - "@types/color": "3.0.3", |
92 | 86 | "@types/js-cookie": "3.0.3",
|
93 | 87 | "@types/markdown-escape": "1.1.0",
|
94 |
| - "@types/node": "20.3.2", |
| 88 | + "@types/node": "20.3.3", |
95 | 89 | "@types/react": "18.2.14",
|
96 | 90 | "@types/react-dom": "18.2.6",
|
97 | 91 | "@types/remove-markdown": "0.3.1",
|
98 |
| - "@types/validator": "13.7.17", |
99 | 92 | "autoprefixer": "10.4.14",
|
100 |
| - "color": "4.2.3", |
101 | 93 | "cross-env": "7.0.3",
|
102 | 94 | "dotenv": "16.3.1",
|
103 |
| - "eslint": "8.43.0", |
| 95 | + "eslint": "8.44.0", |
104 | 96 | "husky": "8.0.3",
|
105 |
| - "js-yaml": "4.1.0", |
106 |
| - "lint-staged": "13.2.2", |
| 97 | + "lint-staged": "13.2.3", |
107 | 98 | "postcss": "8.4.24",
|
108 | 99 | "postcss-import": "15.1.0",
|
109 | 100 | "postcss-nested": "6.0.1",
|
|
113 | 104 | "rimraf": "5.0.1",
|
114 | 105 | "simple-git-hooks": "2.8.1",
|
115 | 106 | "tailwind-scrollbar": "3.0.4",
|
116 |
| - "tailwind-variants": "0.1.8", |
| 107 | + "tailwind-variants": "0.1.10", |
117 | 108 | "tailwindcss": "^3.3.2",
|
118 |
| - "tailwindcss-variable-colors": "0.0.1", |
119 |
| - "tilg": "0.1.1", |
120 |
| - "typescript": "5.1.3", |
| 109 | + "typescript": "5.1.6", |
121 | 110 | "typewind": "^0.1.3",
|
122 | 111 | "zx": "7.2.2"
|
123 | 112 | },
|
|
0 commit comments