Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Aug 6, 2024
1 parent 239c2ea commit f8a6300
Show file tree
Hide file tree
Showing 7 changed files with 1,612 additions and 1,598 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vitepress preview"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"unocss": "^0.61.3",
"vitepress": "^1.3.0"
"@iconify-json/carbon": "^1.1.37",
"unocss": "^0.61.9",
"vitepress": "^1.3.2"
}
}
28 changes: 14 additions & 14 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": "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",
Expand Down Expand Up @@ -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"
}
}
2 changes: 2 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { defineNuxtConfig } from 'nuxt/config'
import NuxtApiParty from '../src/module'

export default defineNuxtConfig({
compatibilityDate: '2024-04-03',

modules: [NuxtApiParty],

apiParty: {
Expand Down
Loading

0 comments on commit f8a6300

Please sign in to comment.