Skip to content

Commit

Permalink
fix: lower Node version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Jan 30, 2025
1 parent 681fccb commit df350f3
Show file tree
Hide file tree
Showing 6 changed files with 650 additions and 126 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-scissors-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hey-api/openapi-ts': patch
---

fix: lower Node version requirements
2 changes: 1 addition & 1 deletion examples/openapi-ts-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@hey-api/client-nuxt": "workspace:*",
"nuxt": "3.15.1",
"nuxt": "3.14.1592",
"vue": "3.5.13",
"vue-router": "4.5.0",
"zod": "3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typecheck": "pnpm --recursive --filter '!./examples/openapi-ts-sample' typecheck"
},
"engines": {
"node": "^18.20.5 || ^20.11.1 || >=22.11.0"
"node": "^18.18.0 || ^20.9.0 || >=22.11.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"devDependencies": {
"@hey-api/client-core": "workspace:*",
"@nuxt/test-utils": "3.15.1",
"@nuxt/test-utils": "3.14.0",
"vite": "6.0.9"
}
}
4 changes: 2 additions & 2 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"typecheck": "tsc --noEmit"
},
"engines": {
"node": "^18.20.5 || ^20.11.1 || >=22.11.0"
"node": "^18.18.0 || ^20.9.0 || >=22.11.0"
},
"dependencies": {
"@hey-api/json-schema-ref-parser": "1.0.1",
Expand Down Expand Up @@ -117,7 +117,7 @@
"fastify": "5.2.0",
"glob": "10.4.3",
"node-fetch": "3.3.2",
"nuxt": "3.15.1",
"nuxt": "3.14.1592",
"prettier": "3.4.2",
"puppeteer": "22.12.1",
"rxjs": "7.8.1",
Expand Down
Loading

0 comments on commit df350f3

Please sign in to comment.