Skip to content

Commit e52987f

Browse files
authored
Merge pull request #113 from syfxlin/develop
fix(doc): Fix toc and artalk not working
2 parents 0e64138 + f48133a commit e52987f

File tree

5 files changed

+3120
-2951
lines changed

5 files changed

+3120
-2951
lines changed

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -18,53 +18,53 @@
1818
"build": "next build"
1919
},
2020
"dependencies": {
21-
"@iconify/json": "^2.2.171",
22-
"@iconify/utils": "^2.1.15",
23-
"@keystatic/core": "^0.3.4",
24-
"@keystatic/next": "^3.0.0",
21+
"@iconify/json": "^2.2.196",
22+
"@iconify/utils": "^2.1.22",
23+
"@keystatic/core": "^0.5.9",
24+
"@keystatic/next": "^5.0.0",
2525
"@markdoc/markdoc": "^0.4.0",
2626
"@radix-ui/colors": "3.0.0",
27-
"@syfxlin/reks": "^1.0.1",
28-
"@syfxlin/reve": "^1.0.5",
27+
"@syfxlin/reks": "^1.0.3",
28+
"@syfxlin/reve": "^1.0.6",
2929
"@tippyjs/react": "^4.2.6",
30-
"@vanilla-extract/css": "^1.14.0",
31-
"artalk": "^2.7.3",
30+
"@vanilla-extract/css": "^1.14.2",
31+
"artalk": "^2.8.3",
3232
"fs-extra": "^11.2.0",
3333
"fuse.js": "^7.0.0",
3434
"gh-lang-colors": "^0.1.3",
3535
"github-slugger": "^2.0.0",
36-
"katex": "^0.16.9",
36+
"katex": "^0.16.10",
3737
"medium-zoom": "^1.1.0",
38-
"next": "14.1.0",
38+
"next": "14.1.4",
3939
"next-pwa": "^5.6.0",
40-
"next-themes": "^0.2.1",
40+
"next-themes": "^0.3.0",
4141
"nextjs-google-analytics": "^2.3.3",
42-
"nextjs-toploader": "^1.6.4",
42+
"nextjs-toploader": "^1.6.11",
4343
"open-graph-scraper": "^6.3.2",
44-
"polished": "^4.2.2",
44+
"polished": "^4.3.1",
4545
"react": "^18.2.0",
4646
"react-dom": "^18.2.0",
47-
"react-use": "^17.4.3",
47+
"react-use": "^17.5.0",
4848
"rss": "^1.2.2",
4949
"sharp": "^0.32.6",
5050
"shikiji": "0.10.2",
51-
"swr": "^2.2.4"
51+
"swr": "^2.2.5"
5252
},
5353
"devDependencies": {
54-
"@next/bundle-analyzer": "14.1.0",
55-
"@syfxlin/eslint-config": "^1.0.2",
54+
"@next/bundle-analyzer": "14.1.4",
55+
"@syfxlin/eslint-config": "^1.0.4",
5656
"@types/fs-extra": "^11.0.4",
5757
"@types/katex": "^0.16.7",
5858
"@types/next-pwa": "^5.6.9",
59-
"@types/node": "^20.11.5",
60-
"@types/react": "^18.2.48",
61-
"@types/react-dom": "^18.2.18",
59+
"@types/node": "^20.12.2",
60+
"@types/react": "^18.2.73",
61+
"@types/react-dom": "^18.2.23",
6262
"@types/rss": "^0.0.32",
63-
"@vanilla-extract/next-plugin": "^2.3.3",
64-
"esbuild": "^0.20.0",
65-
"eslint": "^8.56.0",
66-
"esno": "^4.0.0",
67-
"typescript": "^5.3.3",
68-
"webpack": "^5.89.0"
63+
"@vanilla-extract/next-plugin": "^2.4.0",
64+
"esbuild": "^0.20.2",
65+
"eslint": "^8.57.0",
66+
"esno": "^4.7.0",
67+
"typescript": "^5.4.3",
68+
"webpack": "^5.91.0"
6969
}
7070
}

0 commit comments

Comments
 (0)