Skip to content

Commit 8c4fffc

Browse files
⬆️(dependencies) update js dependencies
1 parent ab271bc commit 8c4fffc

File tree

7 files changed

+656
-688
lines changed

7 files changed

+656
-688
lines changed

src/frontend/apps/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"test:ui::chromium": "yarn test:ui --project=chromium"
1616
},
1717
"devDependencies": {
18-
"@playwright/test": "1.55.1",
18+
"@playwright/test": "1.56.1",
1919
"@types/node": "*",
2020
"@types/pdf-parse": "1.1.5",
2121
"eslint-plugin-docs": "*",
2222
"typescript": "*"
2323
},
2424
"dependencies": {
2525
"convert-stream": "1.0.2",
26-
"pdf-parse": "2.1.7"
26+
"pdf-parse": "2.4.5"
2727
},
2828
"packageManager": "[email protected]"
2929
}

src/frontend/apps/impress/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,38 @@
3131
"@emoji-mart/data": "1.2.1",
3232
"@emoji-mart/react": "1.1.1",
3333
"@fontsource-variable/inter": "5.2.8",
34-
"@fontsource-variable/material-symbols-outlined": "5.2.25",
34+
"@fontsource-variable/material-symbols-outlined": "5.2.28",
3535
"@fontsource/material-icons": "5.2.7",
3636
"@gouvfr-lasuite/integration": "1.0.3",
37-
"@gouvfr-lasuite/ui-kit": "0.16.2",
38-
"@hocuspocus/provider": "3.3.0",
39-
"@mantine/core": "8.3.4",
40-
"@mantine/hooks": "8.3.4",
41-
"@openfun/cunningham-react": "3.2.3",
37+
"@gouvfr-lasuite/ui-kit": "0.17.2",
38+
"@hocuspocus/provider": "3.4.0",
39+
"@mantine/core": "8.3.6",
40+
"@mantine/hooks": "8.3.6",
41+
"@openfun/cunningham-react": "4.0.0",
4242
"@react-pdf/renderer": "4.3.1",
43-
"@sentry/nextjs": "10.17.0",
44-
"@tanstack/react-query": "5.90.2",
45-
"@tiptap/extensions": "3.4.4",
43+
"@sentry/nextjs": "10.22.0",
44+
"@tanstack/react-query": "5.90.6",
45+
"@tiptap/extensions": "3.10.1",
4646
"canvg": "4.0.3",
4747
"clsx": "2.1.1",
4848
"cmdk": "1.1.1",
49-
"crisp-sdk-web": "1.0.25",
49+
"crisp-sdk-web": "1.0.26",
5050
"docx": "*",
5151
"emoji-datasource-apple": "16.0.0",
5252
"emoji-mart": "5.6.0",
53-
"emoji-regex": "10.5.0",
54-
"i18next": "25.5.3",
53+
"emoji-regex": "10.6.0",
54+
"i18next": "25.6.0",
5555
"i18next-browser-languagedetector": "8.2.0",
5656
"idb": "8.0.3",
5757
"lodash": "4.17.21",
5858
"luxon": "3.7.2",
59-
"next": "15.5.4",
60-
"posthog-js": "1.271.0",
59+
"next": "16.0.1",
60+
"posthog-js": "1.284.0",
6161
"react": "*",
6262
"react-aria-components": "1.13.0",
6363
"react-dom": "*",
64-
"react-i18next": "16.0.0",
65-
"react-intersection-observer": "9.16.0",
64+
"react-i18next": "16.2.3",
65+
"react-intersection-observer": "10.0.0",
6666
"react-resizable-panels": "3.0.6",
6767
"react-select": "5.10.2",
6868
"styled-components": "6.1.19",
@@ -83,22 +83,22 @@
8383
"@types/node": "*",
8484
"@types/react": "*",
8585
"@types/react-dom": "*",
86-
"@vitejs/plugin-react": "5.0.4",
86+
"@vitejs/plugin-react": "5.1.0",
8787
"copy-webpack-plugin": "13.0.1",
8888
"cross-env": "10.1.0",
8989
"dotenv": "17.2.3",
9090
"eslint-plugin-docs": "*",
9191
"fetch-mock": "9.11.0",
92-
"jsdom": "27.0.0",
92+
"jsdom": "27.1.0",
9393
"node-fetch": "2.7.0",
9494
"prettier": "3.6.2",
9595
"stylelint": "16.25.0",
9696
"stylelint-config-standard": "39.0.1",
9797
"stylelint-prettier": "5.0.3",
9898
"typescript": "*",
9999
"vite-tsconfig-paths": "5.1.4",
100-
"vitest": "3.2.4",
101-
"webpack": "5.102.0",
100+
"vitest": "4.0.6",
101+
"webpack": "5.102.1",
102102
"workbox-webpack-plugin": "7.1.0"
103103
},
104104
"packageManager": "[email protected]"

