Update packages

This commit is contained in:
Lei Nelissen
2021-04-24 12:18:56 +02:00
parent 1edeb00631
commit eaa1402173
5 changed files with 214 additions and 239 deletions

View File

@@ -16,13 +16,13 @@
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/picker": "^1.8.1",
"@react-native-community/slider": "^3.0.3",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@react-navigation/bottom-tabs": "^5.11.10",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"@reduxjs/toolkit": "^1.5.1",
"@sentry/react-native": "^2.4.0",
"@sentry/react-native": "^2.4.1",
"@types/lodash": "^4.14.168",
"date-fns": "^2.19.0",
"date-fns": "^2.21.1",
"fuse.js": "^6.4.6",
"i18n-js": "^3.8.0",
"lodash": "^4.17.21",
@@ -30,17 +30,17 @@
"react-native": "0.64.0",
"react-native-airplay-button": "^1.0.4",
"react-native-collapsible": "^1.5.3",
"react-native-dotenv": "^2.5.1",
"react-native-dotenv": "^2.5.5",
"react-native-fast-image": "^8.3.4",
"react-native-gesture-handler": "^1.10.3",
"react-native-localize": "^2.0.2",
"react-native-localize": "^2.0.3",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-svg": "^12.1.0",
"react-native-screens": "^3.1.1",
"react-native-svg": "^12.1.1",
"react-native-svg-transformer": "^0.14.3",
"react-native-track-player": "^1.2.7",
"react-native-webview": "^11.3.2",
"react-native-webview": "^11.4.2",
"react-redux": "^7.2.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
@@ -48,28 +48,28 @@
"styled-components": "^5.2.3"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/runtime": "^7.13.10",
"@babel/core": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@react-native-community/eslint-config": "^2.0.0",
"@sentry/cli": "^1.63.2",
"@sentry/cli": "^1.64.1",
"@types/i18n-js": "^3.8.0",
"@types/jest": "^26.0.22",
"@types/react-native": "^0.64.2",
"@types/react-native": "^0.64.4",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^17.0.1",
"@types/redux-logger": "^3.0.8",
"@types/styled-components": "^5.1.9",
"@types/styled-components-react-native": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.23.0",
"eslint": "^7.25.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.2",
"react-test-renderer": "^17.0.2",
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"jest": {
"preset": "react-native",