Skip to content

Commit

Permalink
temporary downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kernicPanel committed Jan 8, 2025
1 parent 134c998 commit aa395e1
Show file tree
Hide file tree
Showing 8 changed files with 1,221 additions and 1,700 deletions.
4 changes: 2 additions & 2 deletions src/frontend/apps/lti_site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"css-loader": "7.1.2",
"eslint": "*",
"eslint-config-marsha": "*",
"fetch-mock": "12.2.0",
"fetch-mock": "9.11.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-matchmedia-mock": "1.1.0",
Expand All @@ -79,7 +79,7 @@
"@formatjs/intl-pluralrules": "5.4.2",
"@formatjs/intl-relativetimeformat": "11.4.9",
"@openfun/cunningham-react": "*",
"@sentry/browser": "8.48.0",
"@sentry/browser": "7.119.1",
"@tanstack/react-query": "*",
"@tanstack/react-query-devtools": "*",
"buffer": "6.0.3",
Expand Down
10 changes: 5 additions & 5 deletions src/frontend/apps/standalone_site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@testing-library/react": "*",
"@testing-library/user-event": "*",
"@types/jest": "29.5.14",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-react": "4.3.4",
"babel-jest": "29.7.0",
"babel-plugin-import-remove-resource-query": "1.0.0",
Expand All @@ -57,7 +57,7 @@
"cross-env": "7.0.3",
"eslint": "*",
"eslint-config-marsha": "*",
"fetch-mock": "12.2.0",
"fetch-mock": "9.11.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.7.0",
"lib-tests": "*",
Expand Down
24 changes: 12 additions & 12 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"@openfun/cunningham-react": "2.3.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/mdast": "4.0.4",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react-router-dom": "5.3.3",
"eslint": "9.17.0",
"eslint": "8.57.0",
"eslint-config-marsha": "5.5.2",
"@faker-js/faker": "9.3.0",
"grommet": "2.43.0",
"grommet": "2.35.0",
"lib-classroom": "5.5.2",
"lib-common": "5.5.2",
"lib-components": "5.5.2",
Expand All @@ -68,13 +68,13 @@
"lib-tests": "5.5.2",
"marsha-config": "5.5.2",
"prettier": "3.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "7.1.0",
"react-router-dom": "7.1.1",
"react-router-dom": "6.22.2",
"styled-components": "5.3.11",
"typescript": "5.7.2",
"zustand": "5.0.3"
"typescript": "5.3.3",
"zustand": "4.5.2"
},
"dependencies": {
"cljs-merge": "1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/packages/eslint-config-marsha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"dependencies": {
"@tanstack/eslint-plugin-query": "4.36.1",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"eslint": "9.17.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_classroom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@babel/preset-typescript": "7.23.3",
"@faker-js/faker": "*",
"@formatjs/cli": "6.3.15",
"@openfun/cunningham-react": "*",
Expand Down
8 changes: 4 additions & 4 deletions src/frontend/packages/lib_markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"@testing-library/react": "*",
"@testing-library/user-event": "*",
"@types/clipboard": "2.0.10",
"@types/dompurify": "3.2.0",
"@types/dompurify": "3.0.5",
"@types/jest": "29.5.14",
"@types/katex": "0.16.7",
"@types/lodash": "4.17.14",
"@types/mdast": "4.0.4",
"@types/mermaid": "9.2.0",
"@types/mermaid": "9.1.0",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
Expand Down Expand Up @@ -105,9 +105,9 @@
"@codemirror/state": "*",
"@codemirror/view": "*",
"@lezer/common": "1.2.3",
"@mdx-js/mdx2": "npm:@mdx-js/mdx@3.1.0",
"@mdx-js/mdx2": "npm:@mdx-js/mdx@2.3.0",
"codemirror": "6.0.1",
"dompurify": "3.2.3",
"dompurify": "3.1.7",
"hast-util-from-parse5": "8.0.2",
"lib-common": "*",
"lib-components": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/packages/lib_video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"lib-common": "*",
"lib-components": "*",
"linkifyjs": "4.2.0",
"p2p-media-loader-hlsjs": "2.1.0",
"p2p-media-loader-hlsjs": "0.6.2",
"process": "0.11.10",
"react-icalendar-link": "3.0.2",
"video.js": "7.21.1",
Expand Down
Loading

0 comments on commit aa395e1

Please sign in to comment.