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
6 changes: 3 additions & 3 deletions packages/gamut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"dependencies": {
"@codecademy/gamut-icons": "9.54.0",
"@codecademy/gamut-illustrations": "0.58.0",
"@codecademy/gamut-patterns": "0.10.19",
"@codecademy/gamut-styles": "17.11.0",
"@codecademy/variance": "0.25.0",
"@codecademy/gamut-patterns": "0.1.0",
"@codecademy/gamut-styles": "1.1.3",
"@codecademy/variance": "0.1.0",
Comment on lines +9 to +11

Choose a reason for hiding this comment

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

P1 Badge Update yarn.lock to match new dependency versions

These dependency downgrades change what @codecademy/gamut needs, but this commit does not update yarn.lock. The repo’s CI installs with yarn install --immutable (see .github/actions/yarn/action.yml), which will error out if the lockfile doesn’t reflect the new versions. Please update yarn.lock (or revert the version changes) so the immutable install can succeed.

Useful? React with 👍 / 👎.

"@types/marked": "^4.0.8",
"@vidstack/react": "^1.12.12",
"classnames": "^2.2.5",
Expand Down
Loading