mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2025-12-06 06:56:10 +00:00
up deps
This commit is contained in:
16
package.json
16
package.json
@@ -40,7 +40,7 @@
|
||||
"scripts": {
|
||||
"bump": "npm version patch",
|
||||
"lint": "eslint .",
|
||||
"prepublishOnly": "jest && npm run lint",
|
||||
"_prepublishOnly": "jest && npm run lint",
|
||||
"publish": "npm publish",
|
||||
"test": "jest"
|
||||
},
|
||||
@@ -55,21 +55,21 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.6",
|
||||
"@babel/core": "^7.23.7",
|
||||
"@babel/eslint-parser": "^7.23.3",
|
||||
"@babel/preset-env": "^7.23.6",
|
||||
"@babel/preset-env": "^7.23.7",
|
||||
"@babel/preset-typescript": "^7.23.3",
|
||||
"@babel/runtime": "^7.23.6",
|
||||
"@babel/runtime": "^7.23.7",
|
||||
"@react-native/babel-preset": "^0.74.0",
|
||||
"@react-native/eslint-config": "^0.74.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
||||
"@typescript-eslint/parser": "^6.13.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
||||
"@typescript-eslint/parser": "^6.17.0",
|
||||
"babel-jest": "^29.7.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-config-standard-jsx": "^11.0.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-n": "^16.5.0",
|
||||
"eslint-plugin-n": "^16.6.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
@@ -80,7 +80,7 @@
|
||||
"lint-staged": ">=15",
|
||||
"metro-react-native-babel-preset": "^0.77.0",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.73.0",
|
||||
"react-native": "0.73.1",
|
||||
"react-native-fs": "^2.20.0",
|
||||
"react-native-vector-icons": "^10.0.3",
|
||||
"react-test-renderer": "18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user