Skip to content

Commit 7af0c89

Browse files
Bump typescript from 4.2.3 to 4.2.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 2ce88fc commit 7af0c89

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
@@ -30,7 +30,7 @@
3030
"husky": "^3.0.5",
3131
"lint-staged": "^9.2.5",
3232
"prettier": "^2.2.1",
33-
"typescript": "^4.2.3"
33+
"typescript": "^4.2.4"
3434
},
3535
"resolutions": {
3636
"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.2.4"
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.2.4, typescript@~4.2.4:
15033+
version "4.2.4"
15034+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
15035+
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
1504115036

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

0 commit comments

Comments
 (0)