Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Mar 22, 2024
1 parent 01dd56c commit c8b8eb9
Show file tree
Hide file tree
Showing 4 changed files with 2,435 additions and 3,557 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,29 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.10.2",
"@nuxt/kit": "^3.11.1",
"defu": "^6.1.4",
"hookable": "^5.5.3",
"ofetch": "^1.3.3",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"uncrypto": "^0.1.3"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.91",
"@iconify-json/simple-icons": "^1.1.96",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.2",
"@nuxt/test-utils": "^3.11.0",
"@nuxt/ui": "^2.13.0",
"@nuxt/ui-pro": "^0.7.5",
"@types/node": "^20.11.19",
"@nuxt/schema": "^3.11.1",
"@nuxt/test-utils": "^3.12.0",
"@nuxt/ui": "^2.14.2",
"@nuxt/ui-pro": "^1.0.2",
"@types/node": "^20.11.30",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"nuxt": "^3.10.2",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
"eslint": "^8.57.0",
"nuxt": "^3.11.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"generate": "nuxi generate"
},
"dependencies": {
"nuxt": "^3.10.2",
"nuxt": "^3.11.1",
"nuxt-auth-utils": "latest"
}
}
Loading

0 comments on commit c8b8eb9

Please sign in to comment.