|
56 | 56 | "docs/" |
57 | 57 | ], |
58 | 58 | "dependencies": { |
59 | | - "jest-matcher-utils": "^30.3.0", |
| 59 | + "jest-matcher-utils": "^30.4.1", |
60 | 60 | "picocolors": "^1.1.1", |
61 | | - "pretty-format": "^30.3.0", |
| 61 | + "pretty-format": "^30.4.1", |
62 | 62 | "redent": "^3.0.0" |
63 | 63 | }, |
64 | 64 | "peerDependencies": { |
|
73 | 73 | } |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@babel/cli": "^7.28.6", |
77 | | - "@babel/core": "^7.29.0", |
78 | | - "@babel/plugin-transform-strict-mode": "^7.27.1", |
79 | | - "@babel/preset-env": "^7.29.2", |
80 | | - "@babel/preset-react": "^7.28.5", |
81 | | - "@babel/preset-typescript": "^7.28.5", |
| 76 | + "@babel/cli": "^7.29.7", |
| 77 | + "@babel/core": "^7.29.7", |
| 78 | + "@babel/plugin-transform-strict-mode": "^7.29.7", |
| 79 | + "@babel/preset-env": "^7.29.7", |
| 80 | + "@babel/preset-react": "^7.29.7", |
| 81 | + "@babel/preset-typescript": "^7.29.7", |
82 | 82 | "@callstack/eslint-config": "^15.0.0", |
83 | 83 | "@eslint/compat": "^2.0.5", |
84 | 84 | "@eslint/js": "^10.0.1", |
85 | | - "@react-native/babel-preset": "0.85.0", |
86 | | - "@react-native/jest-preset": "0.85.0", |
| 85 | + "@react-native/babel-preset": "0.85.3", |
| 86 | + "@react-native/jest-preset": "0.85.3", |
87 | 87 | "@release-it/conventional-changelog": "^10.0.6", |
88 | 88 | "@relmify/jest-serializer-strip-ansi": "^1.0.2", |
89 | 89 | "@types/jest": "^30.0.0", |
90 | | - "@types/node": "^24.12.2", |
91 | | - "@types/react": "^19.2.14", |
92 | | - "babel-jest": "^30.3.0", |
| 90 | + "@types/node": "^24.12.4", |
| 91 | + "@types/react": "^19.2.15", |
| 92 | + "babel-jest": "^30.4.1", |
93 | 93 | "babel-plugin-module-resolver": "^5.0.3", |
94 | 94 | "del-cli": "^7.0.0", |
95 | | - "eslint": "^10.2.0", |
| 95 | + "eslint": "^10.4.0", |
96 | 96 | "eslint-plugin-simple-import-sort": "^12.1.1", |
97 | | - "jest": "^30.3.0", |
98 | | - "prettier": "^3.8.2", |
| 97 | + "jest": "^30.4.2", |
| 98 | + "prettier": "^3.8.3", |
99 | 99 | "react": "19.2.3", |
100 | | - "react-native": "0.85.0", |
101 | | - "release-it": "^19.2.4", |
| 100 | + "react-native": "0.85.3", |
| 101 | + "release-it": "^20.0.1", |
102 | 102 | "test-renderer": "1.2.0", |
103 | | - "tsx": "^4.21.0", |
104 | | - "typescript": "^6.0.2", |
105 | | - "typescript-eslint": "^8.58.1" |
| 103 | + "tsx": "^4.22.3", |
| 104 | + "typescript": "^6.0.3", |
| 105 | + "typescript-eslint": "^8.59.4" |
106 | 106 | }, |
107 | 107 | "publishConfig": { |
108 | 108 | "registry": "https://registry.npmjs.org" |
109 | 109 | }, |
110 | 110 | "resolutions": { |
111 | | - "@eslint/compat": "^2.0.5" |
| 111 | + "@eslint/compat": "^2.1.0", |
| 112 | + "jest-environment-node@npm:^29.7.0": "30.4.1" |
112 | 113 | }, |
113 | 114 | "packageManager": "yarn@4.11.0", |
114 | 115 | "engines": { |
|
0 commit comments