Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jan 21, 2025
1 parent c6b4847 commit 9cd39e8
Show file tree
Hide file tree
Showing 3 changed files with 2,102 additions and 1,969 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"type": "module",
"packageManager": "[email protected].0",
"packageManager": "[email protected].4",
"exports": {
".": {
"types": "./dist/types.d.ts",
Expand Down Expand Up @@ -36,14 +36,14 @@
},
"dependencies": {
"@adonisjs/hash": "^9.0.5",
"@nuxt/kit": "^3.14.1592",
"@nuxt/kit": "^3.15.2",
"defu": "^6.1.4",
"h3": "^1.13.0",
"h3": "^1.13.1",
"hookable": "^5.5.3",
"ofetch": "^1.4.1",
"ohash": "^1.1.4",
"openid-client": "^6.1.7",
"pathe": "^1.1.2",
"pathe": "^2.0.2",
"scule": "^1.3.0",
"uncrypto": "^0.1.3"
},
Expand All @@ -60,20 +60,20 @@
}
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.2.15",
"@iconify-json/simple-icons": "^1.2.21",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.7.3",
"@nuxt/eslint-config": "^0.7.5",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.15.1",
"@nuxt/ui": "^2.20.0",
"@nuxt/ui-pro": "^1.6.0",
"@simplewebauthn/types": "^11.0.0",
"@nuxt/schema": "^3.15.2",
"@nuxt/test-utils": "^3.15.4",
"@nuxt/ui": "^2.21.0",
"@nuxt/ui-pro": "^1.7.0",
"@simplewebauthn/types": "^12.0.0",
"changelogen": "^0.5.7",
"eslint": "^9.16.0",
"nuxt": "^3.14.1592",
"eslint": "^9.18.0",
"nuxt": "^3.15.2",
"typescript": "5.6.3",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
"vitest": "^3.0.3",
"vue-tsc": "^2.2.0"
}
}
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"generate": "nuxi generate"
},
"dependencies": {
"@iconify-json/gravity-ui": "^1.2.2",
"@iconify-json/iconoir": "^1.2.5",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/gravity-ui": "^1.2.4",
"@iconify-json/iconoir": "^1.2.7",
"@iconify-json/logos": "^1.2.4",
"@tsndr/cloudflare-worker-jwt": "^3.1.3",
"nuxt": "^3.14.1592",
"nuxt": "^3.15.2",
"nuxt-auth-utils": "latest",
"zod": "^3.24.1"
},
"devDependencies": {
"better-sqlite3": "^11.7.0"
"better-sqlite3": "^11.8.1"
}
}
Loading

0 comments on commit 9cd39e8

Please sign in to comment.