Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"jest-environment-jsdom": "28.1.3",
"jest-watch-typeahead": "3.0.1",
"less": "4.9.0",
"lint-staged": "10.5.4",
"lint-staged": "17.3.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 package.json now pins lint-staged 17.3.0, but package-lock.json still pins 10.5.4 (both the top-level devDependencies entry and the node_modules/lint-staged entry). With the repo's npm >=11 engines, npm ci hard-fails when the two files disagree, and local installs will pull the old version. Regenerate the lockfile (npm install) so both files reference 17.3.0.

"marked": "4.3.0",
"mockdate": "3.0.5",
"plop": "3.1.2",
Expand Down
Loading