|
9 | 9 | "keywords": [ |
10 | 10 | "react-native", |
11 | 11 | "testing", |
12 | | - "test", |
13 | 12 | "mocks", |
14 | | - "mock" |
| 13 | + "react-native-testing-library", |
| 14 | + "vitest", |
| 15 | + "mocha" |
15 | 16 | ], |
16 | 17 | "type": "module", |
17 | 18 | "source": "./src/main.ts", |
|
79 | 80 | "@eslint/compat": "^1.1.0", |
80 | 81 | "@eslint/eslintrc": "^3.1.0", |
81 | 82 | "@eslint/js": "^9.6.0", |
82 | | - "@react-native/babel-preset": "^0.74.84", |
| 83 | + "@react-native/babel-preset": "^0.74.85", |
83 | 84 | "@stylistic/eslint-plugin": "^2.3.0", |
84 | 85 | "@testing-library/react-native": "^12.5.1", |
85 | 86 | "@types/babel__core": "^7.20.5", |
86 | 87 | "@types/babel__register": "^7.17.3", |
87 | 88 | "@types/debug": "^4.1.12", |
88 | 89 | "@types/eslint__eslintrc": "^2.1.1", |
89 | 90 | "@types/eslint__js": "^8.42.3", |
90 | | - "@types/node": "^20.14.9", |
| 91 | + "@types/node": "^20.14.10", |
91 | 92 | "@types/react": "^18.3.3", |
92 | 93 | "@types/react-test-renderer": "^18.3.0", |
93 | 94 | "@types/sinon": "^17.0.3", |
|
97 | 98 | "eslint-plugin-etc": "^2.0.3", |
98 | 99 | "eslint-plugin-extra-rules": "^0.0.0-development", |
99 | 100 | "eslint-plugin-import": "^2.29.1", |
100 | | - "eslint-plugin-jsdoc": "^48.5.0", |
| 101 | + "eslint-plugin-jsdoc": "^48.5.2", |
101 | 102 | "eslint-plugin-react": "^7.34.3", |
102 | 103 | "eslint-plugin-sonarjs": "^1.0.3", |
103 | | - "globals": "^15.6.0", |
| 104 | + "globals": "^15.8.0", |
104 | 105 | "react": "18.3.1", |
105 | | - "react-native": "^0.74.2", |
| 106 | + "react-native": "^0.74.3", |
106 | 107 | "react-native-svg": "^15.3.0", |
107 | 108 | "react-test-renderer": "^18.3.1", |
108 | 109 | "semantic-release": "^24.0.0", |
109 | 110 | "semantic-release-yarn": "^3.0.2", |
110 | 111 | "sinon": "^18.0.0", |
111 | 112 | "tslib": "^2.6.3", |
112 | | - "typescript": "^5.5.2", |
113 | | - "typescript-eslint": "^7.14.1", |
114 | | - "vite": "^5.3.2", |
| 113 | + "typescript": "^5.5.3", |
| 114 | + "typescript-eslint": "^7.15.0", |
| 115 | + "vite": "^5.3.3", |
115 | 116 | "vite-plugin-dts": "^3.9.1", |
116 | 117 | "vitest": "^1.6.0" |
117 | 118 | }, |
|
0 commit comments