diff --git a/example/package-lock.json b/example/package-lock.json index 2ffa1481..678a2f92 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -56,7 +56,7 @@ "@babel/cli": "^7.8.4", "@babel/core": "^7.25.2", "@babel/preset-flow": "^7.9.0", - "@babel/preset-typescript": "^7.18.6", + "@babel/preset-typescript": "^7.28.5", "@babel/runtime": "^7.25.0", "@react-native-community/cli": "^20.0.2", "@react-native-community/cli-platform-android": "^20.0.2", @@ -66,9 +66,10 @@ "@react-native/eslint-config": "^0.81.1", "@react-native/metro-config": "^0.81.1", "@react-native/typescript-config": "^0.81.1", - "@types/jest": "^28.1.8", + "@testing-library/react-native": "^13.3.3", + "@types/jest": "^30.0.0", "@types/react": "^19.2.0", - "babel-jest": "^29.7.0", + "babel-jest": "^30.2.0", "babel-plugin-module-resolver": "5.0.0", "copyfiles": "^2.4.1", "eslint": "^8.19.0", @@ -76,7 +77,7 @@ "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-native": "^4.0.0", "flow-bin": "^0.163.0", - "jest": "^29.5.0", + "jest": "^30.2.0", "prettier": "2.8.8", "react": "^19.2.0", "react-native": "^0.81.4", @@ -9362,10 +9363,11 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "dev": true, + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -12636,7 +12638,7 @@ "version": "5.0.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", - "dev": true, + "devOptional": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver"