Skip to content

Commit 0326287

Browse files
renovate[bot]AntoLC
authored andcommitted
⬆️(dependencies) update js dependencies
1 parent 97fa5b8 commit 0326287

File tree

5 files changed

+191
-134
lines changed

5 files changed

+191
-134
lines changed

src/frontend/apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:ui::chromium": "yarn test:ui --project=chromium"
1313
},
1414
"devDependencies": {
15-
"@playwright/test": "1.47.0",
15+
"@playwright/test": "1.47.1",
1616
"@types/node": "*",
1717
"@types/pdf-parse": "1.1.4",
1818
"eslint-config-impress": "*",

src/frontend/apps/impress/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"@gouvfr-lasuite/integration": "1.0.2",
2222
"@hocuspocus/provider": "2.13.5",
2323
"@openfun/cunningham-react": "2.9.4",
24-
"@tanstack/react-query": "5.55.4",
24+
"@tanstack/react-query": "5.56.2",
2525
"i18next": "23.15.1",
2626
"idb": "8.0.0",
2727
"lodash": "4.17.21",
2828
"luxon": "3.5.0",
29-
"next": "14.2.9",
29+
"next": "14.2.11",
3030
"react": "*",
3131
"react-aria-components": "1.3.3",
3232
"react-dom": "*",
33-
"react-i18next": "15.0.1",
33+
"react-i18next": "15.0.2",
3434
"react-select": "5.8.0",
3535
"styled-components": "6.1.13",
3636
"yjs": "*",
@@ -39,16 +39,16 @@
3939
},
4040
"devDependencies": {
4141
"@svgr/webpack": "8.1.0",
42-
"@tanstack/react-query-devtools": "5.55.4",
42+
"@tanstack/react-query-devtools": "5.56.2",
4343
"@testing-library/dom": "10.4.0",
4444
"@testing-library/jest-dom": "6.5.0",
4545
"@testing-library/react": "16.0.1",
4646
"@testing-library/user-event": "14.5.2",
47-
"@types/jest": "29.5.12",
47+
"@types/jest": "29.5.13",
4848
"@types/lodash": "4.17.7",
4949
"@types/luxon": "3.4.2",
5050
"@types/node": "*",
51-
"@types/react": "18.3.5",
51+
"@types/react": "18.3.6",
5252
"@types/react-dom": "*",
5353
"cross-env": "*",
5454
"dotenv": "16.4.5",

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

Lines changed: 4 additions & 4 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.9",
10-
"@tanstack/eslint-plugin-query": "5.53.0",
9+
"@next/eslint-plugin-next": "14.2.11",
10+
"@tanstack/eslint-plugin-query": "5.56.1",
1111
"@typescript-eslint/eslint-plugin": "*",
1212
"@typescript-eslint/parser": "*",
1313
"eslint": "*",
14-
"eslint-config-next": "14.2.9",
14+
"eslint-config-next": "14.2.11",
1515
"eslint-config-prettier": "9.1.0",
1616
"eslint-plugin-import": "2.30.0",
1717
"eslint-plugin-jest": "28.8.3",
1818
"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.2",
21+
"eslint-plugin-react": "7.36.1",
2222
"eslint-plugin-testing-library": "6.3.0",
2323
"prettier": "3.3.3"
2424
}

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@types/jest": "29.5.12",
14+
"@types/jest": "29.5.13",
1515
"@types/node": "*",
1616
"eslint-config-impress": "*",
1717
"eslint-plugin-import": "2.30.0",

0 commit comments

Comments
 (0)