Skip to content

Commit 572197f

Browse files
Bump typescript from 4.2.3 to 4.3.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.2.3...v4.3.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f9f7421 commit 572197f

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"husky": "^3.0.5",
3333
"lint-staged": "^9.2.5",
3434
"prettier": "^2.2.1",
35-
"typescript": "^4.2.3"
35+
"typescript": "^4.3.5"
3636
},
3737
"resolutions": {
3838
"babel-jest": "^26.0.0",

packages/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jest-expo": "^40.0.2",
3333
"metro-config": "^0.59.0",
3434
"react-test-renderer": "^17.0.2",
35-
"typescript": "~4.0.0"
35+
"typescript": "~4.3.5"
3636
},
3737
"private": true
3838
}

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15029,15 +15029,10 @@ typedarray@^0.0.6:
1502915029
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1503015030
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1503115031

15032-
typescript@^4.2.3:
15033-
version "4.2.3"
15034-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
15035-
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==
15036-
15037-
typescript@~4.0.0:
15038-
version "4.0.7"
15039-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.7.tgz#7168032c43d2a2671c95c07812f69523c79590af"
15040-
integrity sha512-yi7M4y74SWvYbnazbn8/bmJmX4Zlej39ZOqwG/8dut/MYoSQ119GY9ZFbbGsD4PFZYWxqik/XsP3vk3+W5H3og==
15032+
typescript@^4.3.5, typescript@~4.3.5:
15033+
version "4.3.5"
15034+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
15035+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
1504115036

1504215037
ua-parser-js@^0.7.18:
1504315038
version "0.7.27"

0 commit comments

Comments
 (0)