Skip to content

Commit 929a50b

Browse files
committed
⬇️(frontend) downgrade cunningham to 2.9.4
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.
1 parent 83dfd26 commit 929a50b

File tree

3 files changed

+364
-344
lines changed

3 files changed

+364
-344
lines changed

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"groupName": "ignored js dependencies",
1515
"matchManagers": ["npm"],
1616
"matchPackageNames": [
17+
"@openfun/cunningham-react",
1718
"@types/react",
1819
"@types/react-dom",
1920
"eslint",

src/frontend/apps/impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@blocknote/xl-pdf-exporter": "0.21.0",
2323
"@gouvfr-lasuite/integration": "1.0.2",
2424
"@hocuspocus/provider": "2.15.1",
25-
"@openfun/cunningham-react": "3.0.0",
25+
"@openfun/cunningham-react": "2.9.4",
2626
"@react-pdf/renderer": "4.1.6",
2727
"@sentry/nextjs": "8.52.0",
2828
"@tanstack/react-query": "5.65.1",

0 commit comments

Comments
 (0)