Skip to content

Commit

Permalink
Merge pull request #113 from syfxlin/develop
Browse files Browse the repository at this point in the history
fix(doc): Fix toc and artalk not working
  • Loading branch information
syfxlin committed Apr 1, 2024
2 parents 0e64138 + f48133a commit e52987f
Show file tree
Hide file tree
Showing 5 changed files with 3,120 additions and 2,951 deletions.
52 changes: 26 additions & 26 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.171",
"@iconify/utils": "^2.1.15",
"@keystatic/core": "^0.3.4",
"@keystatic/next": "^3.0.0",
"@iconify/json": "^2.2.196",
"@iconify/utils": "^2.1.22",
"@keystatic/core": "^0.5.9",
"@keystatic/next": "^5.0.0",
"@markdoc/markdoc": "^0.4.0",
"@radix-ui/colors": "3.0.0",
"@syfxlin/reks": "^1.0.1",
"@syfxlin/reve": "^1.0.5",
"@syfxlin/reks": "^1.0.3",
"@syfxlin/reve": "^1.0.6",
"@tippyjs/react": "^4.2.6",
"@vanilla-extract/css": "^1.14.0",
"artalk": "^2.7.3",
"@vanilla-extract/css": "^1.14.2",
"artalk": "^2.8.3",
"fs-extra": "^11.2.0",
"fuse.js": "^7.0.0",
"gh-lang-colors": "^0.1.3",
"github-slugger": "^2.0.0",
"katex": "^0.16.9",
"katex": "^0.16.10",
"medium-zoom": "^1.1.0",
"next": "14.1.0",
"next": "14.1.4",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"next-themes": "^0.3.0",
"nextjs-google-analytics": "^2.3.3",
"nextjs-toploader": "^1.6.4",
"nextjs-toploader": "^1.6.11",
"open-graph-scraper": "^6.3.2",
"polished": "^4.2.2",
"polished": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.3",
"react-use": "^17.5.0",
"rss": "^1.2.2",
"sharp": "^0.32.6",
"shikiji": "0.10.2",
"swr": "^2.2.4"
"swr": "^2.2.5"
},
"devDependencies": {
"@next/bundle-analyzer": "14.1.0",
"@syfxlin/eslint-config": "^1.0.2",
"@next/bundle-analyzer": "14.1.4",
"@syfxlin/eslint-config": "^1.0.4",
"@types/fs-extra": "^11.0.4",
"@types/katex": "^0.16.7",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/rss": "^0.0.32",
"@vanilla-extract/next-plugin": "^2.3.3",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
"@vanilla-extract/next-plugin": "^2.4.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"esno": "^4.7.0",
"typescript": "^5.4.3",
"webpack": "^5.91.0"
}
}
Loading

0 comments on commit e52987f

Please sign in to comment.