Skip to content

Commit a1a7f18

Browse files
authored
Merge pull request #122 from syfxlin/develop
fix(search): Fix search bar display exception #121
2 parents 420a212 + 379d6d9 commit a1a7f18

File tree

20 files changed

+8740
-6991
lines changed

20 files changed

+8740
-6991
lines changed

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -18,53 +18,53 @@
1818
"build": "next build"
1919
},
2020
"dependencies": {
21-
"@iconify/json": "^2.2.196",
22-
"@iconify/utils": "^2.1.22",
23-
"@keystatic/core": "^0.5.9",
24-
"@keystatic/next": "^5.0.0",
21+
"@iconify/json": "^2.2.219",
22+
"@iconify/utils": "^2.1.24",
23+
"@keystatic/core": "^0.5.19",
24+
"@keystatic/next": "^5.0.1",
2525
"@markdoc/markdoc": "^0.4.0",
2626
"@radix-ui/colors": "3.0.0",
27-
"@syfxlin/reks": "^1.0.3",
27+
"@syfxlin/reks": "^1.0.4",
2828
"@syfxlin/reve": "^1.0.6",
2929
"@tippyjs/react": "^4.2.6",
30-
"@vanilla-extract/css": "^1.14.2",
31-
"artalk": "^2.8.3",
30+
"@vanilla-extract/css": "^1.15.3",
31+
"artalk": "^2.8.7",
3232
"fs-extra": "^11.2.0",
3333
"fuse.js": "^7.0.0",
34-
"gh-lang-colors": "^0.1.3",
34+
"gh-lang-colors": "^0.1.5",
3535
"github-slugger": "^2.0.0",
3636
"katex": "^0.16.10",
3737
"medium-zoom": "^1.1.0",
38-
"next": "14.1.4",
38+
"next": "14.2.4",
3939
"next-pwa": "^5.6.0",
4040
"next-themes": "^0.3.0",
4141
"nextjs-google-analytics": "^2.3.3",
42-
"nextjs-toploader": "^1.6.11",
42+
"nextjs-toploader": "^1.6.12",
4343
"open-graph-scraper": "^6.3.2",
4444
"polished": "^4.3.1",
45-
"react": "^18.2.0",
46-
"react-dom": "^18.2.0",
45+
"react": "^18.3.1",
46+
"react-dom": "^18.3.1",
4747
"react-use": "^17.5.0",
4848
"rss": "^1.2.2",
4949
"sharp": "^0.32.6",
5050
"shikiji": "0.10.2",
5151
"swr": "^2.2.5"
5252
},
5353
"devDependencies": {
54-
"@next/bundle-analyzer": "14.1.4",
55-
"@syfxlin/eslint-config": "^1.0.4",
54+
"@next/bundle-analyzer": "14.2.4",
55+
"@syfxlin/eslint-config": "^1.0.7",
5656
"@types/fs-extra": "^11.0.4",
5757
"@types/katex": "^0.16.7",
5858
"@types/next-pwa": "^5.6.9",
59-
"@types/node": "^20.12.2",
60-
"@types/react": "^18.2.73",
61-
"@types/react-dom": "^18.2.23",
59+
"@types/node": "^20.14.2",
60+
"@types/react": "^18.3.3",
61+
"@types/react-dom": "^18.3.0",
6262
"@types/rss": "^0.0.32",
63-
"@vanilla-extract/next-plugin": "^2.4.0",
64-
"esbuild": "^0.20.2",
65-
"eslint": "^8.57.0",
63+
"@vanilla-extract/next-plugin": "^2.4.2",
64+
"esbuild": "^0.21.5",
65+
"eslint": "^9.4.0",
6666
"esno": "^4.7.0",
67-
"typescript": "^5.4.3",
68-
"webpack": "^5.91.0"
67+
"typescript": "^5.4.5",
68+
"webpack": "^5.92.0"
6969
}
7070
}

0 commit comments

Comments
 (0)