Skip to content

Commit

Permalink
Update dependency typescript to v5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2023
1 parent 511a9cf commit 114229a
Show file tree
Hide file tree
Showing 4 changed files with 2,460 additions and 507 deletions.
2 changes: 1 addition & 1 deletion backend/auto-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"install": "^0.13.0",
"tsx": "^4.3.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"eslint-config-prettier": "^9.0.0",
"prettier": "3.1.0",
"sass": "^1.69.5",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"files": [
".next/standalone",
Expand Down
8 changes: 4 additions & 4 deletions frontend/dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2146,10 +2146,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==

typescript@5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
typescript@5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==

undici-types@~5.26.4:
version "5.26.5"
Expand Down
Loading

0 comments on commit 114229a

Please sign in to comment.