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
16 changes: 8 additions & 8 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 @@ -115,7 +115,7 @@
"babel-plugin-react-compiler": "1.0.0",
"chromatic": "18.1.0",
"classnames": "2.5.1",
"conventional-changelog-conventionalcommits": "10.2.1",
"conventional-changelog-conventionalcommits": "10.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 bumps conventional-changelog-conventionalcommits to 10.3.0, but package-lock.json still pins 10.2.1 (both the root devDependencies entry and the node_modules/conventional-changelog-conventionalcommits entry). npm ci will fail with a package.json/package-lock.json sync error, so CI installs break. Run npm install to regenerate the lockfile and commit the resulting change.

"cssnano": "8.0.5",
"eslint": "8.57.1",
"eslint-config-prettier": "^8.5.0",
Expand Down
Loading