-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
239c2ea
commit f8a6300
Showing
7 changed files
with
1,612 additions
and
1,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "nuxt-api-party", | ||
"type": "module", | ||
"version": "2.0.8", | ||
"packageManager": "pnpm@9.5.0", | ||
"packageManager": "pnpm@9.6.0", | ||
"description": "Securely connect to any API with a server proxy and generated composables", | ||
"author": "Johann Schopplich <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -47,29 +47,29 @@ | |
"release": "bumpp" | ||
}, | ||
"dependencies": { | ||
"@nuxt/kit": "^3.12.3", | ||
"@nuxt/kit": "^3.12.4", | ||
"defu": "^6.1.4", | ||
"ofetch": "^1.3.4", | ||
"ohash": "^1.1.3", | ||
"openapi-typescript-helpers": "^0.0.9", | ||
"openapi-typescript-helpers": "0.0.11", | ||
"pathe": "^1.1.2", | ||
"scule": "^1.3.0", | ||
"ufo": "^1.5.3" | ||
"ufo": "^1.5.4" | ||
}, | ||
"peerDependencies": { | ||
"openapi-typescript": "^5 || ^6 || ^7" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/eslint-config": "^0.3.13", | ||
"@nuxt/eslint-config": "^0.5.0", | ||
"@nuxt/module-builder": "^0.8.1", | ||
"@nuxt/test-utils": "^3.13.1", | ||
"@types/node": "^20.14.10", | ||
"bumpp": "^9.4.1", | ||
"eslint": "^9.6.0", | ||
"nuxt": "^3.12.3", | ||
"openapi-typescript": "^7.0.2", | ||
"typescript": "^5.5.3", | ||
"vitest": "^2.0.1", | ||
"vue-tsc": "^2.0.26" | ||
"@nuxt/test-utils": "^3.14.0", | ||
"@types/node": "^20.14.14", | ||
"bumpp": "^9.4.2", | ||
"eslint": "^9.8.0", | ||
"nuxt": "^3.12.4", | ||
"openapi-typescript": "^7.3.0", | ||
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5", | ||
"vue-tsc": "^2.0.29" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.