Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Nov 21, 2023
1 parent 4415128 commit b6d16d9
Show file tree
Hide file tree
Showing 20 changed files with 279 additions and 246 deletions.
21 changes: 21 additions & 0 deletions .changeset/short-windows-speak.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 dependencies
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@types/jest": "^29.5.5",
"@types/less": "^3.0.4",
"@types/lodash": "^4.14.199",
"@types/marked": "^5.0.1",
"@types/node": "^20.7.0",
"@types/pluralize": "0.0.31",
"@types/url-parse": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "^8.50.0",
"eslint-plugin-jest": "^27.4.0",
"@types/jest": "^29.5.9",
"@types/less": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/marked": "^5.0.2",
"@types/node": "^20.9.3",
"@types/pluralize": "0.0.33",
"@types/url-parse": "^1.4.11",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"maven": "github:karlvr/node-maven",
"openapi-types": "^12.1.3",
"rimraf": "^4.3.1",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"@openapi-generator-plus/testing": "^2.6.0"
"@openapi-generator-plus/testing": "^2.7.0"
}
}
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.5.0",
"@openapi-generator-plus/types": "^2.6.0",
"@openapi-generator-plus/utils": "^1.0.1",
"pluralize": "^8.0.0",
"url-parse": "^1.5.10"
Expand Down
4 changes: 2 additions & 2 deletions packages/handlebars-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dependencies": {
"@openapi-generator-plus/generator-common": "1.3.4",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.0",
"change-case": "^4.1.2",
"handlebars": "^4.7.8",
"marked": "^9.0.3",
"marked": "^10.0.0",
"pluralize": "^8.0.0"
},
"publishConfig": {
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.0",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.0",
"@openapi-generator-plus/java-jaxrs-server-generator": "2.2.6",
"@openapi-generator-plus/types": "^2.5.0"
"@openapi-generator-plus/types": "^2.6.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.0",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.0",
"@openapi-generator-plus/java-jaxrs-client-generator": "2.2.5",
"@openapi-generator-plus/types": "^2.5.0"
"@openapi-generator-plus/types": "^2.6.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.0",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.0",
"@openapi-generator-plus/java-jaxrs-server-generator": "2.2.6",
"@openapi-generator-plus/types": "^2.5.0"
"@openapi-generator-plus/types": "^2.6.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.0",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.0",
"@openapi-generator-plus/java-like-generator-helper": "2.1.5",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.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.4",
"@openapi-generator-plus/handlebars-templates": "1.3.0",
"@openapi-generator-plus/java-like-generator-helper": "2.1.5",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.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.0",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.5.0",
"@openapi-generator-plus/java-like-generator-helper": "2.1.5",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.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.4",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.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.0",
"@openapi-generator-plus/java-jaxrs-client-generator": "2.2.5",
"@openapi-generator-plus/types": "^2.5.0"
"@openapi-generator-plus/types": "^2.6.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 @@ -31,7 +31,7 @@
"@openapi-generator-plus/generator-common": "1.3.4",
"@openapi-generator-plus/handlebars-templates": "1.3.0",
"@openapi-generator-plus/java-like-generator-helper": "2.1.5",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.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.4",
"@openapi-generator-plus/handlebars-templates": "1.3.0",
"@openapi-generator-plus/java-like-generator-helper": "2.1.5",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.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.4",
"@openapi-generator-plus/handlebars-templates": "1.3.0",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.0",
"@openapi-generator-plus/typescript-generator-common": "1.6.0"
},
"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.4",
"@openapi-generator-plus/handlebars-templates": "1.3.0",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.0",
"@openapi-generator-plus/typescript-generator-common": "1.6.0",
"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.4",
"@openapi-generator-plus/handlebars-templates": "1.3.0",
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.0",
"@openapi-generator-plus/typescript-generator-common": "1.6.0",
"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.4",
"@openapi-generator-plus/handlebars-templates": "1.3.0",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.0",
"@openapi-generator-plus/typescript-fetch-client-generator": "1.5.1",
"@openapi-generator-plus/typescript-generator-common": "1.6.0"
},
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.0",
"@openapi-generator-plus/types": "^2.5.0",
"@openapi-generator-plus/types": "^2.6.0",
"@openapi-generator-plus/typescript-fetch-client-generator": "1.5.1",
"@openapi-generator-plus/typescript-generator-common": "1.6.0"
},
Expand Down
Loading

0 comments on commit b6d16d9

Please sign in to comment.