Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 28, 2024
1 parent be2ca7e commit 35eff05
Show file tree
Hide file tree
Showing 3 changed files with 1,609 additions and 574 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "Atinux/nuxt-auth-utils",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"exports": {
".": {
"types": "./dist/types.d.ts",
Expand All @@ -32,7 +32,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"@nuxt/kit": "^3.13.0",
"defu": "^6.1.4",
"hookable": "^5.5.3",
"ofetch": "^1.3.4",
Expand All @@ -42,17 +42,17 @@
"uncrypto": "^0.1.3"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.113",
"@iconify-json/simple-icons": "^1.1.115",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/eslint-config": "^0.5.3",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.0",
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/ui": "^2.18.4",
"@nuxt/ui-pro": "^1.4.1",
"changelogen": "^0.5.5",
"eslint": "^9.9.0",
"nuxt": "^3.12.4",
"eslint": "^9.9.1",
"nuxt": "^3.13.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"generate": "nuxi generate"
},
"dependencies": {
"nuxt": "^3.12.4",
"nuxt": "^3.13.0",
"nuxt-auth-utils": "latest"
},
"devDependencies": {
"@iconify-json/gravity-ui": "^1.1.4"
"@iconify-json/gravity-ui": "^1.1.5"
}
}
Loading

0 comments on commit 35eff05

Please sign in to comment.