Skip to content

Commit 205207e

Browse files
committed
fix(deps): Update dependencies
1 parent 0ccd70f commit 205207e

4 files changed

Lines changed: 4525 additions & 4223 deletions

File tree

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
serverActions: true,
1616
useDeploymentId: true,
1717
useDeploymentIdServerActions: true,
18-
serverComponentsExternalPackages: ["shikiji"],
18+
serverComponentsExternalPackages: ["shiki"],
1919
},
2020
images: {
2121
remotePatterns: [

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,53 +18,53 @@
1818
"build": "next build"
1919
},
2020
"dependencies": {
21-
"@iconify/json": "^2.2.219",
22-
"@iconify/utils": "^2.1.24",
23-
"@keystatic/core": "^0.5.19",
21+
"@iconify/json": "^2.2.260",
22+
"@iconify/utils": "^2.1.33",
23+
"@keystatic/core": "0.5.19",
2424
"@keystatic/next": "^5.0.1",
2525
"@markdoc/markdoc": "^0.4.0",
2626
"@radix-ui/colors": "3.0.0",
2727
"@syfxlin/reks": "^1.0.4",
2828
"@syfxlin/reve": "^1.0.6",
2929
"@tippyjs/react": "^4.2.6",
30-
"@vanilla-extract/css": "^1.15.3",
31-
"artalk": "^2.8.7",
30+
"@vanilla-extract/css": "1.16.0",
31+
"artalk": "^2.9.1",
3232
"fs-extra": "^11.2.0",
3333
"fuse.js": "^7.0.0",
3434
"gh-lang-colors": "^0.1.5",
3535
"github-slugger": "^2.0.0",
36-
"katex": "^0.16.10",
36+
"katex": "^0.16.11",
3737
"medium-zoom": "^1.1.0",
38-
"next": "14.2.4",
38+
"next": "14.2.15",
3939
"next-pwa": "^5.6.0",
4040
"next-themes": "^0.3.0",
41-
"nextjs-google-analytics": "^2.3.3",
42-
"nextjs-toploader": "^1.6.12",
43-
"open-graph-scraper": "^6.3.2",
41+
"nextjs-google-analytics": "^2.3.7",
42+
"nextjs-toploader": "3.7.15",
43+
"open-graph-scraper": "^6.8.2",
4444
"polished": "^4.3.1",
4545
"react": "^18.3.1",
4646
"react-dom": "^18.3.1",
47-
"react-use": "^17.5.0",
47+
"react-use": "^17.5.1",
4848
"rss": "^1.2.2",
49-
"sharp": "^0.32.6",
50-
"shikiji": "0.10.2",
49+
"sharp": "^0.33.5",
50+
"shiki": "^1.22.0",
5151
"swr": "^2.2.5"
5252
},
5353
"devDependencies": {
54-
"@next/bundle-analyzer": "14.2.4",
55-
"@syfxlin/eslint-config": "^1.0.7",
54+
"@next/bundle-analyzer": "14.2.15",
55+
"@syfxlin/eslint-config": "^1.0.8",
5656
"@types/fs-extra": "^11.0.4",
5757
"@types/katex": "^0.16.7",
5858
"@types/next-pwa": "^5.6.9",
59-
"@types/node": "^20.14.2",
60-
"@types/react": "^18.3.3",
61-
"@types/react-dom": "^18.3.0",
59+
"@types/node": "^22.7.5",
60+
"@types/react": "^18.3.11",
61+
"@types/react-dom": "^18.3.1",
6262
"@types/rss": "^0.0.32",
63-
"@vanilla-extract/next-plugin": "^2.4.2",
64-
"esbuild": "^0.21.5",
65-
"eslint": "^9.4.0",
66-
"esno": "^4.7.0",
67-
"typescript": "^5.4.5",
68-
"webpack": "^5.92.0"
63+
"@vanilla-extract/next-plugin": "2.4.6",
64+
"esbuild": "^0.24.0",
65+
"eslint": "^9.12.0",
66+
"esno": "^4.8.0",
67+
"typescript": "^5.6.3",
68+
"webpack": "^5.95.0"
6969
}
7070
}

0 commit comments

Comments
 (0)