Skip to content

Commit

Permalink
chore: upgrade to openapi-typescript v7 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Jun 20, 2024
1 parent 9135ab2 commit 95fae75
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Enable the ESLint flat config support
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,

// Disable the default formatter, use ESLint instead
"prettier.enable": false,
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vitepress preview"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/carbon": "^1.1.36",
"unocss": "^0.61.0",
"vitepress": "^1.2.3"
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"defu": "^6.1.4",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"openapi-typescript-helpers": "^0.0.8",
"openapi-typescript-helpers": "^0.0.9",
"pathe": "^1.1.2",
"scule": "^1.3.0",
"ufo": "^1.5.3"
Expand All @@ -61,13 +61,13 @@
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.1",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/test-utils": "^3.13.1",
"@types/node": "^20.14.4",
"@types/node": "^20.14.6",
"bumpp": "^9.4.1",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"openapi-typescript": "7.0.0-rc.0",
"openapi-typescript": "^7.0.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
Expand Down
Loading

0 comments on commit 95fae75

Please sign in to comment.