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 5, 2024
1 parent 10398a6 commit 9d6b258
Show file tree
Hide file tree
Showing 3 changed files with 1,634 additions and 603 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@nuxt/kit": "^3.9.0",
"defu": "^6.1.3",
"hookable": "^5.5.3",
"ofetch": "^1.3.3",
"ohash": "^1.1.3"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.82",
"@iconify-json/simple-icons": "^1.1.86",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.8.1",
"@nuxt/ui": "^2.11.0",
"@nuxt/ui-pro": "^0.5.0",
"@types/node": "^20.10.4",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.9.0",
"@nuxt/ui": "^2.11.1",
"@nuxt/ui-pro": "^0.6.1",
"@types/node": "^20.10.6",
"changelogen": "^0.5.5",
"eslint": "^8.55.0",
"nuxt": "^3.8.2",
"eslint": "^8.56.0",
"nuxt": "^3.9.0",
"typescript": "^5.3.3",
"vitest": "^1.0.2",
"vue-tsc": "^1.8.25"
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"generate": "nuxi generate"
},
"dependencies": {
"nuxt": "3.8.1",
"nuxt": "^3.9.0",
"nuxt-auth-utils": "latest",
"vue": "3.3.8"
"vue": "^3.4.5"
}
}
Loading

0 comments on commit 9d6b258

Please sign in to comment.