|
1 | 1 | {
|
2 | 2 | "name": "@testing-library/react-native",
|
3 |
| - "version": "12.5.3", |
| 3 | + "version": "12.6.1", |
4 | 4 | "description": "Simple and complete React Native testing utilities that encourage good testing practices.",
|
5 | 5 | "main": "build/index.js",
|
6 | 6 | "types": "build/index.d.ts",
|
|
27 | 27 | "test": "jest",
|
28 | 28 | "test:ci": "jest --maxWorkers=2 --collectCoverage=true --coverage-provider=v8",
|
29 | 29 | "typecheck": "tsc",
|
30 |
| - "flow": "flow", |
31 | 30 | "copy-flowtypes": "cp typings/index.flow.js build",
|
32 | 31 | "lint": "eslint src --cache",
|
33 | 32 | "validate": "yarn lint && yarn typecheck && yarn test",
|
34 | 33 | "build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
|
35 |
| - "build:js:watch": "yarn build:js --watch", |
36 | 34 | "build:ts": "tsc --build tsconfig.release.json",
|
37 |
| - "build:ts:watch": "yarn build:ts --watch --preserveWatchOutput", |
38 | 35 | "build": "yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes",
|
39 |
| - "prepare": "yarn build", |
40 | 36 | "prepublish": "yarn build",
|
41 | 37 | "publish": "release-it"
|
42 | 38 | },
|
|
74 | 70 | "@babel/preset-flow": "^7.24.7",
|
75 | 71 | "@babel/preset-react": "^7.24.7",
|
76 | 72 | "@babel/preset-typescript": "^7.24.7",
|
77 |
| - "@callstack/eslint-config": "^14.2.0", |
| 73 | + "@callstack/eslint-config": "^15.0.0", |
78 | 74 | "@release-it/conventional-changelog": "^8.0.1",
|
79 | 75 | "@relmify/jest-serializer-strip-ansi": "^1.0.2",
|
80 | 76 | "@types/jest": "^29.5.12",
|
|
89 | 85 | "jest": "^29.7.0",
|
90 | 86 | "prettier": "^2.8.8",
|
91 | 87 | "react": "18.3.1",
|
92 |
| - "react-native": "0.75.0-rc.7", |
| 88 | + "react-native": "0.75.2", |
93 | 89 | "react-test-renderer": "18.3.1",
|
94 | 90 | "release-it": "^17.6.0",
|
95 | 91 | "strip-ansi": "^6.0.1",
|
|
0 commit comments