Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bochkarev committed Oct 8, 2024
2 parents f882f9b + 19845b5 commit a0fff44
Show file tree
Hide file tree
Showing 2 changed files with 1,057 additions and 466 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.1",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
Expand All @@ -14,26 +14,26 @@
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/logos": "^1.2.2",
"@iconify-json/octicon": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.6",
"@iconify-json/uil": "^1.2.0",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.8.0",
"@nuxt/image": "^1.8.0",
"@nuxt/scripts": "^0.9.2",
"@nuxt/fonts": "^0.9.2",
"@nuxt/image": "^1.8.1",
"@nuxt/scripts": "^0.9.4",
"@nuxt/ui-pro": "^1.4.3",
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/html-validator": "^1.8.2",
"@nuxtjs/plausible": "^1.0.2",
"@nuxtjs/plausible": "^1.0.3",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"feed": "^4.2.2",
"floating-vue": "^5.2.2",
"nuxt": "^3.13.2",
"nuxt-og-image": "^3.0.2",
"nuxt-og-image": "^3.0.4",
"ofetch": "^1.4.0",
"perfect-debounce": "^1.0.0",
"scule": "^1.3.0",
Expand All @@ -43,17 +43,17 @@
},
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/turnstile": "^0.9.9",
"@nuxt/test-utils": "^3.14.3",
"@nuxtjs/turnstile": "^0.9.10",
"@testing-library/vue": "^8.1.0",
"capture-website": "^4.1.0",
"eslint": "^9.11.0",
"eslint": "^9.12.0",
"nuxt-build-cache": "^0.1.1",
"nuxt-content-twoslash": "0.1.1",
"shiki": "^1.18.0",
"twoslash": "^0.2.11",
"vitest": "^2.1.1",
"vue": "^3.5.8",
"shiki": "^1.22.0",
"twoslash": "^0.2.12",
"vitest": "^2.1.2",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit a0fff44

Please sign in to comment.