Skip to content

Commit

Permalink
chore: dependencies up
Browse files Browse the repository at this point in the history
  • Loading branch information
gaomingzhao666 committed Sep 23, 2024
1 parent 3ac92c5 commit 2a0d59c
Show file tree
Hide file tree
Showing 2 changed files with 1,253 additions and 1,207 deletions.
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,32 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "^2.18.4",
"@nuxt/ui": "^2.18.6",
"@pinia/nuxt": "^0.5.4",
"jsonwebtoken": "^9.0.2",
"nuxt": "^3.12.4",
"nuxt": "^3.13.2",
"nuxt-mongoose": "^1.0.6",
"octokit": "^4.0.2",
"pinia": "^2.2.2",
"resend": "^3.5.0",
"vercel": "^35.2.4",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
"resend": "^4.0.0",
"vercel": "^37.5.3",
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "^3.14.1",
"@nuxtjs/i18n": "^8.5.2",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/skill-icons": "^1.2.0",
"@nuxt/test-utils": "^3.14.2",
"@nuxtjs/i18n": "^8.5.5",
"@octokit/types": "^13.5.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.5.4",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.5.5",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^14.12.3",
"nuxt-svgo": "^4.0.5",
"playwright-core": "^1.47.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
"happy-dom": "^15.7.4",
"nuxt-svgo": "^4.0.6",
"playwright-core": "^1.47.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 2a0d59c

Please sign in to comment.