mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
upd deps
This commit is contained in:
44
package.json
44
package.json
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user