chore: upgrade deps
This commit is contained in:
parent
adcacef732
commit
4293c00b34
|
@ -10,15 +10,15 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "16.8.3",
|
"react": "16.8.3",
|
||||||
"react-native": "0.59.2",
|
"react-native": "0.59.2",
|
||||||
"react-native-segmented-control-tab": "^3.4.0"
|
"react-native-segmented-control-tab": "^3.4.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.4.0",
|
"@babel/core": "^7.4.0",
|
||||||
"@babel/runtime": "^7.4.2",
|
"@babel/runtime": "^7.4.2",
|
||||||
"@react-native-community/eslint-config": "^0.0.3",
|
"@react-native-community/eslint-config": "^1.0.0",
|
||||||
"babel-jest": "^24.5.0",
|
"babel-jest": "^25.2.6",
|
||||||
"eslint": "^5.15.3",
|
"eslint": "^6.8.0",
|
||||||
"jest": "^24.5.0",
|
"jest": "^25.2.7",
|
||||||
"metro-react-native-babel-preset": "^0.53.1",
|
"metro-react-native-babel-preset": "^0.53.1",
|
||||||
"react-test-renderer": "16.8.3"
|
"react-test-renderer": "16.8.3"
|
||||||
},
|
},
|
||||||
|
|
2985
example/yarn.lock
2985
example/yarn.lock
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -26,14 +26,14 @@
|
||||||
"prop-types": "^15.5.10"
|
"prop-types": "^15.5.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@react-native-community/eslint-config": "^0.0.5",
|
"@react-native-community/eslint-config": "^1.0.0",
|
||||||
"eslint": "^6.6.0",
|
"eslint": "^6.8.0",
|
||||||
"eslint-plugin-prettier": "^3.1.1",
|
"eslint-plugin-prettier": "^3.1.2",
|
||||||
"husky": "^3.0.9",
|
"husky": "^4.2.3",
|
||||||
"lint-staged": "^9.4.2",
|
"lint-staged": "^10.1.2",
|
||||||
"prettier": "1.18.2",
|
"prettier": "2.0.4",
|
||||||
"react": "16.11.0",
|
"react": "16.13.1",
|
||||||
"react-native": "0.61.4"
|
"react-native": "0.62.1"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|
Loading…
Reference in New Issue