Skip to content

Commit 1a40892

Browse files
⬆️(project) upgrade js dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | -------- | | npm | @babel/core | 7.23.7 | 7.23.9 | | npm | @tanstack/react-query | 5.17.12 | 5.22.2 | | npm | @tanstack/react-query-devtools | 5.17.12 | 5.23.0 | | npm | @types/node | 20.11.3 | 20.11.19 | | npm | @types/react | 18.2.47 | 18.2.56 | | npm | @types/react | 18.2.48 | 18.2.56 | | npm | @types/react-dom | 18.2.18 | 18.2.19 | | npm | @typescript-eslint/eslint-plugin | 6.19.0 | 7.0.1 | | npm | @typescript-eslint/parser | 6.19.0 | 7.0.1 | | npm | axios | 1.6.5 | 1.6.7 | | npm | echarts | 5.4.3 | 5.5.0 | | npm | eslint-config-next | 14.0.4 | 14.1.0 | | npm | eslint-plugin-formatjs | 4.12.0 | 4.12.2 | | npm | prettier | 3.2.2 | 3.2.5 | | npm | sass | 1.69.7 | 1.71.0 | | npm | tsup | 8.0.1 | 8.0.2 | | npm | turbo | 1.11.3 | 1.12.4 | | npm | vite | 5.0.11 | 5.1.3 |
1 parent 3c9284f commit 1a40892

6 files changed

Lines changed: 312 additions & 216 deletions

File tree

src/frontend/apps/web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@vitejs/plugin-react": "4.2.1",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0",
18-
"sass": "1.69.7",
19-
"vite": "5.0.11"
18+
"sass": "1.71.0",
19+
"vite": "5.1.3"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "7.23.7",
23-
"@types/node": "20.11.3",
24-
"@types/react": "18.2.48",
25-
"@types/react-dom": "18.2.18",
22+
"@babel/core": "7.23.9",
23+
"@types/node": "20.11.19",
24+
"@types/react": "18.2.56",
25+
"@types/react-dom": "18.2.19",
2626
"eslint": "8.56.0",
2727
"eslint-config-custom": "*",
2828
"tsconfig": "*",

src/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"eslint-config-custom": "*",
17-
"prettier": "3.2.2",
18-
"turbo": "1.11.3"
17+
"prettier": "3.2.5",
18+
"turbo": "1.12.4"
1919
},
2020
"engines": {
2121
"node": ">=16.0.0"

src/frontend/packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
},
2121
"devDependencies": {
2222
"@types/lodash.clonedeep": "4.5.9",
23-
"@types/react": "18.2.48",
23+
"@types/react": "18.2.56",
2424
"eslint": "8.56.0",
2525
"eslint-config-custom": "*",
2626
"tsconfig": "*",
2727
"typescript": "5.3.3",
28-
"tsup": "8.0.1"
28+
"tsup": "8.0.2"
2929
},
3030
"dependencies": {
3131
"@openfun/cunningham-react": "2.4.0",
32-
"@tanstack/react-query": "5.17.12",
33-
"@tanstack/react-query-devtools": "5.17.12",
34-
"axios": "1.6.5",
32+
"@tanstack/react-query": "5.22.2",
33+
"@tanstack/react-query-devtools": "5.23.0",
34+
"axios": "1.6.7",
3535
"classnames": "2.5.1",
3636
"dayjs": "1.11.10",
37-
"echarts": "5.4.3",
37+
"echarts": "5.5.0",
3838
"echarts-for-react": "3.0.2",
3939
"lodash.clonedeep": "4.5.0",
4040
"react": "18.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"@typescript-eslint/eslint-plugin": "6.19.0",
9-
"@typescript-eslint/parser": "6.19.0",
8+
"@typescript-eslint/eslint-plugin": "7.0.1",
9+
"@typescript-eslint/parser": "7.0.1",
1010
"eslint": "8.56.0",
1111
"eslint-config-airbnb": "19.0.4",
1212
"eslint-config-airbnb-typescript": "17.1.0",
13-
"eslint-config-next": "14.0.4",
13+
"eslint-config-next": "14.1.0",
1414
"eslint-config-prettier": "9.1.0",
1515
"eslint-import-resolver-typescript": "3.6.1",
1616
"eslint-import-resolver-webpack": "0.13.8",
1717
"eslint-plugin-compat": "4.2.0",
18-
"eslint-plugin-formatjs": "4.12.0",
18+
"eslint-plugin-formatjs": "4.12.2",
1919
"eslint-plugin-import": "2.29.1",
2020
"eslint-plugin-jsx-a11y": "6.8.0",
2121
"eslint-plugin-prettier": "5.1.3",

src/frontend/packages/video/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@
2020
},
2121
"devDependencies": {
2222
"@types/lodash.clonedeep": "4.5.9",
23-
"@types/react": "18.2.47",
23+
"@types/react": "18.2.56",
2424
"eslint": "8.56.0",
2525
"eslint-config-custom": "*",
2626
"tsconfig": "*",
2727
"typescript": "5.3.3",
28-
"tsup": "8.0.1"
28+
"tsup": "8.0.2"
2929
},
3030
"dependencies": {
3131
"@openfun/warren-core": "*",
3232
"@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",
33+
"@tanstack/react-query": "5.22.2",
34+
"@tanstack/react-query-devtools": "5.23.0",
35+
"axios": "1.6.7",
3636
"classnames": "2.5.1",
3737
"dayjs": "1.11.10",
38-
"echarts": "5.4.3",
38+
"echarts": "5.5.0",
3939
"echarts-for-react": "3.0.2",
4040
"lodash.clonedeep": "4.5.0",
4141
"react": "18.2.0",

0 commit comments

Comments
 (0)