Skip to content

Commit cb98373

Browse files
committed
fix(deps): update dependency typescript to v4.4.2
1 parent 52862b7 commit cb98373

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

example/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jest": "27.1.0",
3535
"metro-react-native-babel-preset": "0.64.0",
3636
"react-test-renderer": "17.0.1",
37-
"typescript": "4.3.5"
37+
"typescript": "4.4.2"
3838
},
3939
"resolutions": {
4040
"@types/react": "^17"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prettier": "2.3.2",
5353
"pretty-quick": "3.1.1",
5454
"tsbb": "2.3.1",
55-
"typescript": "4.3.5"
55+
"typescript": "4.4.2"
5656
},
5757
"workspaces": {
5858
"packages": [

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10233,10 +10233,10 @@ humanize-ms@^1.2.1:
1023310233
dependencies:
1023410234
ms "^2.0.0"
1023510235

10236-
10237-
version "7.0.1"
10238-
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.1.tgz#579f4180b5da4520263e8713cc832942b48e1f1c"
10239-
integrity sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==
10236+
10237+
version "7.0.2"
10238+
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.2.tgz#21900da0f30199acca43a46c043c4ad84ae88dff"
10239+
integrity sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==
1024010240

1024110241
hyphenate-style-name@^1.0.2, hyphenate-style-name@^1.0.4:
1024210242
version "1.0.4"
@@ -18503,6 +18503,11 @@ [email protected]:
1850318503
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
1850418504
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
1850518505

18506+
18507+
version "4.4.2"
18508+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
18509+
integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==
18510+
1850618511
ua-parser-js@^0.7.18:
1850718512
version "0.7.28"
1850818513
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"

0 commit comments

Comments
 (0)