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 Mar 20, 2023
1 parent 01dfa6e commit b67fd17
Show file tree
Hide file tree
Showing 10 changed files with 85 additions and 79 deletions.
2 changes: 1 addition & 1 deletion infrastructure/local/local-http-signatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"prettier": "^2.8.5",
"ts-jest": "^29.0.5",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"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.2"
}
}
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.2.1",
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"dependencies": {
"@adonisjs/fold": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-signature-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@types/node": "^18.7.12",
"@types/uuid": "^9.0.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/mock-account-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "^8.36.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"engines": {
"node": "18"
Expand Down
2 changes: 1 addition & 1 deletion packages/open-payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"base64url": "^3.0.1",
"nock": "^13.3.0",
"openapi-typescript": "^4.5.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
},
"dependencies": {
"axios": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/uuid": "^9.0.0",
"koa": "^2.14.1",
"node-mocks-http": "^1.12.2",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/token-introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "^18.7.12",
"nock": "^13.3.0",
"openapi-typescript": "^4.5.0",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"uuid": "^8.3.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit b67fd17

Please sign in to comment.