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.23.9   |
| npm        | @tanstack/react-query            | 5.17.12 | 5.17.19  |
| npm        | @tanstack/react-query-devtools   | 5.17.12 | 5.17.21  |
| npm        | @types/node                      | 20.11.3 | 20.11.10 |
| npm        | @types/react                     | 18.2.47 | 18.2.48  |
| npm        | @typescript-eslint/eslint-plugin | 6.19.0  | 6.19.1   |
| npm        | @typescript-eslint/parser        | 6.19.0  | 6.19.1   |
| npm        | axios                            | 1.6.5   | 1.6.7    |
| 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.4    |
| npm        | sass                             | 1.69.7  | 1.70.0   |
| npm        | vite                             | 5.0.11  | 5.0.12   |
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent a0f8194 commit 3485c0d
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 142 deletions.
8 changes: 4 additions & 4 deletions src/frontend/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@vitejs/plugin-react": "4.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.69.7",
"vite": "5.0.11"
"sass": "1.70.0",
"vite": "5.0.12"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@types/node": "20.11.3",
"@babel/core": "7.23.9",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"eslint-config-custom": "*",
"prettier": "3.2.2",
"prettier": "3.2.4",
"turbo": "1.11.3"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@openfun/cunningham-react": "2.4.0",
"@tanstack/react-query": "5.17.12",
"@tanstack/react-query-devtools": "5.17.12",
"axios": "1.6.5",
"@tanstack/react-query": "5.17.19",
"@tanstack/react-query-devtools": "5.17.21",
"axios": "1.6.7",
"classnames": "2.5.1",
"dayjs": "1.11.10",
"echarts": "5.4.3",
Expand Down
8 changes: 4 additions & 4 deletions src/frontend/packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"license": "MIT",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"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-formatjs": "4.12.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
Expand Down
8 changes: 4 additions & 4 deletions src/frontend/packages/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/lodash.clonedeep": "4.5.9",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"eslint": "8.56.0",
"eslint-config-custom": "*",
"tsconfig": "*",
Expand All @@ -30,9 +30,9 @@
"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",
"@tanstack/react-query": "5.17.19",
"@tanstack/react-query-devtools": "5.17.21",
"axios": "1.6.7",
"classnames": "2.5.1",
"dayjs": "1.11.10",
"echarts": "5.4.3",
Expand Down
Loading

0 comments on commit 3485c0d

Please sign in to comment.