Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 20, 2024
1 parent 1067f60 commit dabfeff
Show file tree
Hide file tree
Showing 4 changed files with 2,616 additions and 2,137 deletions.
4 changes: 3 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineNuxtConfig({
'@pinia/nuxt',
'floating-vue/nuxt',
'@nuxtjs/seo',
'@nuxt/icon',
// '@nuxt/icon',
'@nuxt/eslint',

// local
Expand Down Expand Up @@ -130,4 +130,6 @@ export default defineNuxtConfig({
search: {},
},
},

compatibilityDate: '2024-04-03',
})
57 changes: 29 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "learn.nuxt.com",
"type": "module",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand All @@ -14,54 +14,55 @@
"format": "eslint . --fix"
},
"dependencies": {
"@shikijs/core": "^1.10.0",
"@shikijs/monaco": "^1.10.0",
"@volar/monaco": "~2.4.0-alpha.12",
"@vue/language-service": "^2.0.26-alpha.2",
"@shikijs/core": "^1.14.1",
"@shikijs/monaco": "^1.14.1",
"@volar/monaco": "~2.4.0",
"@vue/language-service": "^2.0.29",
"@webcontainer/api": "^1.2.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"birpc": "^0.2.17",
"floating-vue": "^5.2.2",
"jszip": "^3.10.1",
"monaco-editor": "^0.50.0",
"shiki": "^1.10.0",
"shiki": "^1.14.1",
"splitpanes": "^3.1.5",
"strip-json-comments": "^5.0.1",
"theme-vitesse": "^0.8.0",
"theme-vitesse": "^0.8.3",
"unified": "^11.0.5",
"vscode-uri": "^3.0.8",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@iconify-json/logos": "^1.1.43",
"@iconify/json": "^2.2.224",
"@nuxt/content": "^2.13.0",
"@nuxt/devtools": "^1.3.8",
"@nuxt/eslint": "^0.3.13",
"@nuxt/icon": "^1.0.0",
"@antfu/eslint-config": "^2.26.0",
"@iconify-json/logos": "^1.1.44",
"@iconify-json/ph": "^1.1.14",
"@iconify-json/svg-spinners": "^1.1.3",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.3.14",
"@nuxt/eslint": "^0.5.1",
"@nuxt/icon": "^1.4.7",
"@nuxt/image": "^1.7.0",
"@nuxt/kit": "^3.12.2",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxt/kit": "^3.12.4",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/seo": "2.0.0-rc.10",
"@pinia/nuxt": "^0.5.1",
"@unocss/eslint-plugin": "^0.61.0",
"@unocss/extractor-mdc": "^0.61.0",
"@unocss/nuxt": "^0.61.0",
"@vueuse/nuxt": "^10.11.0",
"eslint": "^9.6.0",
"@pinia/nuxt": "^0.5.3",
"@unocss/eslint-plugin": "^0.62.2",
"@unocss/extractor-mdc": "^0.62.2",
"@unocss/nuxt": "^0.62.2",
"@vueuse/nuxt": "^11.0.1",
"eslint": "^9.9.0",
"eslint-plugin-format": "^0.1.2",
"execa": "^9.3.0",
"execa": "^9.3.1",
"fast-glob": "^3.3.2",
"fuse.js": "^7.0.0",
"monaco-editor-core": "^0.50.0",
"nuxt": "^3.12.2",
"nuxt": "^3.12.4",
"pathe": "^1.1.2",
"remark-external-links": "^9.0.1",
"typescript": "^5.5.3",
"vue-tsc": "^2.0.26-alpha.2"
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit dabfeff

Please sign in to comment.