|
62 | 62 | "test": "NODE_OPTIONS=\"--no-experimental-detect-module\" vitest", |
63 | 63 | "test:ci": "vitest" |
64 | 64 | }, |
65 | | - "packageManager": "yarn@4.9.1", |
| 65 | + "packageManager": "yarn@4.9.2", |
66 | 66 | "dependencies": { |
67 | | - "@babel/core": "^7.26.10", |
68 | | - "@babel/register": "^7.25.9", |
69 | | - "debug": "^4.4.0", |
| 67 | + "@babel/core": "^7.27.4", |
| 68 | + "@babel/register": "^7.27.1", |
| 69 | + "babel-plugin-module-resolver": "^5.0.2", |
| 70 | + "debug": "^4.4.1", |
70 | 71 | "dot-prop-immutable": "^2.1.1", |
71 | | - "rewiremock": "^3.14.5", |
| 72 | + "rewiremock": "^3.14.6", |
72 | 73 | "supports-color": "^10.0.0", |
73 | | - "ts-pattern": "^5.7.0" |
| 74 | + "ts-pattern": "^5.7.1" |
74 | 75 | }, |
75 | 76 | "devDependencies": { |
76 | 77 | "@assertive-ts/core": "^2.1.0", |
77 | | - "@eslint/js": "^9.24.0", |
78 | | - "@react-native/babel-preset": "^0.79.1", |
79 | | - "@stylistic/eslint-plugin": "^4.2.0", |
| 78 | + "@eslint/js": "^9.29.0", |
| 79 | + "@react-native/babel-preset": "^0.80.0", |
| 80 | + "@stylistic/eslint-plugin": "^4.4.1", |
80 | 81 | "@testing-library/react-native": "^13.2.0", |
81 | 82 | "@types/babel__core": "^7.20.5", |
82 | 83 | "@types/babel__register": "^7.17.3", |
83 | 84 | "@types/debug": "^4.1.12", |
84 | | - "@types/node": "^22.14.1", |
85 | | - "@types/react": "^19.1.2", |
| 85 | + "@types/node": "^24.0.3", |
| 86 | + "@types/react": "^19.1.8", |
86 | 87 | "@types/react-test-renderer": "^19.1.0", |
87 | 88 | "@types/sinon": "^17.0.4", |
88 | | - "eslint": "^9.24.0", |
89 | | - "eslint-import-resolver-typescript": "^4.3.2", |
| 89 | + "eslint": "^9.29.0", |
| 90 | + "eslint-import-resolver-typescript": "^4.4.3", |
90 | 91 | "eslint-plugin-import": "^2.31.0", |
91 | | - "eslint-plugin-jsdoc": "^50.6.9", |
92 | | - "eslint-plugin-perfectionist": "^4.11.0", |
| 92 | + "eslint-plugin-jsdoc": "^51.0.1", |
| 93 | + "eslint-plugin-perfectionist": "^4.14.0", |
93 | 94 | "eslint-plugin-react": "^7.37.5", |
94 | 95 | "eslint-plugin-sonarjs": "^3.0.2", |
95 | | - "globals": "^16.0.0", |
| 96 | + "globals": "^16.2.0", |
96 | 97 | "react": "19.1.0", |
97 | | - "react-native": "^0.79.1", |
98 | | - "react-native-svg": "^15.11.2", |
| 98 | + "react-native": "^0.80.0", |
| 99 | + "react-native-svg": "^15.12.0", |
99 | 100 | "react-test-renderer": "^19.1.0", |
100 | | - "semantic-release": "^24.2.3", |
| 101 | + "semantic-release": "^24.2.5", |
101 | 102 | "semantic-release-yarn": "^3.0.2", |
102 | | - "sinon": "^20.0.0", |
| 103 | + "sinon": "^21.0.0", |
103 | 104 | "tslib": "^2.8.1", |
104 | 105 | "typescript": "^5.8.3", |
105 | | - "typescript-eslint": "^8.30.1", |
106 | | - "vite": "^6.2.6", |
107 | | - "vite-plugin-dts": "^4.5.3", |
108 | | - "vitest": "^3.1.1" |
| 106 | + "typescript-eslint": "^8.34.1", |
| 107 | + "vite": "^6.3.5", |
| 108 | + "vite-plugin-dts": "^4.5.4", |
| 109 | + "vitest": "^3.2.3" |
109 | 110 | }, |
110 | 111 | "peerDependencies": { |
111 | 112 | "@react-native/babel-preset": ">=0.73.18", |
|
0 commit comments