Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Dec 18, 2023
1 parent 25fbe60 commit bc8647d
Show file tree
Hide file tree
Showing 20 changed files with 85 additions and 64 deletions.
21 changes: 21 additions & 0 deletions .changeset/old-peaches-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
"@openapi-generator-plus/typescript-express-example-server-generator": patch
"@openapi-generator-plus/typescript-fetch-node-client-generator": patch
"@openapi-generator-plus/typescript-fetch-rn-client-generator": patch
"@openapi-generator-plus/typescript-fetch-client-generator2": patch
"@openapi-generator-plus/typescript-fetch-client-generator": patch
"@openapi-generator-plus/java-cxf-spring-server-generator": patch
"@openapi-generator-plus/handlebars-templates": patch
"@openapi-generator-plus/java-retrofit-client-generator": patch
"@openapi-generator-plus/java-cxf-cdi-server-generator": patch
"@openapi-generator-plus/plain-documentation-generator": patch
"@openapi-generator-plus/java-jaxrs-client-generator": patch
"@openapi-generator-plus/java-jaxrs-generator-common": patch
"@openapi-generator-plus/java-jaxrs-server-generator": patch
"@openapi-generator-plus/typescript-generator-common": patch
"@openapi-generator-plus/generator-common": patch
"@openapi-generator-plus/java-cxf-client-generator": patch
"@openapi-generator-plus/java-like-generator-helper": patch
---

Update core
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"typescript": "^5.3.2"
},
"dependencies": {
"@openapi-generator-plus/testing": "^2.11.0"
"@openapi-generator-plus/testing": "^2.12.1"
}
}
2 changes: 1 addition & 1 deletion packages/generator-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/karlvr/openapi-generator-plus-generators/tree/master/packages/generator-common#readme",
"dependencies": {
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"@openapi-generator-plus/utils": "^1.0.1",
"pluralize": "^8.0.0",
"url-parse": "^1.5.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/handlebars-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"change-case": "^4.1.2",
"handlebars": "^4.7.8",
"marked": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/java-cxf-cdi-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.4",
"@openapi-generator-plus/java-jaxrs-server-generator": "2.2.10",
"@openapi-generator-plus/types": "^2.9.0"
"@openapi-generator-plus/types": "^2.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/java-cxf-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.4",
"@openapi-generator-plus/java-jaxrs-client-generator": "2.2.9",
"@openapi-generator-plus/types": "^2.9.0"
"@openapi-generator-plus/types": "^2.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/java-cxf-spring-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.4",
"@openapi-generator-plus/java-jaxrs-server-generator": "2.2.10",
"@openapi-generator-plus/types": "^2.9.0"
"@openapi-generator-plus/types": "^2.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/java-jaxrs-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.4",
"@openapi-generator-plus/java-like-generator-helper": "2.1.9",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"change-case": "^4.1.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/java-jaxrs-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-like-generator-helper": "2.1.9",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"change-case": "^4.1.2",
"handlebars": "^4.7.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/java-jaxrs-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.4",
"@openapi-generator-plus/java-like-generator-helper": "2.1.9",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"change-case": "^4.1.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/java-like/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"homepage": "https://github.com/karlvr/openapi-generator-plus-generators/tree/master/packages/java-like#readme",
"dependencies": {
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"change-case": "^4.1.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/java-retrofit-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-jaxrs-client-generator": "2.2.9",
"@openapi-generator-plus/types": "^2.9.0"
"@openapi-generator-plus/types": "^2.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/plain-documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-like-generator-helper": "2.1.9",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"handlebars": "^4.7.8",
"less": "^4.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/java-like-generator-helper": "2.1.9",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"handlebars": "^4.7.8",
"pluralize": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-express-example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"@openapi-generator-plus/typescript-generator-common": "1.6.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"@openapi-generator-plus/typescript-generator-common": "1.6.4",
"change-case": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-client2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"@openapi-generator-plus/typescript-generator-common": "1.6.4",
"change-case": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-node-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@openapi-generator-plus/generator-common": "1.3.8",
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"@openapi-generator-plus/typescript-fetch-client-generator": "1.5.5",
"@openapi-generator-plus/typescript-generator-common": "1.6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-rn-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/karlvr/openapi-generator-plus-generators/tree/master/packages/typescript-fetch-rn-client#readme",
"dependencies": {
"@openapi-generator-plus/handlebars-templates": "1.3.4",
"@openapi-generator-plus/types": "^2.9.0",
"@openapi-generator-plus/types": "^2.10.0",
"@openapi-generator-plus/typescript-fetch-client-generator": "1.5.5",
"@openapi-generator-plus/typescript-generator-common": "1.6.4"
},
Expand Down
Loading

0 comments on commit bc8647d

Please sign in to comment.