Skip to content

Commit

Permalink
⬆️(project) upgrade js dependencies
Browse files Browse the repository at this point in the history
| datasource | package                           | from    | to      |
| ---------- | --------------------------------- | ------- | ------- |
| npm        | @babel/core                       | 7.23.7  | 7.26.0  |
| npm        | @changesets/cli                   | 2.27.1  | 2.27.9  |
| npm        | @openfun/cunningham-react         | 2.4.0   | 2.9.4   |
| npm        | @tanstack/react-query             | 5.17.12 | 5.59.20 |
| npm        | @tanstack/react-query-devtools    | 5.17.12 | 5.59.20 |
| npm        | @types/node                       | 20.11.3 | 22.9.0  |
| npm        | @types/react                      | 18.2.47 | 18.3.12 |
| npm        | @types/react                      | 18.2.48 | 18.3.12 |
| npm        | @types/react-dom                  | 18.2.18 | 18.3.1  |
| npm        | @typescript-eslint/eslint-plugin  | 6.19.0  | 8.13.0  |
| npm        | @typescript-eslint/parser         | 6.19.0  | 8.13.0  |
| npm        | @vitejs/plugin-react              | 4.2.1   | 4.3.3   |
| npm        | axios                             | 1.6.5   | 1.7.7   |
| npm        | dayjs                             | 1.11.10 | 1.11.13 |
| npm        | echarts                           | 5.4.3   | 5.5.1   |
| npm        | esbuild-sass-plugin               | 3.1.0   | 3.3.1   |
| npm        | eslint                            | 8.56.0  | 9.14.0  |
| npm        | eslint-config-airbnb-typescript   | 17.1.0  | 18.0.0  |
| npm        | eslint-config-next                | 14.0.4  | 15.0.3  |
| npm        | eslint-import-resolver-typescript | 3.6.1   | 3.6.3   |
| npm        | eslint-import-resolver-webpack    | 0.13.8  | 0.13.9  |
| npm        | eslint-plugin-compat              | 4.2.0   | 6.0.1   |
| npm        | eslint-plugin-formatjs            | 4.12.0  | 5.2.2   |
| npm        | eslint-plugin-import              | 2.29.1  | 2.31.0  |
| npm        | eslint-plugin-jsx-a11y            | 6.8.0   | 6.10.2  |
| npm        | eslint-plugin-prettier            | 5.1.3   | 5.2.1   |
| npm        | eslint-plugin-react               | 7.33.2  | 7.37.2  |
| npm        | eslint-plugin-react-hooks         | 4.6.0   | 5.0.0   |
| npm        | prettier                          | 3.2.2   | 3.3.3   |
| npm        | react                             | 18.2.0  | 18.3.1  |
| npm        | react-dom                         | 18.2.0  | 18.3.1  |
| npm        | react-error-boundary              | 4.0.13  | 4.1.2   |
| npm        | sass                              | 1.69.7  | 1.80.6  |
| npm        | tsup                              | 8.0.1   | 8.3.5   |
| npm        | turbo                             | 1.11.3  | 2.2.3   |
| npm        | typescript                        | 5.3.3   | 5.6.3   |
| npm        | vite                              | 5.0.11  | 5.4.11  |
| npm        | yarn                              | 1.22.21 | 1.22.22 |
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 8cda9bc commit 386e216
Show file tree
Hide file tree
Showing 7 changed files with 3,532 additions and 3,248 deletions.
24 changes: 12 additions & 12 deletions src/frontend/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"@openfun/warren-core": "*",
"@openfun/warren-video": "*",
"@openfun/warren-document": "*",
"@openfun/cunningham-react": "2.4.0",
"@vitejs/plugin-react": "4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.69.7",
"vite": "5.0.11"
"@openfun/cunningham-react": "2.9.4",
"@vitejs/plugin-react": "4.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.80.6",
"vite": "5.4.11"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@types/node": "20.11.3",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
"@babel/core": "7.26.0",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "9.14.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.3.3"
"typescript": "5.6.3"
}
}
8 changes: 4 additions & 4 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"devDependencies": {
"eslint-config-custom": "*",
"prettier": "3.2.2",
"turbo": "1.11.3"
"prettier": "3.3.3",
"turbo": "2.2.3"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@changesets/cli": "2.27.1"
"@changesets/cli": "2.27.9"
},
"packageManager": "[email protected].21"
"packageManager": "[email protected].22"
}
26 changes: 13 additions & 13 deletions src/frontend/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
},
"devDependencies": {
"@types/lodash.clonedeep": "4.5.9",
"@types/react": "18.2.48",
"esbuild-sass-plugin": "3.1.0",
"eslint": "8.56.0",
"@types/react": "18.3.12",
"esbuild-sass-plugin": "3.3.1",
"eslint": "9.14.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.3.3",
"tsup": "8.0.1"
"typescript": "5.6.3",
"tsup": "8.3.5"
},
"dependencies": {
"@openfun/cunningham-react": "2.4.0",
"@tanstack/react-query": "5.17.12",
"@tanstack/react-query-devtools": "5.17.12",
"axios": "1.6.5",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query-devtools": "5.59.20",
"axios": "1.7.7",
"classnames": "2.5.1",
"dayjs": "1.11.10",
"echarts": "5.4.3",
"dayjs": "1.11.13",
"echarts": "5.5.1",
"echarts-for-react": "3.0.2",
"jwt-decode": "4.0.0",
"lodash.clonedeep": "4.5.0",
"react": "18.2.0",
"react-error-boundary": "4.0.13",
"react": "18.3.1",
"react-error-boundary": "4.1.2",
"react-top-loading-bar": "2.3.1"
}
}
24 changes: 12 additions & 12 deletions src/frontend/packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
},
"devDependencies": {
"@types/lodash.clonedeep": "4.5.9",
"@types/react": "18.2.47",
"esbuild-sass-plugin": "3.1.0",
"eslint": "8.56.0",
"@types/react": "18.3.12",
"esbuild-sass-plugin": "3.3.1",
"eslint": "9.14.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.3.3",
"tsup": "8.0.1"
"typescript": "5.6.3",
"tsup": "8.3.5"
},
"dependencies": {
"@openfun/warren-core": "*",
"@openfun/cunningham-react": "2.4.0",
"@tanstack/react-query": "5.17.12",
"@tanstack/react-query-devtools": "5.17.12",
"axios": "1.6.5",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query-devtools": "5.59.20",
"axios": "1.7.7",
"classnames": "2.5.1",
"dayjs": "1.11.10",
"echarts": "5.4.3",
"dayjs": "1.11.13",
"echarts": "5.5.1",
"echarts-for-react": "3.0.2",
"lodash.clonedeep": "4.5.0",
"react": "18.2.0",
"react": "18.3.1",
"react-top-loading-bar": "2.3.1"
}
}
28 changes: 14 additions & 14 deletions src/frontend/packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"license": "MIT",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"eslint": "9.14.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "14.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-formatjs": "4.12.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0"
"eslint-import-resolver-typescript": "3.6.3",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-formatjs": "5.2.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0"
}
}
24 changes: 12 additions & 12 deletions src/frontend/packages/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
},
"devDependencies": {
"@types/lodash.clonedeep": "4.5.9",
"@types/react": "18.2.47",
"esbuild-sass-plugin": "3.1.0",
"eslint": "8.56.0",
"@types/react": "18.3.12",
"esbuild-sass-plugin": "3.3.1",
"eslint": "9.14.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.3.3",
"tsup": "8.0.1"
"typescript": "5.6.3",
"tsup": "8.3.5"
},
"dependencies": {
"@openfun/warren-core": "*",
"@openfun/cunningham-react": "2.4.0",
"@tanstack/react-query": "5.17.12",
"@tanstack/react-query-devtools": "5.17.12",
"axios": "1.6.5",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.59.20",
"@tanstack/react-query-devtools": "5.59.20",
"axios": "1.7.7",
"classnames": "2.5.1",
"dayjs": "1.11.10",
"echarts": "5.4.3",
"dayjs": "1.11.13",
"echarts": "5.5.1",
"echarts-for-react": "3.0.2",
"lodash.clonedeep": "4.5.0",
"react": "18.2.0",
"react": "18.3.1",
"react-top-loading-bar": "2.3.1"
}
}
Loading

0 comments on commit 386e216

Please sign in to comment.