|
8 | 8 | "!__tests__" |
9 | 9 | ], |
10 | 10 | "scripts": { |
11 | | - "ci": "yarn lint && yarn test && yarn build && yarn size", |
| 11 | + "ci": "yarn ts && yarn lint && yarn test && yarn build && yarn size", |
12 | 12 | "size": "size-limit", |
13 | 13 | "format": "prettier --write src/*.{js,ts,tsx}", |
14 | | - "test": "jest --coverage", |
| 14 | + "test": "jest --coverage --silent", |
15 | 15 | "lint": "eslint './src/**/*.{js,ts,tsx}' --quiet", |
16 | 16 | "ts": "tsc --noEmit", |
17 | 17 | "build": "rm -rf node_modules/@types/react-native && rm -rf esm && tsc --outDir esm && yarn postbuild", |
|
32 | 32 | } |
33 | 33 | }, |
34 | 34 | "resolutions": { |
35 | | - "@types/jest": "^29.5.14", |
36 | | - "@types/react": "^19.0.10" |
| 35 | + "@types/jest": "^30.0.0", |
| 36 | + "@types/react": "^19.2.14" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@eslint/js": "^10.0.1", |
| 40 | + "@react-native/babel-preset": "^0.84.1", |
40 | 41 | "@react-native/eslint-config": "^0.84.1", |
41 | | - "@size-limit/preset-app": "^11.2.0", |
42 | | - "@testing-library/react-native": "^13.0.1", |
43 | | - "@tsconfig/react-native": "^3.0.5", |
44 | | - "@types/eslint-plugin-jsx-a11y": "^6", |
45 | | - "@types/jest": "^29.5.14", |
46 | | - "@types/react": "^19.0.10", |
47 | | - "@types/react-test-renderer": "^19.0.0", |
48 | | - "babel-plugin-react-compiler": "^19.1.0-rc.2", |
49 | | - "doctoc": "^2.2.1", |
| 42 | + "@size-limit/preset-app": "^12.0.1", |
| 43 | + "@testing-library/react-native": "^13.3.3", |
| 44 | + "@tsconfig/react-native": "^3.0.9", |
| 45 | + "@types/eslint-plugin-jsx-a11y": "^6.10.1", |
| 46 | + "@types/jest": "^30.0.0", |
| 47 | + "@types/react": "^19.2.14", |
| 48 | + "@types/react-test-renderer": "^19.1.0", |
| 49 | + "babel-plugin-react-compiler": "^1.0.0", |
| 50 | + "doctoc": "^2.3.0", |
50 | 51 | "eslint": "^10.1.0", |
51 | 52 | "eslint-plugin-jest": "^29.15.1", |
52 | 53 | "eslint-plugin-jsx-a11y": "^6.10.2", |
|
55 | 56 | "eslint-plugin-react-hooks": "^7.0.1", |
56 | 57 | "eslint-plugin-simple-import-sort": "^12.1.1", |
57 | 58 | "eslint-plugin-testing-library": "^7.16.2", |
58 | | - "jest": "^29.7.0", |
59 | | - "prettier": "^3.5.1", |
60 | | - "react": "^19.0.0", |
61 | | - "react-compiler-runtime": "^19.1.0-rc.2", |
62 | | - "react-native": "^0.77.1", |
63 | | - "react-native-test-app": "^4.3.10", |
64 | | - "react-test-renderer": "^19.0.0", |
65 | | - "size-limit": "^11.2.0", |
66 | | - "typescript": "^5.7.3", |
| 59 | + "jest": "^30.3.0", |
| 60 | + "prettier": "^3.8.1", |
| 61 | + "react": "^19.2.4", |
| 62 | + "react-compiler-runtime": "^1.0.0", |
| 63 | + "react-native": "^0.84.1", |
| 64 | + "react-native-test-app": "^5.1.0", |
| 65 | + "react-test-renderer": "^19.2.4", |
| 66 | + "size-limit": "^12.0.1", |
| 67 | + "typescript": "^6.0.2", |
67 | 68 | "typescript-eslint": "^8.58.0" |
68 | 69 | }, |
69 | 70 | "author": "David <4661784+retyui@users.noreply.github.com>", |
|
0 commit comments