Skip to content

Commit

Permalink
Update typescript and ts-json-schema-generator (#455)
Browse files Browse the repository at this point in the history
* update ts-json-schema-generator to 1.5.1
* update typescript to 5.4.5

> Note, ts-json-schema-generator moved to ESM in v2. Will need to update
at least dbos-openapi to use ESM if we want to use v2 of this library

---------

Co-authored-by: Harry Pierson <harrypierson@outlook.com>
  • Loading branch information
devhawk and Harry Pierson authored May 22, 2024
1 parent 8cd2894 commit 8e9d254
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 46 deletions.
65 changes: 27 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"supertest": "^7.0.0",
"ts-jest": "^29.1.2",
"typeorm": "^0.3.17",
"typescript": "5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"@koa/bodyparser": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/communicator-bcrypt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/bcryptjs": "^2.4.6",
"grunt": "^1.6.1",
"nerdbank-gitversioning": "^3.6.133",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"bcryptjs": "^2.4.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/communicator-datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"grunt": "^1.6.1",
"nerdbank-gitversioning": "^3.6.133",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@dbos-inc/dbos-sdk": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/communicator-random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"grunt": "^1.6.1",
"nerdbank-gitversioning": "^3.6.133",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"peerDependencies": {
"@dbos-inc/dbos-sdk": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/validator": "^13.11.9",
"grunt": "^1.6.1",
"nerdbank-gitversioning": "^3.6.133",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/dbos-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/validator": "^13.11.9",
"grunt": "^1.6.1",
"nerdbank-gitversioning": "^3.6.133",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.6.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/dbos-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"commander": "^11.0.0",
"openapi-types": "^12.1.3",
"ts-json-schema-generator": "^1.5.0",
"typescript": "5.3.3",
"ts-json-schema-generator": "^1.5.1",
"typescript": "5.4.5",
"yaml": "^2.3.4"
}
}

0 comments on commit 8e9d254

Please sign in to comment.