chore: sync package-lock.json with package.json (fix CI npm ci)#46
Draft
chore: sync package-lock.json with package.json (fix CI npm ci)#46
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Regenerated package-lock.json to resolve version mismatches: - @react-native-picker/picker: 2.11.1 → 2.11.4 - expo-secure-store: added 15.0.8 (was missing) - pdfjs-dist: 5.5.207 → 5.6.205 - react-native-webview: 13.15.0 → 13.16.1 Agent-Logs-Url: https://github.com/TargetMisser/FlightWorkApp/sessions/49b6a716-e8c0-4d54-81c0-e7347eb38d67 Co-authored-by: TargetMisser <52361977+TargetMisser@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing CI job validate due to package-lock.json out of sync
chore: sync package-lock.json with package.json (fix CI npm ci)
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
package-lock.jsonwas stale —npm ciin thevalidateCI job was failing due to four version mismatches. Regenerated the lockfile vianpm install --package-lock-only. Onlypackage-lock.jsonchanged.@react-native-picker/picker2.11.12.11.4expo-secure-store15.0.8pdfjs-dist5.5.2075.6.205react-native-webview13.15.013.16.1Checklist
Screenshot or Video
N/A — no UI changes.
Review Notes
Pure lockfile sync; no source or
package.jsonchanges. All resolved versions satisfy the existing semver ranges inpackage.json.Original prompt
This pull request was created from Copilot chat.