Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sallesma committed Feb 24, 2024
1 parent ee33337 commit cd69354
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 142 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"test-ci": "jest --ci --coverage=true --reporters=default --reporters=jest-junit",
"extractor-rules": "node scripts/rulesExtractor.js",
"extractor-annotations": "node scripts/annotationsExtractor.js",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.21.0",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/native": "^6.1.12",
"@react-navigation/native-stack": "^6.9.20",
"expo": "^50.0.0",
"expo-clipboard": "~5.0.1",
"expo-localization": "~14.8.3",
Expand All @@ -23,28 +23,28 @@
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.11",
"highlight-words-core": "^1.2.2",
"i18n-js": "^4.3.2",
"i18n-js": "^4.4.3",
"pdf.js-extract": "^0.2.1",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-elements": "^3.4.2",
"react-native-elements": "^3.4.3",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-toast-message": "^2.1.7"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@testing-library/react-native": "^12.4.1",
"eslint": "^8.55.0",
"@babel/core": "^7.23.9",
"@testing-library/react-native": "^12.4.3",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"husky": "^8.0.2",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-expo": "~50.0.2",
"jest-junit": "^16.0.0",
"lint-staged": ">=15.1.0",
"prettier": "^3.1.0"
"lint-staged": ">=15.2.2",
"prettier": "^3.2.5"
},
"private": true,
"engines": {
Expand Down
Loading

0 comments on commit cd69354

Please sign in to comment.