Skip to content
Merged
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
46 changes: 11 additions & 35 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 @@ -128,7 +128,7 @@
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"find-up": "7.0.0",
"find-up": "8.0.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

P1 The lockfile wasn't updated for this bump. package-lock.json still lists "find-up": "7.0.0" in the root devDependencies and node_modules/find-up is still resolved to 7.0.0, while package.json now declares 8.0.0. With this mismatch, npm ci fails during install, and npm install won't actually pull v8. Run npm install to regenerate the lockfile and commit the updated package-lock.json along with this change.

"husky": "4.3.8",
"jest": "28.1.3",
"jest-axe": "11.0.0",
Expand Down
Loading