Skip to content

Commit 1150678

Browse files
⬆️(dependencies) update js dependencies
1 parent 4ba34f6 commit 1150678

File tree

6 files changed

+326
-322
lines changed

6 files changed

+326
-322
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.46.1",
15+
"@playwright/test": "1.47.0",
1616
"@types/node": "*",
1717
"@types/pdf-parse": "1.1.4",
1818
"eslint-config-impress": "*",

src/frontend/apps/impress/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
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.53.2",
25-
"i18next": "23.14.0",
24+
"@tanstack/react-query": "5.55.4",
25+
"i18next": "23.15.1",
2626
"idb": "8.0.0",
2727
"lodash": "4.17.21",
2828
"luxon": "3.5.0",
29-
"next": "14.2.7",
29+
"next": "14.2.9",
3030
"react": "*",
3131
"react-aria-components": "1.3.3",
3232
"react-dom": "*",
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@svgr/webpack": "8.1.0",
41-
"@tanstack/react-query-devtools": "5.53.2",
41+
"@tanstack/react-query-devtools": "5.55.4",
4242
"@testing-library/dom": "10.4.0",
4343
"@testing-library/jest-dom": "6.5.0",
4444
"@testing-library/react": "16.0.1",

src/frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"i18n:test": "yarn I18N run test"
2626
},
2727
"resolutions": {
28-
"@blocknote/core": "0.15.6",
29-
"@blocknote/mantine": "0.15.6",
30-
"@blocknote/react": "0.15.6",
31-
"@types/node": "20.16.3",
28+
"@blocknote/core": "0.15.7",
29+
"@blocknote/mantine": "0.15.7",
30+
"@blocknote/react": "0.15.7",
31+
"@types/node": "20.16.5",
3232
"@types/react-dom": "18.3.0",
3333
"cross-env": "7.0.3",
3434
"react": "18.3.1",
3535
"react-dom": "18.3.1",
36-
"typescript": "5.5.4",
37-
"yjs": "13.6.18"
36+
"typescript": "5.6.2",
37+
"yjs": "13.6.19"
3838
}
3939
}

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

Lines changed: 8 additions & 8 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",
9+
"@next/eslint-plugin-next": "14.2.9",
1010
"@tanstack/eslint-plugin-query": "5.53.0",
11-
"@typescript-eslint/eslint-plugin": "8.3.0",
12-
"@typescript-eslint/parser": "8.3.0",
11+
"@typescript-eslint/eslint-plugin": "8.5.0",
12+
"@typescript-eslint/parser": "8.5.0",
1313
"eslint": "8.57.0",
14-
"eslint-config-next": "14.2.7",
14+
"eslint-config-next": "14.2.9",
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.35.2",
2222
"eslint-plugin-testing-library": "6.3.0"
2323
}
2424
}

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/jest": "29.5.12",
1515
"@types/node": "*",
1616
"eslint-config-impress": "*",
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)