Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Sep 26, 2023
1 parent 4979620 commit 8c9c533
Show file tree
Hide file tree
Showing 10 changed files with 997 additions and 719 deletions.
11 changes: 11 additions & 0 deletions .changeset/tasty-moons-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@openapi-generator-plus/typescript-fetch-node-client-generator": minor
"@openapi-generator-plus/java-cxf-spring-server-generator": minor
"@openapi-generator-plus/handlebars-templates": minor
"@openapi-generator-plus/java-cxf-cdi-server-generator": minor
"@openapi-generator-plus/plain-documentation-generator": minor
"@openapi-generator-plus/java-jaxrs-generator-common": minor
"@openapi-generator-plus/typescript-generator-common": minor
---

Update third party dependencies
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"watch": "pnpm --parallel watch"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@types/jest": "^27.5.0",
"@types/less": "^3.0.3",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"@types/node": "^18.14.0",
"@types/pluralize": "0.0.29",
"@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/rimraf": "^3.0.2",
"@types/url-parse": "^1.4.8",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0",
"eslint-plugin-jest": "^26.1.5",
"jest": "^28.1.0",
"@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",
"jest": "^29.7.0",
"maven": "github:karlvr/node-maven",
"openapi-types": "^12.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.1",
"typescript": "^4.6.4"
"openapi-types": "^12.1.3",
"rimraf": "^5.0.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@openapi-generator-plus/testing": "^2.5.0"
"@openapi-generator-plus/testing": "^2.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/handlebars-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/types": "^2.5.0",
"change-case": "^4.1.2",
"handlebars": "^4.7.7",
"marked": "^4.0.15",
"handlebars": "^4.7.8",
"marked": "^9.0.3",
"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 @@ -34,7 +34,7 @@
"@openapi-generator-plus/generator-common": "1.3.3",
"@openapi-generator-plus/handlebars-templates": "1.2.4",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.4.0",
"@openapi-generator-plus/java-jaxrs-server-generator": "2.2.4",
"@openapi-generator-plus/java-jaxrs-server-generator": "2.2.5",
"@openapi-generator-plus/types": "^2.5.0"
},
"publishConfig": {
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 @@ -35,7 +35,7 @@
"@openapi-generator-plus/generator-common": "1.3.3",
"@openapi-generator-plus/handlebars-templates": "1.2.4",
"@openapi-generator-plus/java-jaxrs-generator-common": "2.4.0",
"@openapi-generator-plus/java-jaxrs-server-generator": "2.2.4",
"@openapi-generator-plus/java-jaxrs-server-generator": "2.2.5",
"@openapi-generator-plus/types": "^2.5.0"
},
"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 @@ -35,7 +35,7 @@
"@openapi-generator-plus/java-like-generator-helper": "2.1.4",
"@openapi-generator-plus/types": "^2.5.0",
"change-case": "^4.1.2",
"handlebars": "^4.7.7"
"handlebars": "^4.7.8"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/plain-documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@openapi-generator-plus/handlebars-templates": "1.2.4",
"@openapi-generator-plus/java-like-generator-helper": "2.1.4",
"@openapi-generator-plus/types": "^2.5.0",
"handlebars": "^4.7.7",
"less": "^4.1.2"
"handlebars": "^4.7.8",
"less": "^4.2.0"
},
"publishConfig": {
"access": "public"
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 @@ -25,7 +25,7 @@
"@openapi-generator-plus/handlebars-templates": "1.2.4",
"@openapi-generator-plus/java-like-generator-helper": "2.1.4",
"@openapi-generator-plus/types": "^2.5.0",
"handlebars": "^4.7.7",
"handlebars": "^4.7.8",
"pluralize": "^8.0.0"
},
"publishConfig": {
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 @@ -43,6 +43,6 @@
},
"gitHead": "4d7336969427733ca316dfb48219f166adb9182a",
"devDependencies": {
"node-fetch": "^3.2.4"
"node-fetch": "^3.3.2"
}
}
Loading

0 comments on commit 8c9c533

Please sign in to comment.