Skip to content

Commit 51ec802

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency typescript to v4.7.3
1 parent 001074a commit 51ec802

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"lint-staged": "11.2.6",
7575
"pinst": "2.1.6",
7676
"prettier": "2.6.2",
77-
"typescript": "4.6.4"
77+
"typescript": "4.7.3"
7878
},
7979
"resolutions": {
8080
"**/xml-crypto": "2.1.3",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@
123123
"ts-loader": "9.3.0",
124124
"ts-node": "10.7.0",
125125
"tsconfig-paths": "3.14.1",
126-
"typescript": "4.6.4"
126+
"typescript": "4.7.3"
127127
}
128128
}

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"recharts": "2.1.10",
3939
"styled-components": "5.3.5",
4040
"subscriptions-transport-ws": "0.11.0",
41-
"typescript": "4.6.4",
41+
"typescript": "4.7.3",
4242
"validator": "13.7.0",
4343
"vest": "3.2.8",
4444
"web-vitals": "2.1.4"

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23107,6 +23107,11 @@ [email protected]:
2310723107
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
2310823108
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
2310923109

23110+
23111+
version "4.7.3"
23112+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
23113+
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
23114+
2311023115
ua-parser-js@^0.7.18:
2311123116
version "0.7.28"
2311223117
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"

0 commit comments

Comments
 (0)