feat: update libs

This commit is contained in:
Arnaud Vergnet 2021-07-14 15:52:00 +02:00
parent c75b90d254
commit 67b5a5fb4f
2 changed files with 975 additions and 911 deletions

1826
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,70 +20,70 @@
},
"dependencies": {
"@nartc/react-native-barcode-mask": "1.2.0",
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-async-storage/async-storage": "1.15.5",
"@react-native-community/masked-view": "0.1.11",
"@react-native-community/push-notification-ios": "1.8.0",
"@react-native-community/slider": "3.0.3",
"@react-navigation/bottom-tabs": "5.11.10",
"@react-navigation/bottom-tabs": "5.11.11",
"@react-navigation/native": "5.9.4",
"@react-navigation/stack": "5.14.4",
"@react-navigation/stack": "5.14.5",
"i18n-js": "3.8.0",
"moment": "^2.29.1",
"moment": "2.29.1",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native": "0.64.2",
"react-native-animatable": "1.3.3",
"react-native-app-intro-slider": "4.0.4",
"react-native-appearance": "0.3.4",
"react-native-autolink": "4.0.0",
"react-native-calendars": "1.1262.0",
"react-native-camera": "3.43.6",
"react-native-calendars": "1.1264.0",
"react-native-camera": "3.44.3",
"react-native-collapsible": "1.6.0",
"react-native-gesture-handler": "1.10.3",
"react-native-image-zoom-viewer": "3.0.1",
"react-native-keychain": "4.0.5",
"react-native-linear-gradient": "2.5.6",
"react-native-localize": "2.0.3",
"react-native-localize": "2.1.1",
"react-native-modalize": "2.0.8",
"react-native-paper": "4.8.1",
"react-native-permissions": "3.0.3",
"react-native-push-notification": "7.3.0",
"react-native-paper": "4.9.2",
"react-native-permissions": "3.0.5",
"react-native-push-notification": "7.4.0",
"react-native-reanimated": "1.13.2",
"react-native-render-html": "5.1.0",
"react-native-render-html": "5.1.1",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "3.1.1",
"react-native-screens": "3.4.0",
"react-native-splash-screen": "3.2.0",
"react-native-timeago": "^0.5.0",
"react-native-timeago": "0.5.0",
"react-native-vector-icons": "8.1.0",
"react-native-webview": "11.4.3",
"react-navigation-collapsible": "5.9.1",
"react-navigation-header-buttons": "7.0.1"
"react-native-webview": "11.6.5",
"react-navigation-collapsible": "5.10.2",
"react-navigation-header-buttons": "7.0.2"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@babel/runtime": "7.12.5",
"@react-native-community/eslint-config": "2.0.0",
"@types/i18n-js": "3.8.1",
"@types/jest": "26.0.23",
"@react-native-community/eslint-config": "3.0.0",
"@types/i18n-js": "3.8.2",
"@types/jest": "26.0.24",
"@types/react": "17.0.3",
"@types/react-native": "0.64.5",
"@types/react-native-calendars": "1.505.3",
"@types/react-native-push-notification": "7.3.0",
"@types/react-native-vector-icons": "6.4.6",
"@types/react-native": "0.64.12",
"@types/react-native-calendars": "1.505.4",
"@types/react-native-push-notification": "7.3.1",
"@types/react-native-vector-icons": "6.4.8",
"@types/react-test-renderer": "17.0.1",
"@typescript-eslint/eslint-plugin": "4.24.0",
"@typescript-eslint/parser": "4.24.0",
"@typescript-eslint/eslint-plugin": "4.28.3",
"@typescript-eslint/parser": "4.28.3",
"babel-jest": "26.6.3",
"eslint": "7.27.0",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"jest": "26.6.3",
"jest-extended": "0.11.5",
"jest-fetch-mock": "3.0.3",
"metro-react-native-babel-preset": "0.65.2",
"prettier": "2.3.0",
"react-native-clean-project": "3.6.3",
"prettier": "2.3.2",
"react-native-clean-project": "3.6.4",
"react-native-version": "4.0.0",
"react-test-renderer": "17.0.1",
"typescript": "4.2.4"
"typescript": "4.3.5"
},
"eslintConfig": {
"root": true,