Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 6, 2023
1 parent c784aea commit 055c6e4
Show file tree
Hide file tree
Showing 3 changed files with 1,976 additions and 960 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"unocss": "^0.56.5",
"vitepress": "1.0.0-rc.22"
"unocss": "^0.57.2",
"vitepress": "1.0.0-rc.25"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxt-api-party",
"type": "module",
"version": "0.21.0",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.2",
"description": "Nuxt 3 module to securely connect with any API",
"author": "Johann Schopplich <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,28 +48,28 @@
"prepare": "nuxi prepare playground && nuxi prepare test/fixture"
},
"dependencies": {
"@nuxt/kit": "^3.7.4",
"defu": "^6.1.2",
"@nuxt/kit": "^3.8.1",
"defu": "^6.1.3",
"ofetch": "^1.3.3",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
"scule": "^1.0.0",
"ufo": "^1.3.1"
},
"optionalDependencies": {
"openapi-typescript": "^5 || ^6"
"openapi-typescript": "^6.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.27",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/test-utils": "^3.7.4",
"@types/node": "^20.8.6",
"@antfu/eslint-config": "^1.1.0",
"@nuxt/module-builder": "^0.5.3",
"@nuxt/test-utils": "^3.8.1",
"@types/node": "^20.8.10",
"bumpp": "^9.2.0",
"eslint": "^8.51.0",
"nuxt": "^3.7.4",
"eslint": "^8.53.0",
"nuxt": "^3.8.1",
"nuxt-api-party": "workspace:*",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.19"
"vue-tsc": "^1.8.22"
}
}
Loading

0 comments on commit 055c6e4

Please sign in to comment.