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 Dec 11, 2023
1 parent 38c6351 commit 9496882
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.1.0",
"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.2.3",
"testcontainers": "^10.3.2",
"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.3.2",
"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.1.0",
"tailwindcss": "^3.3.6",
"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.2",
"typescript": "^4.9.5"
"typescript": "^5.3.3"
},
"dependencies": {
"@interledger/openapi": "1.2.1",
Expand Down
Loading

0 comments on commit 9496882

Please sign in to comment.