Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #53

Merged
merged 9 commits into from
Jan 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/cron-dependency-checker-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: NPM Install
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-assigned-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Move Issue to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open Template Hub User Interfaces
column: In progress
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/issue-open-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Move Issue to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open Template Hub User Interfaces
column: To do
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Bump Version and Create Tag
uses: phips28/gh-action-bump-version@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Move PR to In-Progress
uses: alex-page/github-project-automation-plus@v0.3.0
with:
project: Open Template Hub Servers
project: Open Template Hub User Interfaces
column: In progress
repo-token: ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}

Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Private License
MIT License

Copyright (c) 2021 Open Template Hub
Copyright (c) 2020 Furkan Yavuz

Permission is hereby granted, free of charge, to Furkan Yavuz and Fatih Turker obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<h1 align="center">
Open Template Hub - Mobile UI Template v4
Open Template Hub - Mobile UI Template v5
</h1>

[![License](https://img.shields.io/github/license/open-template-hub/mobile-ui-template?color=43b043&style=for-the-badge)](LICENSE)
Expand Down Expand Up @@ -138,7 +138,7 @@ Holds app utilizations
<table>
<tr>
<td align="center"><a href="https://github.com/furknyavuz"><img src="https://avatars0.githubusercontent.com/u/2248168?s=460&u=435ef6ade0785a7a135ce56cae751fb3ade1d126&v=4" width="100px;" alt=""/><br /><sub><b>Furkan Yavuz</b></sub></a><br /><a href="https://github.com/open-template-hub/mobile-ui-template/issues/created_by/furknyavuz" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/mobile-ui-template/commits?author=furknyavuz" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/mobile-ui-template/pulls?q=is%3Apr+reviewed-by%3Afurknyavuz" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/fatihturker"><img src="https://avatars1.githubusercontent.com/u/2202179?s=460&u=261b1129e7106c067783cb022ab9999aad833bdc&v=4" width="100px;" alt=""/><br /><sub><b>Fatih Turker</b></sub></a><br /><a href="https://github.com/open-template-hub/mobile-ui-template/issues/created_by/fatihturker" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/mobile-ui-template/commits?author=fatihturker" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/mobile-ui-template/pulls?q=is%3Apr+reviewed-by%3Afatihturker" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/fatihturker"><img src="https://avatars1.githubusercontent.com/u/2202379?s=460&u=261b1129e7106c067783cb022ab9999aad833bdc&v=4" width="100px;" alt=""/><br /><sub><b>Fatih Turker</b></sub></a><br /><a href="https://github.com/open-template-hub/mobile-ui-template/issues/created_by/fatihturker" title="Answering Questions">💬</a> <a href="https://github.com/open-template-hub/mobile-ui-template/commits?author=fatihturker" title="Documentation">📖</a> <a href="https://github.com/open-template-hub/mobile-ui-template/pulls?q=is%3Apr+reviewed-by%3Afatihturker" title="Reviewed Pull Requests">👀</a></td>
</tr>
</table>

Expand Down
70 changes: 41 additions & 29 deletions dependency-checker.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
const { spawnSync } = require( "child_process" );
const outdatedCmd = spawnSync( "npm", [ "outdated" ] );
const { spawnSync } = require( 'child_process' );
const outdatedCmd = spawnSync( 'npm', [ 'outdated' ] );

const lines = outdatedCmd.stdout.toString().split( "\n" );
const lines = outdatedCmd.stdout.toString().split( '\n' );

const columnIndexes = [ 0, 0, 0, 0 ];

let indexOfDependedBy = -1;

console.log(
"<p align=\"center\">\n" +
" <a href=\"https://opentemplatehub.com\">\n" +
" <img src=\"https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/ui/mobile-ui-logo.png\" alt=\"Logo\" width=\"200\">\n" +
" </a>\n" +
"</p>\n" +
"\n" +
"\n" +
"<h1 align=\"center\">\n" +
"Open Template Hub - Mobile UI Template v4\n" +
" <br/>\n" +
"(outdated packages)\n" +
"</h1>\n" +
"\n" +
"Following packages are not updated in the develop branch yet. So, if you want to update outdated packages on your own risk, update the package.json and install dependencies.\n",
'<p align="center">\n' +
' <a href="https://opentemplatehub.com">\n' +
' <img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/ui/mobile-ui-logo.png" alt="Logo" width=200>\n' +
' </a>\n' +
'</p>\n' +
'\n' +
'\n' +
'<h1 align="center">\n' +
'Open Template Hub - Mobile UI Template v5\n' +
' <br/>\n' +
'(outdated packages)\n' +
'</h1>\n' +
'\n' +
'Following packages are not updated in the develop branch yet. So, if you want to update outdated packages on your own risk, update the package.json and install dependencies.\n'
);

for ( const line of lines ) {
Expand All @@ -28,40 +30,50 @@ for ( const line of lines ) {
}

if ( lines.indexOf( line ) === 0 ) {
columnIndexes[ 0 ] = line.indexOf( "Current" );
columnIndexes[ 1 ] = line.indexOf( "Wanted" ) + 3;
columnIndexes[ 2 ] = line.indexOf( "Latest" ) + 6;
columnIndexes[ 3 ] = line.indexOf( "Location" ) + 9;
columnIndexes[ 0 ] = line.indexOf( 'Current' );
columnIndexes[ 1 ] = line.indexOf( 'Wanted' ) + 3;
columnIndexes[ 2 ] = line.indexOf( 'Latest' ) + 6;
columnIndexes[ 3 ] = line.indexOf( 'Location' ) + 9;
}

let modifiedLine = "";
let modifiedLine = '';

if ( columnIndexes [ 0 ] >= 0 ) {
const stringParts = line.split( /(\s+)/ );

modifiedLine += "| ";
modifiedLine += '| ';

for ( let i = 0; i < stringParts.length; ++i ) {
const part = stringParts[ i ];

if ( lines.indexOf( line ) === 0 && i < stringParts.length - 1 && stringParts[ i + 1 ] === 'Depended' ) {
indexOfDependedBy = i;
}

if ( indexOfDependedBy !== -1 && i >= indexOfDependedBy ) {
continue;
}

for ( let part of stringParts ) {
if ( part.match( /\s+/ ) ) {
modifiedLine += " | ";
modifiedLine += ' | ';
} else {
modifiedLine += part;
}
}

modifiedLine += " |";
modifiedLine += ' |';

console.log( modifiedLine );
} else {
console.log( modifiedLine );
}

if ( lines.indexOf( line ) === 0 ) {
console.log( "| --- | --- | --- | --- | --- |" );
console.log( '| --- | --- | --- | --- | --- |' );
}
}

console.log(
"\n" +
"<table align=\"right\"><tr><td><a href=\"https://opentemplatehub.com\"><img src=\"https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png\" width=\"50px\" alt=\"oth\"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table>\n",
'\n' +
'<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2023</b></td></tr></table>\n'
);
82 changes: 35 additions & 47 deletions docs/OUTDATED.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


<h1 align="center">
Open Template Hub - Mobile UI Template v4
Open Template Hub - Mobile UI Template v5
<br/>
(outdated packages)
</h1>
Expand All @@ -15,51 +15,39 @@ Following packages are not updated in the develop branch yet. So, if you want to

| Package | Current | Wanted | Latest | Location |
| --- | --- | --- | --- | --- |
| @babel/core | 7.12.16 | 7.17.9 | 7.17.9 | mobile-ui-template |
| @babel/runtime | 7.12.13 | 7.17.9 | 7.17.9 | mobile-ui-template |
| @fortawesome/fontawesome-svg-core | 1.2.34 | 1.2.36 | 6.1.1 | mobile-ui-template |
| @fortawesome/free-brands-svg-icons | 5.15.2 | 5.15.4 | 6.1.1 | mobile-ui-template |
| @fortawesome/free-regular-svg-icons | 5.15.2 | 5.15.4 | 6.1.1 | mobile-ui-template |
| @fortawesome/free-solid-svg-icons | 5.15.2 | 5.15.4 | 6.1.1 | mobile-ui-template |
| @fortawesome/react-fontawesome | 0.1.14 | 0.1.18 | 0.1.18 | mobile-ui-template |
| @fortawesome/react-native-fontawesome | 0.2.6 | 0.2.7 | 0.2.7 | mobile-ui-template |
| @invertase/react-native-apple-authentication | 2.1.2 | 2.1.5 | 2.1.5 | mobile-ui-template |
| @react-native-async-storage/async-storage | 1.13.4 | 1.17.3 | 1.17.3 | mobile-ui-template |
| @react-native-community/eslint-config | 1.1.0 | 1.1.0 | 3.0.1 | mobile-ui-template |
| @react-native-community/masked-view | 0.1.10 | 0.1.11 | 0.1.11 | mobile-ui-template |
| @react-native-firebase/admob | 10.8.0 | 10.8.1 | 11.5.0 | mobile-ui-template |
| @react-native-firebase/app | 10.8.0 | 10.8.1 | 14.7.0 | mobile-ui-template |
| @react-navigation/bottom-tabs | 5.11.7 | 5.11.15 | 6.3.1 | mobile-ui-template |
| @react-navigation/drawer | 5.12.3 | 5.12.9 | 6.4.1 | mobile-ui-template |
| @react-navigation/native | 5.9.2 | 5.9.8 | 6.0.10 | mobile-ui-template |
| @react-navigation/stack | 5.14.2 | 5.14.9 | 6.2.1 | mobile-ui-template |
| @types/i18n-js | 3.8.0 | 3.8.2 | 3.8.2 | mobile-ui-template |
| @types/jest | 25.2.3 | 25.2.3 | 27.4.1 | mobile-ui-template |
| @types/react | 17.0.2 | 17.0.44 | 18.0.0 | mobile-ui-template |
| @types/react-native | 0.63.50 | 0.63.61 | 0.67.3 | mobile-ui-template |
| @types/react-native-fbsdk | 1.1.2 | 1.1.3 | 3.0.2 | mobile-ui-template |
| @types/react-native-google-signin | 1.0.2 | 1.0.3 | 1.0.3 | mobile-ui-template |
| @types/react-test-renderer | 16.9.5 | 16.9.5 | 17.0.1 | mobile-ui-template |
| @typescript-eslint/eslint-plugin | 2.34.0 | 2.34.0 | 5.18.0 | mobile-ui-template |
| @typescript-eslint/parser | 2.34.0 | 2.34.0 | 5.18.0 | mobile-ui-template |
| axios | 0.21.1 | 0.21.4 | 0.26.1 | mobile-ui-template |
| babel-jest | 25.5.1 | 25.5.1 | 27.5.1 | mobile-ui-template |
| eslint | 6.8.0 | 6.8.0 | 8.12.0 | mobile-ui-template |
| i18n-js | 3.8.0 | 3.9.2 | 3.9.2 | mobile-ui-template |
| jest | 25.5.4 | 25.5.4 | 27.5.1 | mobile-ui-template |
| metro-react-native-babel-preset | 0.59.0 | 0.59.0 | 0.70.1 | mobile-ui-template |
| react | 16.13.1 | 16.13.1 | 18.0.0 | mobile-ui-template |
| react-native | 0.65.1 | 0.68.0 | 0.68.0 | mobile-ui-template |
| react-native-animated-spinkit | 1.5.1 | 1.5.2 | 1.5.2 | mobile-ui-template |
| react-native-gesture-handler | 1.10.1 | 1.10.3 | 2.3.2 | mobile-ui-template |
| react-native-iap | 5.2.7 | 5.2.14 | 8.0.7 | mobile-ui-template |
| react-native-image-picker | 3.2.1 | 3.8.1 | 4.7.3 | mobile-ui-template |
| react-native-reanimated | 1.13.2 | 1.13.4 | 2.6.0 | mobile-ui-template |
| react-native-safe-area-context | 3.1.9 | 3.4.1 | 4.2.4 | mobile-ui-template |
| react-native-screens | 2.17.1 | 2.18.1 | 3.13.1 | mobile-ui-template |
| react-native-svg | 12.1.0 | 12.3.0 | 12.3.0 | mobile-ui-template |
| react-test-renderer | 16.13.1 | 16.13.1 | 18.0.0 | mobile-ui-template |
| typescript | 3.9.9 | 3.9.10 | 4.6.3 | mobile-ui-template |
| @fortawesome/fontawesome-svg-core | 1.2.36 | 1.2.36 | 6.1.1 | mobile-ui-template |
| @fortawesome/free-brands-svg-icons | 5.15.4 | 5.15.4 | 6.1.1 | mobile-ui-template |
| @fortawesome/free-regular-svg-icons | 5.15.4 | 5.15.4 | 6.1.1 | mobile-ui-template |
| @fortawesome/free-solid-svg-icons | 5.15.4 | 5.15.4 | 6.1.1 | mobile-ui-template |
| @fortawesome/react-native-fontawesome | 0.2.7 | 0.2.7 | 0.3.0 | mobile-ui-template |
| @react-native-community/eslint-config | 1.1.0 | 1.1.0 | 3.0.3 | mobile-ui-template |
| @react-native-firebase/admob | 10.8.1 | 10.8.1 | 11.5.0 | mobile-ui-template |
| @react-native-firebase/app | 10.8.1 | 10.8.1 | 15.0.0 | mobile-ui-template |
| @react-navigation/bottom-tabs | 5.11.15 | 5.11.15 | 6.3.1 | mobile-ui-template |
| @react-navigation/drawer | 5.12.9 | 5.12.9 | 6.4.2 | mobile-ui-template |
| @react-navigation/native | 5.9.8 | 5.9.8 | 6.0.10 | mobile-ui-template |
| @react-navigation/stack | 5.14.9 | 5.14.9 | 6.2.1 | mobile-ui-template |
| @types/jest | 25.2.3 | 25.2.3 | 28.1.3 | mobile-ui-template |
| @types/react | 17.0.47 | 17.0.47 | 18.0.14 | mobile-ui-template |
| @types/react-native | 0.63.62 | 0.63.62 | 0.69.1 | mobile-ui-template |
| @types/react-native-fbsdk | 1.1.3 | 1.1.3 | 3.0.2 | mobile-ui-template |
| @types/react-test-renderer | 16.9.5 | 16.9.5 | 18.0.0 | mobile-ui-template |
| @typescript-eslint/eslint-plugin | 2.34.0 | 2.34.0 | 5.30.0 | mobile-ui-template |
| @typescript-eslint/parser | 2.34.0 | 2.34.0 | 5.30.0 | mobile-ui-template |
| axios | 0.21.4 | 0.21.4 | 0.27.2 | mobile-ui-template |
| babel-jest | 25.5.1 | 25.5.1 | 28.1.1 | mobile-ui-template |
| eslint | 6.8.0 | 6.8.0 | 8.18.0 | mobile-ui-template |
| jest | 25.5.4 | 25.5.4 | 28.1.1 | mobile-ui-template |
| metro-react-native-babel-preset | 0.59.0 | 0.59.0 | 0.71.2 | mobile-ui-template |
| react | 16.13.1 | 16.13.1 | 18.2.0 | mobile-ui-template |
| react-native-gesture-handler | 1.10.3 | 1.10.3 | 2.5.0 | mobile-ui-template |
| react-native-iap | 5.2.14 | 5.2.14 | 8.2.1 | mobile-ui-template |
| react-native-image-picker | 3.8.1 | 3.8.1 | 4.8.4 | mobile-ui-template |
| react-native-reanimated | 1.13.4 | 1.13.4 | 2.8.0 | mobile-ui-template |
| react-native-safe-area-context | 3.4.1 | 3.4.1 | 4.3.1 | mobile-ui-template |
| react-native-screens | 2.18.1 | 2.18.1 | 3.13.1 | mobile-ui-template |
| react-test-renderer | 16.13.1 | 16.13.1 | 18.2.0 | mobile-ui-template |
| typescript | 3.9.10 | 3.9.10 | 4.7.4 | mobile-ui-template |

<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2021</b></td></tr></table>
<table align="right"><tr><td><a href="https://opentemplatehub.com"><img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/brand-logo.png" width="50px" alt="oth"/></a></td><td><b>Open Template Hub © 2023</b></td></tr></table>

70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mobile-ui-template",
"description": "Mobile UI Template is a modern, responsive, and customizable mobile UI template for your business. It contains reusable components, theme color, and design support along with dark theme support.",
"version": "4.0.1",
"version": "5.0.0",
"license": "MIT",
"scripts": {
"android-debug": "npx react-native run-android --variant=debug",
Expand All @@ -16,48 +16,48 @@
"outdated": "node dependency-checker.ts > docs/OUTDATED.md"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@fortawesome/react-native-fontawesome": "^0.2.6",
"@invertase/react-native-apple-authentication": "^2.1.2",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/admob": "^10.3.1",
"@react-native-firebase/app": "^10.3.0",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/drawer": "^5.12.2",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"@types/i18n-js": "^3.0.3",
"@types/react-native-fbsdk": "^1.1.1",
"@types/react-native-google-signin": "^1.0.2",
"axios": "^0.21.0",
"i18n-js": "^3.8.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.18",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@invertase/react-native-apple-authentication": "^2.2.1",
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/admob": "^10.8.1",
"@react-native-firebase/app": "^10.8.1",
"@react-navigation/bottom-tabs": "^5.11.15",
"@react-navigation/drawer": "^5.12.9",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"@types/i18n-js": "^3.8.2",
"@types/react-native-fbsdk": "^1.1.3",
"@types/react-native-google-signin": "^1.0.3",
"axios": "^0.21.4",
"i18n-js": "^3.9.2",
"react": "16.13.1",
"react-native": ">=0.64.1",
"react-native-animated-spinkit": "^1.4.2",
"react-native": "^0.69.0",
"react-native-animated-spinkit": "^1.5.2",
"react-native-fbsdk": "3.0.0",
"react-native-gesture-handler": "^1.9.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-google-signin": "^2.1.1",
"react-native-iap": "^5.2.0",
"react-native-image-picker": "^3.1.4",
"react-native-iap": "^5.2.14",
"react-native-image-picker": "^3.8.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-reanimated": "^1.13.2",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.15.0",
"react-native-reanimated": "^1.13.4",
"react-native-safe-area-context": "^3.4.1",
"react-native-screens": "^2.18.1",
"react-native-simple-toast": "^1.1.3",
"react-native-svg": "^12.1.0"
"react-native-svg": "^12.3.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@babel/core": "^7.18.5",
"@babel/runtime": "^7.18.3",
"@react-native-community/eslint-config": "^1.1.0",
"@types/jest": "^25.2.3",
"@types/react": "^17.0.0",
"@types/react-native": "^0.63.37",
"@types/react": "^17.0.47",
"@types/react-native": "^0.63.62",
"@types/react-test-renderer": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
Expand All @@ -66,7 +66,7 @@
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.13.1",
"typescript": "^3.9.7"
"typescript": "^3.9.10"
},
"jest": {
"preset": "react-native",
Expand Down