Skip to content

Commit 4357cc8

Browse files
⬆️(project) upgrade js dependencies
| datasource | package | from | to | | ---------- | --------------------------------- | ------- | -------- | | npm | @babel/core | 7.23.7 | 7.29.0 | | npm | @changesets/cli | 2.27.1 | 2.29.8 | | npm | @openfun/cunningham-react | 2.4.0 | 4.0.0 | | npm | @tanstack/react-query | 5.17.12 | 5.90.20 | | npm | @tanstack/react-query-devtools | 5.17.12 | 5.91.3 | | npm | @types/node | 20.11.3 | 24.10.12 | | npm | @types/react | 18.2.47 | 19.2.13 | | npm | @types/react | 18.2.48 | 19.2.13 | | npm | @types/react-dom | 18.2.18 | 19.2.3 | | npm | @typescript-eslint/eslint-plugin | 6.19.0 | 8.54.0 | | npm | @typescript-eslint/parser | 6.19.0 | 8.54.0 | | npm | @vitejs/plugin-react | 4.2.1 | 5.1.3 | | npm | axios | 1.6.5 | 1.13.4 | | npm | dayjs | 1.11.10 | 1.11.19 | | npm | echarts | 5.4.3 | 6.0.0 | | npm | echarts-for-react | 3.0.2 | 3.0.6 | | npm | esbuild-sass-plugin | 3.1.0 | 3.6.0 | | npm | eslint | 8.56.0 | 10.0.0 | | npm | eslint-config-airbnb-typescript | 17.1.0 | 18.0.0 | | npm | eslint-config-next | 14.0.4 | 16.1.6 | | npm | eslint-config-prettier | 9.1.0 | 10.1.8 | | npm | eslint-import-resolver-typescript | 3.6.1 | 4.4.4 | | npm | eslint-import-resolver-webpack | 0.13.8 | 0.13.10 | | npm | eslint-plugin-compat | 4.2.0 | 6.1.0 | | npm | eslint-plugin-formatjs | 4.12.0 | 6.1.3 | | npm | eslint-plugin-import | 2.29.1 | 2.32.0 | | npm | eslint-plugin-jsx-a11y | 6.8.0 | 6.10.2 | | npm | eslint-plugin-prettier | 5.1.3 | 5.5.5 | | npm | eslint-plugin-react | 7.33.2 | 7.37.5 | | npm | eslint-plugin-react-hooks | 4.6.0 | 7.0.1 | | npm | prettier | 3.2.2 | 3.8.1 | | npm | react | 18.2.0 | 19.2.4 | | npm | react-dom | 18.2.0 | 19.2.4 | | npm | react-error-boundary | 4.0.13 | 6.1.0 | | npm | react-top-loading-bar | 2.3.1 | 3.0.2 | | npm | sass | 1.69.7 | 1.97.3 | | npm | tsup | 8.0.1 | 8.5.1 | | npm | turbo | 1.11.3 | 2.8.3 | | npm | typescript | 5.3.3 | 5.9.3 | | npm | vite | 5.0.11 | 7.3.1 | | npm | yarn | 1.22.21 | 1.22.22 |
1 parent 839fcbb commit 4357cc8

File tree

7 files changed

+4316
-3873
lines changed

7 files changed

+4316
-3873
lines changed

src/frontend/apps/web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"@openfun/warren-core": "*",
1313
"@openfun/warren-video": "*",
1414
"@openfun/warren-document": "*",
15-
"@openfun/cunningham-react": "2.4.0",
16-
"@vitejs/plugin-react": "4.2.1",
17-
"react": "18.2.0",
18-
"react-dom": "18.2.0",
19-
"sass": "1.69.7",
20-
"vite": "5.0.11"
15+
"@openfun/cunningham-react": "4.0.0",
16+
"@vitejs/plugin-react": "5.1.3",
17+
"react": "19.2.4",
18+
"react-dom": "19.2.4",
19+
"sass": "1.97.3",
20+
"vite": "7.3.1"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "7.23.7",
24-
"@types/node": "20.11.3",
25-
"@types/react": "18.2.48",
26-
"@types/react-dom": "18.2.18",
27-
"eslint": "8.56.0",
23+
"@babel/core": "7.29.0",
24+
"@types/node": "24.10.12",
25+
"@types/react": "19.2.13",
26+
"@types/react-dom": "19.2.3",
27+
"eslint": "10.0.0",
2828
"eslint-config-custom": "*",
2929
"tsconfig": "*",
30-
"typescript": "5.3.3"
30+
"typescript": "5.9.3"
3131
}
3232
}

