Skip to content

Commit

Permalink
Merge pull request #122 from syfxlin/develop
Browse files Browse the repository at this point in the history
fix(search): Fix search bar display exception #121
  • Loading branch information
syfxlin committed Jun 14, 2024
2 parents 420a212 + 379d6d9 commit a1a7f18
Show file tree
Hide file tree
Showing 20 changed files with 8,740 additions and 6,991 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,53 +18,53 @@
"build": "next build"
},
"dependencies": {
"@iconify/json": "^2.2.196",
"@iconify/utils": "^2.1.22",
"@keystatic/core": "^0.5.9",
"@keystatic/next": "^5.0.0",
"@iconify/json": "^2.2.219",
"@iconify/utils": "^2.1.24",
"@keystatic/core": "^0.5.19",
"@keystatic/next": "^5.0.1",
"@markdoc/markdoc": "^0.4.0",
"@radix-ui/colors": "3.0.0",
"@syfxlin/reks": "^1.0.3",
"@syfxlin/reks": "^1.0.4",
"@syfxlin/reve": "^1.0.6",
"@tippyjs/react": "^4.2.6",
"@vanilla-extract/css": "^1.14.2",
"artalk": "^2.8.3",
"@vanilla-extract/css": "^1.15.3",
"artalk": "^2.8.7",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"gh-lang-colors": "^0.1.3",
"gh-lang-colors": "^0.1.5",
"github-slugger": "^2.0.0",
"katex": "^0.16.10",
"medium-zoom": "^1.1.0",
"next": "14.1.4",
"next": "14.2.4",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"nextjs-google-analytics": "^2.3.3",
"nextjs-toploader": "^1.6.11",
"nextjs-toploader": "^1.6.12",
"open-graph-scraper": "^6.3.2",
"polished": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.0",
"rss": "^1.2.2",
"sharp": "^0.32.6",
"shikiji": "0.10.2",
"swr": "^2.2.5"
},
"devDependencies": {
"@next/bundle-analyzer": "14.1.4",
"@syfxlin/eslint-config": "^1.0.4",
"@next/bundle-analyzer": "14.2.4",
"@syfxlin/eslint-config": "^1.0.7",
"@types/fs-extra": "^11.0.4",
"@types/katex": "^0.16.7",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/rss": "^0.0.32",
"@vanilla-extract/next-plugin": "^2.4.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"@vanilla-extract/next-plugin": "^2.4.2",
"esbuild": "^0.21.5",
"eslint": "^9.4.0",
"esno": "^4.7.0",
"typescript": "^5.4.3",
"webpack": "^5.91.0"
"typescript": "^5.4.5",
"webpack": "^5.92.0"
}
}
Loading

0 comments on commit a1a7f18

Please sign in to comment.