|
16 | 16 | "engines": { |
17 | 17 | "node": ">=18" |
18 | 18 | }, |
| 19 | + "files": [ |
| 20 | + "dist/", |
| 21 | + "src/", |
| 22 | + "register.js" |
| 23 | + ], |
19 | 24 | "scripts": { |
20 | 25 | "build": "tsc -p tsconfig.prod.json", |
21 | 26 | "check": "yarn compile && yarn lint && yarn test", |
|
25 | 30 | "test": "NODE_ENV=test mocha" |
26 | 31 | }, |
27 | 32 | "packageManager": "yarn@4.0.2", |
| 33 | + "dependencies": { |
| 34 | + "@babel/core": "^7.23.9", |
| 35 | + "@babel/preset-react": "^7.23.3", |
| 36 | + "@babel/register": "^7.23.7", |
| 37 | + "@react-native/babel-preset": "^0.73.20", |
| 38 | + "babel-plugin-module-resolver": "^5.0.0", |
| 39 | + "dot-prop-immutable": "^2.1.1" |
| 40 | + }, |
28 | 41 | "devDependencies": { |
29 | 42 | "@assertive-ts/core": "^2.0.0", |
30 | | - "@types/eslint": "^8", |
| 43 | + "@testing-library/react-native": "^12.4.3", |
| 44 | + "@types/babel__core": "^7.20.5", |
| 45 | + "@types/babel__register": "^7.17.3", |
| 46 | + "@types/eslint": "^8.56.2", |
31 | 47 | "@types/mocha": "^10.0.6", |
32 | | - "@types/node": "^20.10.6", |
33 | | - "@types/react": "^18", |
34 | | - "@types/sinon": "^17.0.2", |
35 | | - "@typescript-eslint/eslint-plugin": "^6.17.0", |
36 | | - "@typescript-eslint/parser": "^6.17.0", |
| 48 | + "@types/node": "^20.11.7", |
| 49 | + "@types/react": "^18.2.48", |
| 50 | + "@types/react-test-renderer": "^18.0.7", |
| 51 | + "@types/sinon": "^17.0.3", |
| 52 | + "@typescript-eslint/eslint-plugin": "^6.19.1", |
| 53 | + "@typescript-eslint/parser": "^6.19.1", |
37 | 54 | "eslint": "^8.56.0", |
38 | 55 | "eslint-import-resolver-typescript": "^3.6.1", |
39 | 56 | "eslint-plugin-etc": "^2.0.3", |
40 | 57 | "eslint-plugin-import": "^2.29.1", |
41 | | - "eslint-plugin-jsdoc": "^47.0.2", |
| 58 | + "eslint-plugin-jsdoc": "^48.0.4", |
42 | 59 | "eslint-plugin-sonarjs": "^0.23.0", |
43 | 60 | "mocha": "^10.2.0", |
44 | 61 | "react": "18.2.0", |
45 | | - "react-native": "^0.73.1", |
| 62 | + "react-native": "^0.73.2", |
| 63 | + "react-test-renderer": "^18.2.0", |
46 | 64 | "sinon": "^17.0.1", |
47 | 65 | "ts-node": "^10.9.2", |
48 | 66 | "tslib": "^2.6.2", |
49 | | - "typedoc": "^0.25.6", |
| 67 | + "typedoc": "^0.25.7", |
50 | 68 | "typedoc-plugin-markdown": "^3.17.1", |
51 | 69 | "typedoc-plugin-merge-modules": "^5.1.0", |
52 | 70 | "typescript": "^5.3.3" |
|
0 commit comments