|
51 | 51 | "@rocket.chat/mobile-crypto": "RocketChat/rocket.chat-mobile-crypto", |
52 | 52 | "@rocket.chat/sdk": "RocketChat/Rocket.Chat.js.SDK#mobile", |
53 | 53 | "@rocket.chat/ui-kit": "0.31.19", |
54 | | - "bytebuffer": "5.0.1", |
| 54 | + "axios": "~0.28.1", |
| 55 | + "bytebuffer": "~5.0.1", |
55 | 56 | "color2k": "1.2.4", |
56 | 57 | "dayjs": "^1.11.18", |
57 | 58 | "dequal": "2.0.3", |
|
79 | 80 | "js-base64": "3.6.1", |
80 | 81 | "js-sha256": "0.9.0", |
81 | 82 | "jsrsasign": "11.0.0", |
82 | | - "lint-staged": "11.1.0", |
83 | 83 | "lodash": "4.17.21", |
84 | 84 | "mitt": "3.0.1", |
85 | 85 | "pretty-bytes": "5.6.0", |
86 | | - "prop-types": "15.7.2", |
87 | 86 | "react": "19.0.0", |
88 | 87 | "react-hook-form": "7.34.2", |
89 | 88 | "react-native": "0.79.4", |
|
111 | 110 | "react-native-picker-select": "9.0.1", |
112 | 111 | "react-native-platform-touchable": "1.1.1", |
113 | 112 | "react-native-popover-view": "5.1.7", |
114 | | - "react-native-prompt-android": "1.1.0", |
115 | 113 | "react-native-reanimated": "^3.17.1", |
116 | 114 | "react-native-restart": "0.0.22", |
117 | 115 | "react-native-safe-area-context": "^5.4.0", |
118 | 116 | "react-native-screens": "^4.13.1", |
119 | 117 | "react-native-skeleton-placeholder": "5.2.4", |
120 | | - "react-native-slowlog": "1.0.2", |
121 | 118 | "react-native-svg": "^15.12.1", |
122 | 119 | "react-native-url-polyfill": "2.0.0", |
123 | 120 | "react-native-webview": "^13.15.0", |
|
144 | 141 | "jpeg-js": "0.4.4" |
145 | 142 | }, |
146 | 143 | "devDependencies": { |
147 | | - "@babel/core": "^7.25.2", |
148 | | - "@babel/eslint-parser": "^7.24.1", |
149 | | - "@babel/eslint-plugin": "^7.23.5", |
150 | | - "@babel/plugin-proposal-decorators": "^7.24.1", |
151 | | - "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", |
152 | | - "@babel/preset-env": "^7.25.3", |
153 | | - "@babel/runtime": "^7.25.0", |
| 144 | + "@babel/core": "~7.25.9", |
| 145 | + "@babel/eslint-parser": "~7.25.9", |
| 146 | + "@babel/eslint-plugin": "~7.25.9", |
| 147 | + "@babel/plugin-proposal-decorators": "~7.25.9", |
| 148 | + "@babel/plugin-transform-named-capturing-groups-regex": "~7.25.9", |
| 149 | + "@babel/preset-env": "~7.25.9", |
| 150 | + "@babel/runtime": "~7.25.9", |
154 | 151 | "@bugsnag/cli": "^3.2.1", |
155 | 152 | "@bugsnag/source-maps": "^2.3.3", |
156 | 153 | "@gorhom/bottom-sheet": "^5.1.6", |
|
162 | 159 | "@react-native/metro-config": "0.79.4", |
163 | 160 | "@react-native/typescript-config": "0.79.4", |
164 | 161 | "@rocket.chat/eslint-config": "^0.4.0", |
165 | | - "@storybook/react": "9.0.9", |
166 | | - "@storybook/react-native": "9.0.9", |
| 162 | + "@storybook/react": "~9.0.9", |
| 163 | + "@storybook/react-native": "~9.0.9", |
167 | 164 | "@testing-library/react-native": "^13.2.0", |
168 | | - "@types/bytebuffer": "^5.0.44", |
| 165 | + "@types/bytebuffer": "~5.0.49", |
169 | 166 | "@types/ejson": "^2.1.3", |
170 | 167 | "@types/i18n-js": "3.8.3", |
171 | 168 | "@types/invariant": "2.2.37", |
|
181 | 178 | "@types/url-parse": "^1.4.8", |
182 | 179 | "@typescript-eslint/eslint-plugin": "^7.4.0", |
183 | 180 | "@typescript-eslint/parser": "^7.4.0", |
184 | | - "axios": "0.28.0", |
185 | | - "babel-jest": "^29.7.0", |
186 | | - "babel-loader": "^9.1.3", |
187 | | - "babel-plugin-react-compiler": "^19.1.0-rc.3", |
| 181 | + "babel-jest": "~29.7.0", |
| 182 | + "babel-loader": "~9.1.3", |
| 183 | + "babel-plugin-react-compiler": "19.1.0-rc.3", |
188 | 184 | "babel-plugin-transform-remove-console": "^6.9.4", |
189 | | - "babel-preset-expo": "^12.0.11", |
| 185 | + "babel-preset-expo": "~12.0.12", |
190 | 186 | "eslint": "^8.57.0", |
191 | 187 | "eslint-config-prettier": "^9.1.0", |
192 | 188 | "eslint-plugin-import": "^2.29.1", |
|
199 | 195 | "jest": "^29.7.0", |
200 | 196 | "jest-cli": "^29.7.0", |
201 | 197 | "jest-expo": "^53.0.5", |
202 | | - "patch-package": "8.0.0", |
| 198 | + "patch-package": "~8.0.1", |
203 | 199 | "prettier": "2.8.8", |
204 | | - "react-dom": "18.2.0", |
205 | | - "react-native-dotenv": "3.4.8", |
206 | | - "storybook": "9.0.9", |
207 | | - "typescript": "5.4.3" |
| 200 | + "react-native-dotenv": "~3.4.11", |
| 201 | + "storybook": "~9.0.9", |
| 202 | + "typescript": "~5.9.3" |
208 | 203 | }, |
209 | 204 | "snyk": true, |
210 | 205 | "engines": { |
|
217 | 212 | "android": { |
218 | 213 | "javaPackageName": "chat.rocket.reactnative.networking" |
219 | 214 | } |
| 215 | + }, |
| 216 | + "volta": { |
| 217 | + "node": "24.13.1", |
| 218 | + "yarn": "1.22.22" |
220 | 219 | } |
221 | 220 | } |
0 commit comments