Skip to content

Commit 8eca1e7

Browse files
committed
fix(deps): update dependency typescript to v4.8.4
1 parent 1823e5c commit 8eca1e7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.7.1",
77-
"typescript": "4.8.3"
77+
"typescript": "4.8.4"
7878
},
7979
"resolutions": {
8080
"**/xml-crypto": "2.1.4",

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.4.1",
124124
"ts-node": "10.9.1",
125125
"tsconfig-paths": "3.14.1",
126-
"typescript": "4.8.3"
126+
"typescript": "4.8.4"
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.14",
3939
"styled-components": "5.3.5",
4040
"subscriptions-transport-ws": "0.11.0",
41-
"typescript": "4.8.3",
41+
"typescript": "4.8.4",
4242
"validator": "13.7.0",
4343
"vest": "3.2.8",
4444
"web-vitals": "2.1.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23302,10 +23302,10 @@ [email protected]:
2330223302
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
2330323303
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
2330423304

23305-
23306-
version "4.8.3"
23307-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
23308-
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==
23305+
23306+
version "4.8.4"
23307+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
23308+
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
2330923309

2331023310
ua-parser-js@^0.7.18:
2331123311
version "0.7.28"

0 commit comments

Comments
 (0)