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 Jan 23, 2024
1 parent 353f232 commit 910c64c
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prettier": "^3.2.2",
"ts-jest": "^29.1.1",
"tunnelmole": "^2.2.13",
"typescript": "^4.9.5",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"dependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"openapi-types": "^12.1.3",
"pino-pretty": "^10.3.1",
"testcontainers": "^10.5.0",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"testcontainers": "^10.5.0",
"tmp": "^0.2.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
},
"dependencies": {
"@adonisjs/fold": "^8.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"postcss": "^8.4.30",
"prettier": "^3.2.2",
"tailwindcss": "^3.4.1",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
},
"engines": {
"node": "18"
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 @@ -21,7 +21,7 @@
"@types/node": "^18.7.12",
"nock": "^13.4.0",
"openapi-typescript": "^6.7.4",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
},
"dependencies": {
"@interledger/openapi": "1.2.1",
Expand Down
Loading

0 comments on commit 910c64c

Please sign in to comment.