Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent 65ab6e9 commit 157200d
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion localenv/local-http-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@types/koa-logger": "^3.1.2",
"@types/koa-router": "^7.4.4",
"@types/node": "^18.7.12",
"typescript": "^4.9.5"
"typescript": "^5.0.3"
}
}
2 changes: 1 addition & 1 deletion localenv/mock-account-servicing-entity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"eslint": "^8.37.0",
"typescript": "^4.9.5"
"typescript": "^5.0.3"
},
"engines": {
"node": "18"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prettier": "^2.8.7",
"ts-jest": "^29.0.5",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
"typescript": "^5.0.3"
},
"dependenciesMeta": {
"tigerbeetle-node": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
"jest-openapi": "^0.14.2",
"nock": "^13.3.0",
"openapi-types": "^12.1.0",
"typescript": "^4.9.5"
"typescript": "^5.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"testcontainers": "^9.3.0",
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.3"
},
"dependencies": {
"@adonisjs/fold": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/node": "^18.7.12",
"nock": "^13.3.0",
"openapi-typescript": "^4.5.0",
"typescript": "^4.9.5",
"typescript": "^5.0.3",
"uuid": "^8.3.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 157200d

Please sign in to comment.