Skip to content

Commit

Permalink
⬆️(dependencies) update js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Morendil committed Nov 27, 2024
1 parent 6fe4818 commit 6fe0a0c
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 200 deletions.
10 changes: 5 additions & 5 deletions src/frontend/apps/desk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@gouvfr-lasuite/integration": "1.0.2",
"@hookform/resolvers": "3.9.1",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.60.6",
"i18next": "23.16.5",
"@tanstack/react-query": "5.61.4",
"i18next": "24.0.2",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "15.0.3",
"react": "*",
"react-dom": "*",
"react-hook-form": "7.53.2",
"react-i18next": "15.1.1",
"react-i18next": "15.1.2",
"react-select": "5.8.3",
"sass": "1.81.0",
"styled-components": "6.1.13",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.60.6",
"@tanstack/react-query-devtools": "5.61.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
Expand All @@ -53,7 +53,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.3.3",
"prettier": "3.4.1",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@types/node": "22.9.0",
"@types/node": "22.10.0",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
8 changes: 4 additions & 4 deletions src/frontend/packages/eslint-config-people/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"dependencies": {
"@next/eslint-plugin-next": "15.0.3",
"@tanstack/eslint-plugin-query": "5.60.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@tanstack/eslint-plugin-query": "5.61.4",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
Expand All @@ -19,6 +19,6 @@
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-testing-library": "6.4.0"
"eslint-plugin-testing-library": "7.0.0"
}
}
Loading

0 comments on commit 6fe0a0c

Please sign in to comment.