Skip to content

Commit 9ad3590

Browse files
⬆️(dependencies) update js dependencies
1 parent cd1dcf1 commit 9ad3590

File tree

6 files changed

+379
-194
lines changed

6 files changed

+379
-194
lines changed

src/frontend/apps/desk/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"@gouvfr-lasuite/integration": "1.0.2",
1919
"@hookform/resolvers": "3.9.0",
2020
"@openfun/cunningham-react": "2.9.4",
21-
"@tanstack/react-query": "5.53.2",
22-
"i18next": "23.14.0",
21+
"@tanstack/react-query": "5.56.2",
22+
"i18next": "23.15.1",
2323
"lodash": "4.17.21",
2424
"luxon": "3.5.0",
25-
"next": "14.2.7",
25+
"next": "14.2.11",
2626
"react": "*",
2727
"react-aria-components": "1.3.3",
2828
"react-dom": "*",
2929
"react-hook-form": "7.53.0",
30-
"react-i18next": "15.0.1",
30+
"react-i18next": "15.0.2",
3131
"react-select": "5.8.0",
3232
"styled-components": "6.1.13",
3333
"zod": "3.23.8",
@@ -36,16 +36,16 @@
3636
"devDependencies": {
3737
"@hookform/devtools": "4.3.1",
3838
"@svgr/webpack": "8.1.0",
39-
"@tanstack/react-query-devtools": "5.53.2",
39+
"@tanstack/react-query-devtools": "5.56.2",
4040
"@testing-library/dom": "10.4.0",
4141
"@testing-library/jest-dom": "6.5.0",
4242
"@testing-library/react": "16.0.1",
4343
"@testing-library/user-event": "14.5.2",
44-
"@types/jest": "29.5.12",
44+
"@types/jest": "29.5.13",
4545
"@types/lodash": "4.17.7",
4646
"@types/luxon": "3.4.2",
4747
"@types/node": "*",
48-
"@types/react": "18.3.5",
48+
"@types/react": "18.3.7",
4949
"@types/react-dom": "*",
5050
"dotenv": "16.4.5",
5151
"eslint-config-people": "*",

src/frontend/apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:ui": "yarn test --ui"
1010
},
1111
"devDependencies": {
12-
"@playwright/test": "1.46.1",
12+
"@playwright/test": "1.47.1",
1313
"@types/node": "*",
1414
"eslint-config-people": "*",
1515
"typescript": "*"

src/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"i18n:test": "yarn I18N run test"
2525
},
2626
"resolutions": {
27-
"@types/node": "20.16.3",
27+
"@types/node": "20.16.5",
2828
"@types/react-dom": "18.3.0",
2929
"react": "18.3.1",
3030
"react-dom": "18.3.1",
31-
"typescript": "5.5.4"
31+
"typescript": "5.6.2"
3232
}
3333
}

src/frontend/packages/eslint-config-people/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"lint": "eslint --ext .js ."
77
},
88
"dependencies": {
9-
"@next/eslint-plugin-next": "14.2.7",
10-
"@tanstack/eslint-plugin-query": "5.53.0",
11-
"@typescript-eslint/eslint-plugin": "8.3.0",
12-
"@typescript-eslint/parser": "8.3.0",
9+
"@next/eslint-plugin-next": "14.2.11",
10+
"@tanstack/eslint-plugin-query": "5.56.1",
11+
"@typescript-eslint/eslint-plugin": "8.6.0",
12+
"@typescript-eslint/parser": "8.6.0",
1313
"eslint": "8.57.0",
14-
"eslint-config-next": "14.2.7",
14+
"eslint-config-next": "14.2.11",
1515
"eslint-config-prettier": "9.1.0",
16-
"eslint-plugin-import": "2.29.1",
17-
"eslint-plugin-jest": "28.8.2",
18-
"eslint-plugin-jsx-a11y": "6.9.0",
16+
"eslint-plugin-import": "2.30.0",
17+
"eslint-plugin-jest": "28.8.3",
18+
"eslint-plugin-jsx-a11y": "6.10.0",
1919
"eslint-plugin-playwright": "1.6.2",
2020
"eslint-plugin-prettier": "5.2.1",
21-
"eslint-plugin-react": "7.35.0",
21+
"eslint-plugin-react": "7.36.1",
2222
"eslint-plugin-testing-library": "6.3.0"
2323
}
2424
}

src/frontend/packages/i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@types/jest": "29.5.12",
14+
"@types/jest": "29.5.13",
1515
"@types/node": "*",
1616
"eslint-config-people": "*",
17-
"eslint-plugin-import": "2.29.1",
17+
"eslint-plugin-import": "2.30.0",
1818
"i18next-parser": "9.0.2",
1919
"jest": "29.7.0",
2020
"ts-jest": "29.2.5",

0 commit comments

Comments
 (0)