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.22.10 | 7.23.0  |
| npm        | @openfun/cunningham-react         | 0.11.1  | 1.3.0   |
| npm        | @tanstack/react-query             | 4.33.0  | 4.35.3  |
| npm        | @tanstack/react-query-devtools    | 4.33.0  | 4.35.3  |
| npm        | @types/node                       | 18.17.6 | 18.18.0 |
| npm        | @types/react                      | 18.2.20 | 18.2.23 |
| npm        | @types/react-dom                  | 18.2.7  | 18.2.8  |
| npm        | @typescript-eslint/eslint-plugin  | 6.4.0   | 6.7.3   |
| npm        | @typescript-eslint/parser         | 6.4.0   | 6.7.3   |
| npm        | @vitejs/plugin-react              | 4.0.4   | 4.1.0   |
| npm        | axios                             | 1.4.0   | 1.5.1   |
| npm        | eslint                            | 8.47.0  | 8.50.0  |
| npm        | eslint-config-next                | 13.4.19 | 13.5.3  |
| npm        | eslint-import-resolver-typescript | 3.6.0   | 3.6.1   |
| npm        | eslint-plugin-compat              | 4.1.4   | 4.2.0   |
| npm        | eslint-plugin-formatjs            | 4.10.3  | 4.10.5  |
| npm        | prettier                          | 3.0.2   | 3.0.3   |
| npm        | sass                              | 1.66.1  | 1.68.0  |
| npm        | turbo                             | 1.10.12 | 1.10.14 |
| npm        | typescript                        | 5.1.6   | 5.2.2   |
  • Loading branch information
renovate[bot] committed Sep 28, 2023
1 parent 39ced84 commit 4a3c450
Show file tree
Hide file tree
Showing 5 changed files with 1,316 additions and 1,247 deletions.
18 changes: 9 additions & 9 deletions src/frontend/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"build-theme": "cunningham -g css -o pages"
},
"dependencies": {
"@openfun/cunningham-react": "0.11.1",
"@vitejs/plugin-react": "4.0.4",
"@openfun/cunningham-react": "1.3.0",
"@vitejs/plugin-react": "4.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.66.1",
"sass": "1.68.0",
"ui": "*",
"vite": "4.4.9"
},
"devDependencies": {
"@babel/core": "7.22.10",
"@types/node": "18.17.6",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"eslint": "8.47.0",
"@babel/core": "7.23.0",
"@types/node": "18.18.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"eslint": "8.50.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"devDependencies": {
"eslint-config-custom": "*",
"prettier": "3.0.2",
"turbo": "1.10.12"
"prettier": "3.0.3",
"turbo": "1.10.14"
},
"engines": {
"node": ">=16.0.0"
Expand Down
14 changes: 7 additions & 7 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.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint": "8.47.0",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.50.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-next": "13.4.19",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-webpack": "0.13.7",
"eslint-plugin-compat": "4.1.4",
"eslint-plugin-formatjs": "4.10.3",
"eslint-plugin-compat": "4.2.0",
"eslint-plugin-formatjs": "4.10.5",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "5.0.0",
Expand Down
14 changes: 7 additions & 7 deletions src/frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"devDependencies": {
"@types/lodash.clonedeep": "4.5.7",
"@types/react": "18.2.20",
"eslint": "8.47.0",
"@types/react": "18.2.23",
"eslint": "8.50.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"dependencies": {
"@openfun/cunningham-react": "0.11.1",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query-devtools": "4.33.0",
"axios": "1.4.0",
"@openfun/cunningham-react": "1.3.0",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-query-devtools": "4.35.3",
"axios": "1.5.1",
"echarts": "5.4.3",
"echarts-for-react": "3.0.2",
"lodash.clonedeep": "4.5.0",
Expand Down
Loading

0 comments on commit 4a3c450

Please sign in to comment.