Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Nov 28, 2023
1 parent a86b048 commit 9036b1f
Show file tree
Hide file tree
Showing 4 changed files with 1,527 additions and 3,547 deletions.
22 changes: 11 additions & 11 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ export default defineNuxtConfig({
unocss: {
preflight: true,
},
content: {
highlight: {
theme: 'vitesse-dark',
},
markdown: {
toc: {
depth: 3,
},
},
documentDriven: true,
},
// content: {
// highlight: {
// theme: 'vitesse-dark',
// },
// markdown: {
// toc: {
// depth: 3,
// },
// },
// documentDriven: true,
// },
app: {
keepalive: true,
},
Expand Down
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,28 @@
"dependencies": {
"blurhash": "^2.0.5",
"dayjs": "^1.11.10",
"octokit": "^3.1.1"
"octokit": "^3.1.2"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.29",
"@iconify-json/akar-icons": "^1.1.20",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/fluent-emoji": "^1.1.15",
"@iconify-json/logos": "^1.1.37",
"@iconify-json/ri": "^1.1.12",
"@iconify/utils": "^2.1.11",
"@nuxt/content": "npm:@nuxt/content-edge@latest",
"@nuxt/devtools": "^1.0.0",
"@types/fs-extra": "^11.0.3",
"@unocss/nuxt": "^0.57.1",
"@vueuse/nuxt": "^10.5.0",
"eslint": "^8.52.0",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"nuxt": "3.8.0",
"@antfu/eslint-config": "2.1.1",
"@iconify-json/akar-icons": "^1.1.22",
"@iconify-json/carbon": "^1.1.23",
"@iconify-json/fluent-emoji": "^1.1.16",
"@iconify-json/logos": "^1.1.39",
"@iconify-json/ri": "^1.1.13",
"@iconify/utils": "^2.1.12",
"@nuxt/devtools": "^1.0.4",
"@types/fs-extra": "^11.0.4",
"@unocss/nuxt": "^0.57.7",
"@vueuse/nuxt": "^10.6.1",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"nuxt": "3.8.2",
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"sass": "^1.69.5",
"typescript": "5.2.2",
"typescript": "5.3.2",
"unocss-preset-useful": "^0.3.4"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 9036b1f

Please sign in to comment.