jest update

This commit is contained in:
DocNR 2025-02-13 11:13:02 -05:00
parent 8c7db4e778
commit 63d5163eed
2 changed files with 2573 additions and 3 deletions

2567
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,9 @@
"expo": { "expo": {
"doctor": { "doctor": {
"reactNativeDirectoryCheck": { "reactNativeDirectoryCheck": {
"exclude": ["lucide-react-native"], "exclude": [
"lucide-react-native"
],
"listUnknownPackages": false "listUnknownPackages": false
} }
} }
@ -60,6 +62,8 @@
"expo-splash-screen": "~0.29.20", "expo-splash-screen": "~0.29.20",
"expo-status-bar": "~2.0.1", "expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.8", "expo-system-ui": "~4.0.8",
"jest": "~29.7.0",
"jest-expo": "~52.0.3",
"lucide-react-native": "^0.378.0", "lucide-react-native": "^0.378.0",
"nativewind": "^4.1.23", "nativewind": "^4.1.23",
"react": "18.3.1", "react": "18.3.1",
@ -80,9 +84,10 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.26.0", "@babel/core": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/react": "~18.3.12", "@types/react": "~18.3.12",
"babel-plugin-module-resolver": "^5.0.2", "babel-plugin-module-resolver": "^5.0.2",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"private": true "private": true
} }