Skip to content

Commit

Permalink
⬇️(frontend) downgrade cunningham to 2.9.4
Browse files Browse the repository at this point in the history
The last version of Cunningham has problems.
Better to downgrade to the previous version.
We add cunningham library to renovate.json
to prevent future upgrade with Renovate.
An issue will be open to upgrade to the
last version manually.
  • Loading branch information
AntoLC committed Jan 29, 2025
1 parent 1befae9 commit 82a4a57
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 344 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"groupName": "ignored js dependencies",
"matchManagers": ["npm"],
"matchPackageNames": [
"@openfun/cunningham-react",
"@types/react",
"@types/react-dom",
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/impress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@blocknote/xl-pdf-exporter": "0.22.0",
"@gouvfr-lasuite/integration": "1.0.2",
"@hocuspocus/provider": "2.15.1",
"@openfun/cunningham-react": "3.0.0",
"@openfun/cunningham-react": "2.9.4",
"@react-pdf/renderer": "4.1.6",
"@sentry/nextjs": "8.52.0",
"@tanstack/react-query": "5.65.1",
Expand Down
Loading

0 comments on commit 82a4a57

Please sign in to comment.