mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Update some testing dependencies (#3097)
* Update package.json * Update package-lock.json
This commit is contained in:
31
package-lock.json
generated
31
package-lock.json
generated
@@ -120,7 +120,7 @@
|
||||
"@react-native/typescript-config": "0.78.3",
|
||||
"@tanstack/eslint-plugin-query": "^5.28.11",
|
||||
"@testing-library/jest-native": "^5.4.3",
|
||||
"@testing-library/react-native": "^13.2.2",
|
||||
"@testing-library/react-native": "^13.3.3",
|
||||
"@types/jest": "^29.5.13",
|
||||
"@types/jsrsasign": "^10.5.15",
|
||||
"@types/lodash": "^4.17.20",
|
||||
@@ -136,7 +136,7 @@
|
||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
||||
"chalk": "^5.4.1",
|
||||
"decompress": "^4.2.1",
|
||||
"detox": "^20.40.2",
|
||||
"detox": "^20.41.1",
|
||||
"dotenv": "^16.4.7",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
@@ -149,7 +149,7 @@
|
||||
"eslint-plugin-react-native": "^5.0.0",
|
||||
"eslint-plugin-react-native-a11y": "^3.5.1",
|
||||
"eslint-plugin-simple-import-sort": "^12.0.0",
|
||||
"eslint-plugin-testing-library": "^7.6.3",
|
||||
"eslint-plugin-testing-library": "^7.6.8",
|
||||
"factoria": "^4.0.1",
|
||||
"flow-bin": "^0.182.0",
|
||||
"fluent_conv": "^3.3.0",
|
||||
@@ -6215,14 +6215,15 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@testing-library/react-native": {
|
||||
"version": "13.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react-native/-/react-native-13.2.2.tgz",
|
||||
"integrity": "sha512-QALF+nZ4BSXBOtUs5ljLnaHKuyR+ykakYB3RYwciSrllhgZkbUjXeGkugCxrmEtQ2BUZnYVRY7AEGboMP/hucg==",
|
||||
"version": "13.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react-native/-/react-native-13.3.3.tgz",
|
||||
"integrity": "sha512-k6Mjsd9dbZgvY4Bl7P1NIpePQNi+dfYtlJ5voi9KQlynxSyQkfOgJmYGCYmw/aSgH/rUcFvG8u5gd4npzgRDyg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.2",
|
||||
"jest-matcher-utils": "^30.0.2",
|
||||
"pretty-format": "^30.0.2",
|
||||
"jest-matcher-utils": "^30.0.5",
|
||||
"picocolors": "^1.1.1",
|
||||
"pretty-format": "^30.0.5",
|
||||
"redent": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -10023,9 +10024,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/detox": {
|
||||
"version": "20.40.2",
|
||||
"resolved": "https://registry.npmjs.org/detox/-/detox-20.40.2.tgz",
|
||||
"integrity": "sha512-gb9o8Gg5yVd2+xjVLDb5IbS4tg96r9nX/MNCgHqYMUxKcW49oOMlGcodp+f6w29x8HLEn1aKdwGYXEPl9xNZHw==",
|
||||
"version": "20.41.1",
|
||||
"resolved": "https://registry.npmjs.org/detox/-/detox-20.41.1.tgz",
|
||||
"integrity": "sha512-Hp0UyZF7M88LfzAibwxSw/sJaXlz7Smvp1c0CVhUHlT4fZG4Qdr2PulZT+MCVFu6U1Q9jhlRATbDLeNc5q28aQ==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
@@ -11358,9 +11359,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-testing-library": {
|
||||
"version": "7.6.4",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.4.tgz",
|
||||
"integrity": "sha512-Ord5D9vksSVEdqVT1yUoJrh8rs5LU1P1nThERqEQV0TzoRaPBqoi4mIj3poqKetLgyrfHmGBOrigh3H8qxRGTQ==",
|
||||
"version": "7.6.8",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.6.8.tgz",
|
||||
"integrity": "sha512-8qvVtc9gzYsBWJd2bMJByAlOdr/GBBH2RZygvp70OTivsJkLkYRxSZFtHq1XQK8k+zNi8DcV7aiSx3avE0rf2w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user