Skip to content

Commit d0307ee

Browse files
committed
⬆️(dependencies) update js dependencies
1 parent 09d02b7 commit d0307ee

File tree

6 files changed

+1431
-1576
lines changed

6 files changed

+1431
-1576
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.48.2",
15+
"@playwright/test": "1.49.0",
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
@@ -19,18 +19,18 @@
1919
"@blocknote/mantine": "*",
2020
"@blocknote/react": "*",
2121
"@gouvfr-lasuite/integration": "1.0.2",
22-
"@hocuspocus/provider": "2.13.7",
22+
"@hocuspocus/provider": "2.14.0",
2323
"@openfun/cunningham-react": "2.9.4",
24-
"@sentry/nextjs": "8.39.0",
25-
"@tanstack/react-query": "5.60.5",
26-
"i18next": "23.16.5",
24+
"@sentry/nextjs": "8.40.0",
25+
"@tanstack/react-query": "5.61.3",
26+
"i18next": "24.0.0",
2727
"i18next-browser-languagedetector": "8.0.0",
2828
"idb": "8.0.0",
2929
"lodash": "4.17.21",
3030
"luxon": "3.5.0",
3131
"next": "15.0.3",
3232
"react": "*",
33-
"react-aria-components": "1.4.1",
33+
"react-aria-components": "1.5.0",
3434
"react-dom": "*",
3535
"react-i18next": "15.1.1",
3636
"react-select": "5.8.3",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@svgr/webpack": "8.1.0",
44-
"@tanstack/react-query-devtools": "5.60.5",
44+
"@tanstack/react-query-devtools": "5.61.3",
4545
"@testing-library/dom": "10.4.0",
4646
"@testing-library/jest-dom": "6.6.3",
4747
"@testing-library/react": "16.0.1",

src/frontend/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"i18n:test": "yarn I18N run test"
2626
},
2727
"resolutions": {
28-
"@blocknote/core": "0.19.1",
29-
"@blocknote/mantine": "0.19.1",
30-
"@blocknote/react": "0.19.1",
31-
"@types/node": "22.9.0",
28+
"@blocknote/core": "0.19.2",
29+
"@blocknote/mantine": "0.19.2",
30+
"@blocknote/react": "0.19.2",
31+
"@types/node": "22.9.3",
3232
"@types/react-dom": "18.3.1",
33-
"@typescript-eslint/eslint-plugin": "8.14.0",
34-
"@typescript-eslint/parser": "8.14.0",
33+
"@typescript-eslint/eslint-plugin": "8.15.0",
34+
"@typescript-eslint/parser": "8.15.0",
3535
"cross-env": "7.0.3",
3636
"eslint": "8.57.0",
3737
"react": "18.3.1",
3838
"react-dom": "18.3.1",
39-
"typescript": "5.6.3",
39+
"typescript": "5.7.2",
4040
"yjs": "13.6.20"
4141
}
4242
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@next/eslint-plugin-next": "15.0.3",
10-
"@tanstack/eslint-plugin-query": "5.60.1",
10+
"@tanstack/eslint-plugin-query": "5.61.3",
1111
"@typescript-eslint/eslint-plugin": "*",
1212
"@typescript-eslint/parser": "*",
1313
"eslint": "*",
@@ -16,10 +16,10 @@
1616
"eslint-plugin-import": "2.31.0",
1717
"eslint-plugin-jest": "28.9.0",
1818
"eslint-plugin-jsx-a11y": "6.10.2",
19-
"eslint-plugin-playwright": "2.0.1",
19+
"eslint-plugin-playwright": "2.1.0",
2020
"eslint-plugin-prettier": "5.2.1",
2121
"eslint-plugin-react": "7.37.2",
22-
"eslint-plugin-testing-library": "6.4.0",
22+
"eslint-plugin-testing-library": "7.0.0",
2323
"prettier": "3.3.3"
2424
}
2525
}

src/frontend/servers/y-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node": ">=18"
1616
},
1717
"dependencies": {
18-
"@hocuspocus/server": "2.13.7",
18+
"@hocuspocus/server": "2.14.0",
1919
"y-protocols": "1.0.6"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)