Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 11, 2024
1 parent 974303a commit 0b8a4eb
Show file tree
Hide file tree
Showing 2 changed files with 2,484 additions and 2,866 deletions.
45 changes: 24 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
Expand All @@ -16,27 +16,30 @@
"octokit": "^4.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/twemoji": "^1.2.0",
"@nuxt/devtools": "^1.5.1",
"@nuxt/eslint": "^0.5.7",
"@nuxthub/core": "^0.7.20",
"@nuxtjs/color-mode": "^3.5.1",
"@pinia/nuxt": "^0.5.4",
"@unocss/eslint-config": "^0.63.1",
"@unocss/nuxt": "^0.63.1",
"@vueuse/nuxt": "^11.1.0",
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/twemoji": "^1.2.1",
"@nuxt/devtools": "^1.6.3",
"@nuxt/eslint": "^0.7.2",
"@nuxthub/core": "^0.8.7",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.9.0",
"@unocss/eslint-config": "^0.65.1",
"@unocss/nuxt": "^0.65.1",
"@vueuse/nuxt": "^12.0.0",
"consola": "^3.2.3",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"eslint": "^9.16.0",
"eslint-plugin-format": "^0.1.3",
"feed": "^4.2.2",
"nuxt": "^3.13.2",
"pinia": "^2.2.2",
"typescript": "^5.6.2",
"vue-tsc": "^2.1.6",
"wrangler": "^3.78.12"
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"typescript": "~5.6.3",
"vue-tsc": "^2.1.10",
"wrangler": "^3.95.0"
},
"resolutions": {
"vite": "^6.0.3"
}
}
Loading

0 comments on commit 0b8a4eb

Please sign in to comment.