src/frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"server:test": "yarn COLLABORATION_SERVER run test"
3232
},
3333
"resolutions": {
34-
"@types/node": "22.18.8",
35-
"@types/react": "19.2.0",
36-
"@types/react-dom": "19.2.0",
37-
"@typescript-eslint/eslint-plugin": "8.45.0",
38-
"@typescript-eslint/parser": "8.45.0",
34+
"@types/node": "24.10.0",
35+
"@types/react": "19.2.2",
36+
"@types/react-dom": "19.2.2",
37+
"@typescript-eslint/eslint-plugin": "8.46.2",
38+
"@typescript-eslint/parser": "8.46.2",
3939
"docx": "9.5.0",
40-
"eslint": "9.37.0",
40+
"eslint": "9.39.0",
4141
"react": "19.2.0",
4242
"react-dom": "19.2.0",
4343
"typescript": "5.9.3",

src/frontend/packages/eslint-plugin-docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"eslint": ">=9.0.0"
1818
},
1919
"dependencies": {
20-
"@next/eslint-plugin-next": "15.5.4",
21-
"@tanstack/eslint-plugin-query": "5.91.0",
20+
"@next/eslint-plugin-next": "16.0.1",
21+
"@tanstack/eslint-plugin-query": "5.91.2",
2222
"@typescript-eslint/eslint-plugin": "*",
2323
"@typescript-eslint/parser": "*",
24-
"@vitest/eslint-plugin": "1.3.16",
25-
"eslint-config-next": "15.5.4",
24+
"@vitest/eslint-plugin": "1.4.0",
25+
"eslint-config-next": "16.0.1",
2626
"eslint-config-prettier": "10.1.8",
2727
"eslint-plugin-import": "2.32.0",
2828
"eslint-plugin-jest": "29.0.1",
2929
"eslint-plugin-jsx-a11y": "6.10.2",
30-
"eslint-plugin-playwright": "2.2.2",
30+
"eslint-plugin-playwright": "2.3.0",
3131
"eslint-plugin-prettier": "5.5.4",
3232
"eslint-plugin-react": "7.37.5",
33-
"eslint-plugin-testing-library": "7.11.0",
33+
"eslint-plugin-testing-library": "7.13.3",
3434
"prettier": "3.6.2"
3535
},
3636
"packageManager": "[email protected]"

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-import": "2.32.0",
2222
"i18next-parser": "9.3.0",
2323
"jest": "30.2.0",
24-
"ts-jest": "29.4.4",
24+
"ts-jest": "29.4.5",
2525
"typescript": "*",
2626
"yargs": "18.0.0"
2727
},

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
},
1818
"dependencies": {
1919
"@blocknote/server-util": "0.41.1",
20-
"@hocuspocus/server": "3.3.0",
21-
"@sentry/node": "10.17.0",
22-
"@sentry/profiling-node": "10.17.0",
20+
"@hocuspocus/server": "3.4.0",
21+
"@sentry/node": "10.22.0",
22+
"@sentry/profiling-node": "10.22.0",
2323
"@tiptap/extensions": "*",
24-
"axios": "1.12.2",
24+
"axios": "1.13.1",
2525
"cors": "2.8.5",
2626
"express": "5.1.0",
2727
"express-ws": "5.0.2",
@@ -31,10 +31,10 @@
3131
},
3232
"devDependencies": {
3333
"@blocknote/core": "0.41.1",
34-
"@hocuspocus/provider": "3.3.0",
34+
"@hocuspocus/provider": "3.4.0",
3535
"@types/cors": "2.8.19",
36-
"@types/express": "5.0.3",
37-
"@types/express-ws": "3.0.5",
36+
"@types/express": "5.0.5",
37+
"@types/express-ws": "3.0.6",
3838
"@types/node": "*",
3939
"@types/supertest": "6.0.3",
4040
"@types/ws": "8.18.1",
@@ -45,7 +45,7 @@
4545
"ts-node": "10.9.2",
4646
"tsc-alias": "1.8.16",
4747
"typescript": "*",
48-
"vitest": "3.2.4",
48+
"vitest": "4.0.6",
4949
"vitest-mock-extended": "3.1.0",
5050
"ws": "8.18.3"
5151
},

0 commit comments

Comments
 (0)