Update all dependencies

This commit is contained in:
Lei Nelissen
2021-04-03 14:49:01 +02:00
parent a867513212
commit 28b330ad4c
2 changed files with 543 additions and 323 deletions

836
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,8 +19,8 @@
"@react-navigation/bottom-tabs": "^5.11.8", "@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3", "@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3", "@react-navigation/stack": "^5.14.3",
"@reduxjs/toolkit": "^1.5.0", "@reduxjs/toolkit": "^1.5.1",
"@sentry/react-native": "^2.3.0", "@sentry/react-native": "^2.4.0",
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"date-fns": "^2.19.0", "date-fns": "^2.19.0",
"fuse.js": "^6.4.6", "fuse.js": "^6.4.6",
@@ -34,41 +34,41 @@
"react-native-fast-image": "^8.3.4", "react-native-fast-image": "^8.3.4",
"react-native-gesture-handler": "^1.10.3", "react-native-gesture-handler": "^1.10.3",
"react-native-localize": "^2.0.2", "react-native-localize": "^2.0.2",
"react-native-reanimated": "^2.0.0", "react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.2.0", "react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1", "react-native-screens": "^2.18.1",
"react-native-svg": "^12.1.0", "react-native-svg": "^12.1.0",
"react-native-svg-transformer": "^0.14.3", "react-native-svg-transformer": "^0.14.3",
"react-native-track-player": "^1.2.6", "react-native-track-player": "^1.2.7",
"react-native-webview": "^11.3.1", "react-native-webview": "^11.3.2",
"react-redux": "^7.2.2", "react-redux": "^7.2.3",
"redux": "^4.0.5", "redux": "^4.0.5",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"styled-components": "^5.2.1" "styled-components": "^5.2.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.13.10", "@babel/core": "^7.13.14",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"@react-native-community/eslint-config": "^2.0.0", "@react-native-community/eslint-config": "^2.0.0",
"@sentry/cli": "^1.63.1", "@sentry/cli": "^1.63.2",
"@types/i18n-js": "^3.8.0", "@types/i18n-js": "^3.8.0",
"@types/jest": "^26.0.21", "@types/jest": "^26.0.22",
"@types/react-native": "^0.64.0", "@types/react-native": "^0.64.2",
"@types/react-redux": "^7.1.16", "@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^17.0.1", "@types/react-test-renderer": "^17.0.1",
"@types/redux-logger": "^3.0.8", "@types/redux-logger": "^3.0.8",
"@types/styled-components": "^5.1.9", "@types/styled-components": "^5.1.9",
"@types/styled-components-react-native": "^5.1.1", "@types/styled-components-react-native": "^5.1.1",
"@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.18.0", "@typescript-eslint/parser": "^4.20.0",
"babel-jest": "^26.6.3", "babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0", "babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.22.0", "eslint": "^7.23.0",
"eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3", "jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.65.2", "metro-react-native-babel-preset": "^0.65.2",
"react-test-renderer": "^17.0.1", "react-test-renderer": "^17.0.2",
"typescript": "^4.2.3" "typescript": "^4.2.3"
}, },
"jest": { "jest": {