src/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"devDependencies": {
1616
"eslint-config-custom": "*",
17-
"prettier": "3.2.2",
18-
"turbo": "1.11.3"
17+
"prettier": "3.8.1",
18+
"turbo": "2.8.3"
1919
},
2020
"engines": {
2121
"node": ">=16.0.0"
2222
},
2323
"dependencies": {
24-
"@changesets/cli": "2.27.1"
24+
"@changesets/cli": "2.29.8"
2525
},
26-
"packageManager": "yarn@1.22.21"
26+
"packageManager": "yarn@1.22.22"
2727
}

src/frontend/packages/core/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@
2020
},
2121
"devDependencies": {
2222
"@types/lodash.clonedeep": "4.5.9",
23-
"@types/react": "18.2.48",
24-
"esbuild-sass-plugin": "3.1.0",
25-
"eslint": "8.56.0",
23+
"@types/react": "19.2.13",
24+
"esbuild-sass-plugin": "3.6.0",
25+
"eslint": "10.0.0",
2626
"eslint-config-custom": "*",
2727
"tsconfig": "*",
28-
"typescript": "5.3.3",
29-
"tsup": "8.0.1"
28+
"typescript": "5.9.3",
29+
"tsup": "8.5.1"
3030
},
3131
"dependencies": {
32-
"@openfun/cunningham-react": "2.4.0",
33-
"@tanstack/react-query": "5.17.12",
34-
"@tanstack/react-query-devtools": "5.17.12",
35-
"axios": "1.6.5",
32+
"@openfun/cunningham-react": "4.0.0",
33+
"@tanstack/react-query": "5.90.20",
34+
"@tanstack/react-query-devtools": "5.91.3",
35+
"axios": "1.13.4",
3636
"classnames": "2.5.1",
37-
"dayjs": "1.11.10",
38-
"echarts": "5.4.3",
39-
"echarts-for-react": "3.0.2",
37+
"dayjs": "1.11.19",
38+
"echarts": "6.0.0",
39+
"echarts-for-react": "3.0.6",
4040
"jwt-decode": "4.0.0",
4141
"lodash.clonedeep": "4.5.0",
42-
"react": "18.2.0",
43-
"react-error-boundary": "4.0.13",
44-
"react-top-loading-bar": "2.3.1"
42+
"react": "19.2.4",
43+
"react-error-boundary": "6.1.0",
44+
"react-top-loading-bar": "3.0.2"
4545
}
4646
}

src/frontend/packages/document/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@
2020
},
2121
"devDependencies": {
2222
"@types/lodash.clonedeep": "4.5.9",
23-
"@types/react": "18.2.47",
24-
"esbuild-sass-plugin": "3.1.0",
25-
"eslint": "8.56.0",
23+
"@types/react": "19.2.13",
24+
"esbuild-sass-plugin": "3.6.0",
25+
"eslint": "10.0.0",
2626
"eslint-config-custom": "*",
2727
"tsconfig": "*",
28-
"typescript": "5.3.3",
29-
"tsup": "8.0.1"
28+
"typescript": "5.9.3",
29+
"tsup": "8.5.1"
3030
},
3131
"dependencies": {
3232
"@openfun/warren-core": "*",
33-
"@openfun/cunningham-react": "2.4.0",
34-
"@tanstack/react-query": "5.17.12",
35-
"@tanstack/react-query-devtools": "5.17.12",
36-
"axios": "1.6.5",
33+
"@openfun/cunningham-react": "4.0.0",
34+
"@tanstack/react-query": "5.90.20",
35+
"@tanstack/react-query-devtools": "5.91.3",
36+
"axios": "1.13.4",
3737
"classnames": "2.5.1",
38-
"dayjs": "1.11.10",
39-
"echarts": "5.4.3",
40-
"echarts-for-react": "3.0.2",
38+
"dayjs": "1.11.19",
39+
"echarts": "6.0.0",
40+
"echarts-for-react": "3.0.6",
4141
"lodash.clonedeep": "4.5.0",
42-
"react": "18.2.0",
43-
"react-top-loading-bar": "2.3.1"
42+
"react": "19.2.4",
43+
"react-top-loading-bar": "3.0.2"
4444
}
4545
}

