Skip to content

Commit

Permalink
chore: upgrade Jiti
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 4, 2024
1 parent 5390ed1 commit ef22655
Show file tree
Hide file tree
Showing 5 changed files with 2,056 additions and 2,055 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.2.1",
"unocss": "^0.62.4",
"vitepress": "^1.3.4"
"@iconify-json/carbon": "^1.2.4",
"unocss": "^0.63.6",
"vitepress": "^1.5.0"
}
}
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.10",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.3",
"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,10 +47,10 @@
"release": "bumpp"
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"@nuxt/kit": "^3.14.0",
"defu": "^6.1.4",
"jiti": "^2.1.0",
"ofetch": "^1.4.0",
"jiti": "^2.4.0",
"ofetch": "^1.4.1",
"ohash": "^1.1.4",
"openapi-typescript-helpers": "0.0.13",
"pathe": "^1.1.2",
Expand All @@ -61,16 +61,16 @@
"openapi-typescript": "^5 || ^6 || ^7"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^20.16.9",
"bumpp": "^9.5.2",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
"openapi-typescript": "^7.4.1",
"typescript": "^5.5.4",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
"@nuxt/test-utils": "^3.14.4",
"@types/node": "^22.8.7",
"bumpp": "^9.8.1",
"eslint": "^9.14.0",
"nuxt": "^3.14.0",
"openapi-typescript": "^7.4.2",
"typescript": "^5.6.3",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
}
}
4 changes: 2 additions & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { defineNuxtConfig } from 'nuxt/config'
import NuxtApiParty from '../src/module'

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

modules: [NuxtApiParty],

compatibilityDate: '2024-04-03',

apiParty: {
endpoints: {
jsonPlaceholder: {
Expand Down
Loading

0 comments on commit ef22655

Please sign in to comment.