|
15 | 15 | ], |
16 | 16 | "main": "./dist/main.js", |
17 | 17 | "types": "./dist/main.d.ts", |
18 | | - "engines": { |
19 | | - "node": ">=18" |
20 | | - }, |
21 | 18 | "files": [ |
22 | 19 | "dist/", |
23 | 20 | "src/", |
24 | 21 | "register.js" |
25 | 22 | ], |
| 23 | + "engines": { |
| 24 | + "node": ">=18" |
| 25 | + }, |
26 | 26 | "scripts": { |
27 | 27 | "build": "tsc -p tsconfig.prod.json", |
28 | 28 | "check": "yarn compile && yarn lint && yarn test", |
|
31 | 31 | "release": "semantic-release", |
32 | 32 | "test": "NODE_ENV=test mocha" |
33 | 33 | }, |
34 | | - "packageManager": "yarn@4.1.1", |
| 34 | + "packageManager": "yarn@4.3.1", |
35 | 35 | "dependencies": { |
36 | | - "@babel/core": "^7.24.4", |
37 | | - "@babel/register": "^7.23.7", |
| 36 | + "@babel/core": "^7.24.7", |
| 37 | + "@babel/register": "^7.24.6", |
38 | 38 | "babel-plugin-module-resolver": "^5.0.2", |
39 | 39 | "dot-prop-immutable": "^2.1.1", |
40 | | - "ts-pattern": "^5.1.1" |
| 40 | + "ts-pattern": "^5.2.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | 43 | "@assertive-ts/core": "^2.1.0", |
44 | 44 | "@eslint/compat": "^1.1.0", |
45 | 45 | "@eslint/eslintrc": "^3.1.0", |
46 | 46 | "@eslint/js": "^9.5.0", |
47 | | - "@react-native/babel-preset": "^0.74.81", |
| 47 | + "@react-native/babel-preset": "^0.74.84", |
48 | 48 | "@stylistic/eslint-plugin": "^2.2.2", |
49 | | - "@testing-library/react-native": "^12.4.5", |
| 49 | + "@testing-library/react-native": "^12.5.1", |
50 | 50 | "@types/babel__core": "^7.20.5", |
51 | 51 | "@types/babel__register": "^7.17.3", |
52 | 52 | "@types/eslint__eslintrc": "^2.1.1", |
53 | 53 | "@types/eslint__js": "^8.42.3", |
54 | | - "@types/mocha": "^10.0.6", |
55 | | - "@types/node": "^20.12.7", |
56 | | - "@types/react": "^18.3.1", |
| 54 | + "@types/mocha": "^10.0.7", |
| 55 | + "@types/node": "^20.14.8", |
| 56 | + "@types/react": "^18.3.3", |
57 | 57 | "@types/react-test-renderer": "^18.3.0", |
58 | 58 | "@types/sinon": "^17.0.3", |
59 | 59 | "eslint": "^9.5.0", |
|
66 | 66 | "eslint-plugin-react": "^7.34.3", |
67 | 67 | "eslint-plugin-sonarjs": "^1.0.3", |
68 | 68 | "globals": "^15.6.0", |
69 | | - "mocha": "^10.4.0", |
| 69 | + "mocha": "^10.5.0", |
70 | 70 | "react": "18.3.1", |
71 | | - "react-native": "^0.74.0", |
72 | | - "react-native-svg": "^15.2.0", |
| 71 | + "react-native": "^0.74.2", |
| 72 | + "react-native-svg": "^15.3.0", |
73 | 73 | "react-test-renderer": "^18.3.1", |
74 | | - "semantic-release": "^23.0.8", |
| 74 | + "semantic-release": "^24.0.0", |
75 | 75 | "semantic-release-yarn": "^3.0.2", |
76 | | - "sinon": "^17.0.1", |
| 76 | + "sinon": "^18.0.0", |
77 | 77 | "ts-node": "^10.9.2", |
78 | | - "tslib": "^2.6.2", |
79 | | - "typescript": "^5.4.5", |
| 78 | + "tslib": "^2.6.3", |
| 79 | + "typescript": "^5.5.2", |
80 | 80 | "typescript-eslint": "^7.14.1" |
81 | 81 | }, |
82 | 82 | "peerDependencies": { |
|
0 commit comments