Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Apr 17, 2024
1 parent 015e847 commit a77a334
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 515 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.11.1",
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.4",
"hookable": "^5.5.3",
"ofetch": "^1.3.4",
Expand All @@ -39,20 +39,20 @@
"uncrypto": "^0.1.3"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.96",
"@iconify-json/simple-icons": "^1.1.99",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.3.6",
"@nuxt/eslint-config": "^0.3.7",
"@nuxt/module-builder": "^0.5.5",
"@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",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.1",
"@nuxt/ui": "^2.15.2",
"@nuxt/ui-pro": "^1.1.0",
"@types/node": "^20.12.7",
"changelogen": "^0.5.5",
"eslint": "^9.0.0",
"nuxt": "^3.11.1",
"typescript": "^5.4.3",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
"nuxt": "^3.11.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vue-tsc": "^2.0.13"
}
}
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.11.1",
"nuxt": "^3.11.2",
"nuxt-auth-utils": "latest"
}
}
Loading

0 comments on commit a77a334

Please sign in to comment.