This commit is contained in:
Kesha Antonov
2023-01-29 20:40:51 +03:00
parent e2d35e0d90
commit 26d4f1abd9
3 changed files with 4018 additions and 3770 deletions

View File

@@ -51,30 +51,30 @@
]
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-env": "^7.16.4",
"@babel/runtime": "^7.4.2",
"@react-native-community/eslint-config": "^0.0.3",
"babel-jest": "^24.5.0",
"eslint": "7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.25.3",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.13",
"@react-native-community/eslint-config": "^3.2.0",
"babel-jest": "^29.4.1",
"eslint": "8.33.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"immer": "^3.2.0",
"jest": "^24.5.0",
"lint-staged": ">=12",
"metro-react-native-babel-preset": "^0.53.1",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-fs": "^2.14.1",
"react-native-vector-icons": "^6.6.0",
"react-test-renderer": "16.8.3"
"immer": "^9.0.19",
"jest": "^29.4.1",
"lint-staged": ">=13",
"metro-react-native-babel-preset": "^0.74.1",
"react": "18.2.0",
"react-native": "0.71.1",
"react-native-fs": "^2.20.0",
"react-native-vector-icons": "^9.2.0",
"react-test-renderer": "18.2.0"
},
"peerDependencies": {
"react-native": ">=0.57.0"

View File

@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = package['author']
s.homepage = package['repository']['url']
s.license = package['license']
s.platform = :ios, '10.0'
s.platform = :ios, '12.4'
s.source = { git: 'https://github.com/kesha-antonov/react-native-background-downloader.git', tag: 'master' }
s.source_files = 'ios/**/*.{h,m}'
s.requires_arc = true

7742
yarn.lock

File diff suppressed because it is too large Load Diff