Skip to content

Commit 555b7e2

Browse files
committed
fix: add layoutRoot
Signed-off-by: Innei <[email protected]>
1 parent 94ba269 commit 555b7e2

File tree

8 files changed

+400
-561
lines changed

8 files changed

+400
-561
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,20 @@ A theme for [Mix Space](https://github.com/mx-space)
1212

1313
### 本站依旧接入了 WebSocket 连接,通知和更新当前的活动。
1414

15-
### 头部
15+
- 发布文章站内通知
16+
- 文章的实时修改,实时反映
17+
- 实时评论 WIP
1618

19+
### 头部
1720

21+
- 4 种不同的状态
1822

1923
### FAB
2024

2125
对移动端进行了优化,调整了尺寸为了更好的点击。
2226

2327
## License
2428

25-
2022 © Innei, Released under the MIT License.
29+
2023 © Innei, Released under the MIT License. Thanks GPT-4.
2630

2731
> [Personal Website](https://innei.in/) · GitHub [@Innei](https://github.com/innei/)

package.json

+21-32
Original file line numberDiff line numberDiff line change
@@ -37,73 +37,64 @@
3737
"prod:reload": "pm2 reload ecosystem.config.js"
3838
},
3939
"dependencies": {
40-
"@clerk/nextjs": "4.21.10",
40+
"@clerk/nextjs": "4.21.13",
4141
"@floating-ui/react-dom": "2.0.1",
42-
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
4342
"@mx-space/api-client": "1.4.3",
4443
"@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",
4746
"@tanstack/react-query": "4.29.19",
4847
"@tanstack/react-query-devtools": "4.29.19",
4948
"@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",
5250
"@vercel/analytics": "1.0.1",
5351
"axios": "1.4.0",
5452
"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",
5957
"idb-keyval": "6.2.1",
6058
"immer": "^10.0.2",
6159
"jotai": "2.2.1",
6260
"js-cookie": "3.0.5",
63-
"markdown-escape": "2.0.0",
6461
"markdown-to-jsx": "npm:@innei/[email protected]",
65-
"mdast-util-toc": "6.1.1",
6662
"medium-zoom": "1.0.8",
67-
"mermaid": "10.2.3",
63+
"mermaid": "10.2.4",
6864
"next": "13.4.7",
6965
"next-themes": "0.2.1",
7066
"qrcode.react": "3.1.0",
7167
"react": "18.2.0",
7268
"react-dom": "18.2.0",
7369
"react-error-boundary": "4.0.10",
74-
"react-intersection-observer": "9.5.1",
70+
"react-intersection-observer": "9.5.2",
7571
"react-toastify": "9.1.3",
76-
"react-tweet": "2.0.2",
72+
"react-tweet": "3.0.0",
7773
"react-wrap-balancer": "1.0.0",
7874
"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"
8277
},
8378
"devDependencies": {
84-
"@iconify-json/material-symbols": "1.1.49",
79+
"@iconify-json/material-symbols": "1.1.50",
8580
"@iconify-json/mingcute": "1.1.7",
8681
"@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",
8984
"@next/bundle-analyzer": "13.4.7",
9085
"@tailwindcss/typography": "0.5.9",
91-
"@types/color": "3.0.3",
9286
"@types/js-cookie": "3.0.3",
9387
"@types/markdown-escape": "1.1.0",
94-
"@types/node": "20.3.2",
88+
"@types/node": "20.3.3",
9589
"@types/react": "18.2.14",
9690
"@types/react-dom": "18.2.6",
9791
"@types/remove-markdown": "0.3.1",
98-
"@types/validator": "13.7.17",
9992
"autoprefixer": "10.4.14",
100-
"color": "4.2.3",
10193
"cross-env": "7.0.3",
10294
"dotenv": "16.3.1",
103-
"eslint": "8.43.0",
95+
"eslint": "8.44.0",
10496
"husky": "8.0.3",
105-
"js-yaml": "4.1.0",
106-
"lint-staged": "13.2.2",
97+
"lint-staged": "13.2.3",
10798
"postcss": "8.4.24",
10899
"postcss-import": "15.1.0",
109100
"postcss-nested": "6.0.1",
@@ -113,11 +104,9 @@
113104
"rimraf": "5.0.1",
114105
"simple-git-hooks": "2.8.1",
115106
"tailwind-scrollbar": "3.0.4",
116-
"tailwind-variants": "0.1.8",
107+
"tailwind-variants": "0.1.10",
117108
"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",
121110
"typewind": "^0.1.3",
122111
"zx": "7.2.2"
123112
},

0 commit comments

Comments
 (0)