Skip to content

Commit e4039f8

Browse files
fix(deps): update dependency typescript to v5
1 parent 4b09c96 commit e4039f8

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.8.0",
77-
"typescript": "4.9.4"
77+
"typescript": "5.6.2"
7878
},
7979
"resolutions": {
8080
"**/xml-crypto": "2.1.5",

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.9.4"
126+
"typescript": "5.6.2"
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.16",
3939
"styled-components": "5.3.6",
4040
"subscriptions-transport-ws": "0.11.0",
41-
"typescript": "4.9.4",
41+
"typescript": "5.6.2",
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
@@ -24125,10 +24125,10 @@ [email protected]:
2412524125
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
2412624126
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
2412724127

24128-
typescript@4.9.4:
24129-
version "4.9.4"
24130-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
24131-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
24128+
typescript@5.6.2:
24129+
version "5.6.2"
24130+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
24131+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
2413224132

2413324133
ua-parser-js@^0.7.18:
2413424134
version "0.7.28"

0 commit comments

Comments
 (0)