Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"react-native-localize": "^3.5.4",
"react-native-nitro-modules": "0.35.0",
"react-native-nitro-sqlite": "9.6.0",
"react-native-onyx": "3.0.75",
"react-native-onyx": "3.0.83",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update the lockfile with the Onyx bump

Because this dependency is managed by package-lock.json, changing only package.json leaves the lockfile still declaring react-native-onyx as 3.0.75 in both the root dependency list and node_modules/react-native-onyx. In any clean/npm-ci install path that uses the lockfile, the tree is now out of sync with the manifest, so the intended 3.0.83 Onyx changes may not be installed (or install can fail while reconciling the mismatch). Please regenerate and commit package-lock.json for this version bump.

Useful? React with 👍 / 👎.

"react-native-pager-view": "8.0.0",
"react-native-pdf": "7.0.2",
"react-native-permissions": "^5.4.0",
Expand Down
Loading