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 Dec 17, 2024
1 parent bcdc579 commit 2502709
Show file tree
Hide file tree
Showing 5 changed files with 295 additions and 243 deletions.
32 changes: 16 additions & 16 deletions src/frontend/apps/desk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,43 +18,43 @@
"@gouvfr-lasuite/integration": "1.0.2",
"@hookform/resolvers": "3.9.1",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.62.0",
"i18next": "24.0.2",
"@tanstack/react-query": "5.62.7",
"i18next": "24.1.2",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "15.0.3",
"next": "15.1.0",
"react": "*",
"react-dom": "*",
"react-hook-form": "7.53.2",
"react-i18next": "15.1.3",
"react-select": "5.8.3",
"sass": "1.81.0",
"react-hook-form": "7.54.1",
"react-i18next": "15.2.0",
"react-select": "5.9.0",
"sass": "1.83.0",
"styled-components": "6.1.13",
"zod": "3.23.8",
"zustand": "5.0.1"
"zod": "3.24.1",
"zustand": "5.0.2"
},
"devDependencies": {
"@hookform/devtools": "4.3.1",
"@hookform/devtools": "4.3.3",
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.62.0",
"@tanstack/react-query-devtools": "5.62.7",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.12",
"@types/react": "19.0.1",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"dotenv": "16.4.7",
"eslint-config-people": "*",
"fetch-mock": "9.11.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.4.1",
"stylelint": "16.11.0",
"prettier": "3.4.2",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:ui": "yarn test --ui"
},
"devDependencies": {
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@types/node": "*",
"eslint-config-people": "*",
"typescript": "*"
Expand Down
8 changes: 4 additions & 4 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.10.1",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/node": "22.10.2",
"@types/react-dom": "19.0.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "5.7.2"
}
}
12 changes: 6 additions & 6 deletions src/frontend/packages/eslint-config-people/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"lint": "eslint --ext .js ."
},
"dependencies": {
"@next/eslint-plugin-next": "15.0.3",
"@tanstack/eslint-plugin-query": "5.61.6",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@next/eslint-plugin-next": "15.1.0",
"@tanstack/eslint-plugin-query": "5.62.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"eslint": "8.57.0",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-testing-library": "7.0.0"
"eslint-plugin-testing-library": "7.1.1"
}
}
Loading

0 comments on commit 2502709

Please sign in to comment.