src/frontend/packages/eslint-config-custom/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"@typescript-eslint/eslint-plugin": "6.19.0",
9-
"@typescript-eslint/parser": "6.19.0",
10-
"eslint": "8.56.0",
8+
"@typescript-eslint/eslint-plugin": "8.54.0",
9+
"@typescript-eslint/parser": "8.54.0",
10+
"eslint": "10.0.0",
1111
"eslint-config-airbnb": "19.0.4",
12-
"eslint-config-airbnb-typescript": "17.1.0",
13-
"eslint-config-next": "14.0.4",
14-
"eslint-config-prettier": "9.1.0",
15-
"eslint-import-resolver-typescript": "3.6.1",
16-
"eslint-import-resolver-webpack": "0.13.8",
17-
"eslint-plugin-compat": "4.2.0",
18-
"eslint-plugin-formatjs": "4.12.0",
19-
"eslint-plugin-import": "2.29.1",
20-
"eslint-plugin-jsx-a11y": "6.8.0",
21-
"eslint-plugin-prettier": "5.1.3",
22-
"eslint-plugin-react": "7.33.2",
23-
"eslint-plugin-react-hooks": "4.6.0"
12+
"eslint-config-airbnb-typescript": "18.0.0",
13+
"eslint-config-next": "16.1.6",
14+
"eslint-config-prettier": "10.1.8",
15+
"eslint-import-resolver-typescript": "4.4.4",
16+
"eslint-import-resolver-webpack": "0.13.10",
17+
"eslint-plugin-compat": "6.1.0",
18+
"eslint-plugin-formatjs": "6.1.3",
19+
"eslint-plugin-import": "2.32.0",
20+
"eslint-plugin-jsx-a11y": "6.10.2",
21+
"eslint-plugin-prettier": "5.5.5",
22+
"eslint-plugin-react": "7.37.5",
23+
"eslint-plugin-react-hooks": "7.0.1"
2424
}
2525
}

src/frontend/packages/video/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@
2020
},
2121
"devDependencies": {
2222
"@types/lodash.clonedeep": "4.5.9",
23-
"@types/react": "18.2.47",
24-
"esbuild-sass-plugin": "3.1.0",
25-
"eslint": "8.56.0",
23+
"@types/react": "19.2.13",
24+
"esbuild-sass-plugin": "3.6.0",
25+
"eslint": "10.0.0",
2626
"eslint-config-custom": "*",
2727
"tsconfig": "*",
28-
"typescript": "5.3.3",
29-
"tsup": "8.0.1"
28+
"typescript": "5.9.3",
29+
"tsup": "8.5.1"
3030
},
3131
"dependencies": {
3232
"@openfun/warren-core": "*",
33-
"@openfun/cunningham-react": "2.4.0",
34-
"@tanstack/react-query": "5.17.12",
35-
"@tanstack/react-query-devtools": "5.17.12",
36-
"axios": "1.6.5",
33+
"@openfun/cunningham-react": "4.0.0",
34+
"@tanstack/react-query": "5.90.20",
35+
"@tanstack/react-query-devtools": "5.91.3",
36+
"axios": "1.13.4",
3737
"classnames": "2.5.1",
38-
"dayjs": "1.11.10",
39-
"echarts": "5.4.3",
40-
"echarts-for-react": "3.0.2",
38+
"dayjs": "1.11.19",
39+
"echarts": "6.0.0",
40+
"echarts-for-react": "3.0.6",
4141
"lodash.clonedeep": "4.5.0",
42-
"react": "18.2.0",
43-
"react-top-loading-bar": "2.3.1"
42+
"react": "19.2.4",
43+
"react-top-loading-bar": "3.0.2"
4444
}
4545
}

0 commit comments

Comments
 (0)