Skip to content

Commit d1f8cc8

Browse files
authored
chore: upgrade typescript to the latest version (#314)
1 parent ac2516c commit d1f8cc8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"tslint": "^5.11.0",
3131
"tslint-config-airbnb": "^5.11.0",
3232
"tslint-config-prettier": "^1.15.0",
33-
"typescript": "^3.1.2"
33+
"typescript": "^4.5.5"
3434
},
3535
"keywords": [
3636
"react-native",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ tsutils@^3.0.0:
500500
dependencies:
501501
tslib "^1.8.1"
502502

503-
typescript@^3.1.2:
504-
version "3.1.2"
505-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.2.tgz#c03a5d16f30bb60ad8bb6fe8e7cb212eedeec950"
506-
integrity sha512-gOoGJWbNnFAfP9FlrSV63LYD5DJqYJHG5ky1kOXSl3pCImn4rqWy/flyq1BRd4iChQsoCqjbQaqtmXO4yCVPCA==
503+
typescript@^4.5.5:
504+
version "4.5.5"
505+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
506+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
507507

508508
ua-parser-js@^0.7.18:
509509
version "0.7.18"

0 commit comments

Comments
 (0)