Skip to content

Commit d7ac04a

Browse files
⬆️(dependencies) update js dependencies
1 parent a2ae412 commit d7ac04a

File tree

6 files changed

+1650
-1557
lines changed

6 files changed

+1650
-1557
lines changed

src/frontend/apps/impress/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@ag-media/react-pdf-table": "2.0.3",
26-
"@ai-sdk/openai": "3.0.19",
26+
"@ai-sdk/openai": "3.0.41",
2727
"@blocknote/code-block": "0.47.1",
2828
"@blocknote/core": "0.47.1",
2929
"@blocknote/mantine": "0.47.1",
@@ -38,47 +38,47 @@
3838
"@emoji-mart/data": "1.2.1",
3939
"@emoji-mart/react": "1.1.1",
4040
"@fontsource-variable/inter": "5.2.8",
41-
"@fontsource-variable/material-symbols-outlined": "5.2.35",
41+
"@fontsource-variable/material-symbols-outlined": "5.2.37",
4242
"@fontsource/material-icons": "5.2.7",
4343
"@gouvfr-lasuite/cunningham-react": "4.2.0",
4444
"@gouvfr-lasuite/integration": "1.0.3",
45-
"@gouvfr-lasuite/ui-kit": "0.19.6",
45+
"@gouvfr-lasuite/ui-kit": "0.19.10",
4646
"@hocuspocus/provider": "3.4.4",
47-
"@mantine/core": "8.3.14",
48-
"@mantine/hooks": "8.3.14",
49-
"@react-pdf/renderer": "4.3.1",
50-
"@sentry/nextjs": "10.38.0",
47+
"@mantine/core": "8.3.16",
48+
"@mantine/hooks": "8.3.16",
49+
"@react-pdf/renderer": "4.3.2",
50+
"@sentry/nextjs": "10.42.0",
5151
"@tanstack/react-query": "5.90.21",
5252
"@tiptap/extensions": "*",
53-
"ai": "6.0.49",
53+
"ai": "6.0.116",
5454
"canvg": "4.0.3",
5555
"clsx": "2.1.1",
5656
"cmdk": "1.1.1",
5757
"crisp-sdk-web": "1.0.27",
5858
"emoji-datasource-apple": "16.0.0",
5959
"emoji-mart": "5.6.0",
6060
"emoji-regex": "10.6.0",
61-
"i18next": "25.8.12",
61+
"i18next": "25.8.14",
6262
"i18next-browser-languagedetector": "8.2.1",
6363
"idb": "8.0.3",
6464
"lodash": "4.17.23",
6565
"luxon": "3.7.2",
6666
"next": "16.1.6",
67-
"posthog-js": "1.347.2",
67+
"posthog-js": "1.359.0",
6868
"react": "*",
69-
"react-aria-components": "1.15.1",
69+
"react-aria-components": "1.16.0",
7070
"react-dom": "*",
7171
"react-dropzone": "15.0.0",
72-
"react-i18next": "16.5.4",
73-
"react-intersection-observer": "10.0.2",
72+
"react-i18next": "16.5.5",
73+
"react-intersection-observer": "10.0.3",
7474
"react-resizable-panels": "3.0.6",
7575
"react-select": "5.10.2",
76-
"styled-components": "6.3.9",
76+
"styled-components": "6.3.11",
7777
"use-debounce": "10.1.0",
7878
"uuid": "13.0.0",
7979
"y-protocols": "1.0.7",
8080
"yjs": "*",
81-
"zod": "3.25.28",
81+
"zod": "4.3.6",
8282
"zustand": "5.0.11"
8383
},
8484
"devDependencies": {
@@ -88,7 +88,7 @@
8888
"@testing-library/jest-dom": "6.9.1",
8989
"@testing-library/react": "16.3.2",
9090
"@testing-library/user-event": "14.6.1",
91-
"@types/lodash": "4.17.23",
91+
"@types/lodash": "4.17.24",
9292
"@types/luxon": "3.7.1",
9393
"@types/node": "*",
9494
"@types/react": "*",
@@ -101,13 +101,13 @@
101101
"jsdom": "28.1.0",
102102
"node-fetch": "2.7.0",
103103
"prettier": "3.8.1",
104-
"stylelint": "16.26.1",
105-
"stylelint-config-standard": "39.0.1",
104+
"stylelint": "17.4.0",
105+
"stylelint-config-standard": "40.0.0",
106106
"stylelint-prettier": "5.0.3",
107107
"typescript": "*",
108108
"vite-tsconfig-paths": "6.1.1",
109109
"vitest": "4.0.18",
110-
"webpack": "5.105.2",
110+
"webpack": "5.105.4",
111111
"workbox-webpack-plugin": "7.1.0"
112112
},
113113
"packageManager": "yarn@1.22.22"

src/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
"server:test": "yarn COLLABORATION_SERVER run test"
3232
},
3333
"resolutions": {
34-
"@tiptap/extensions": "3.19.0",
35-
"@types/node": "24.10.13",
34+
"@tiptap/extensions": "3.20.0",
35+
"@types/node": "24.12.0",
3636
"@types/react": "19.2.14",
3737
"@types/react-dom": "19.2.3",
38-
"eslint": "10.0.1",
38+
"eslint": "10.0.2",
3939
"glob": "13.0.6",
4040
"prosemirror-view": "1.41.6",
4141
"react": "19.2.4",
4242
"react-dom": "19.2.4",
4343
"typescript": "5.9.3",
44-
"wrap-ansi": "9.0.2",
44+
"wrap-ansi": "10.0.0",
4545
"yjs": "13.6.29"
4646
},
4747
"packageManager": "yarn@1.22.22"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"@eslint/js": "10.0.1",
2121
"@next/eslint-plugin-next": "16.1.6",
2222
"@tanstack/eslint-plugin-query": "5.91.4",
23-
"@typescript-eslint/eslint-plugin": "8.56.0",
24-
"@typescript-eslint/parser": "8.56.0",
25-
"@typescript-eslint/utils": "8.56.0",
23+
"@typescript-eslint/eslint-plugin": "8.56.1",
24+
"@typescript-eslint/parser": "8.56.1",
25+
"@typescript-eslint/utils": "8.56.1",
2626
"@vitest/eslint-plugin": "1.6.9",
2727
"eslint-config-next": "16.1.6",
28-
"eslint-plugin-react-hooks": "5.2.0",
28+
"eslint-plugin-react-hooks": "7.0.1",
2929
"eslint-config-prettier": "10.1.8",
3030
"eslint-plugin-import": "2.32.0",
3131
"eslint-plugin-jest": "29.15.0",
3232
"eslint-plugin-jsx-a11y": "6.10.2",
33-
"eslint-plugin-playwright": "2.5.1",
33+
"eslint-plugin-playwright": "2.9.0",
3434
"eslint-plugin-prettier": "5.5.5",
3535
"eslint-plugin-react": "7.37.5",
36-
"eslint-plugin-testing-library": "7.15.4",
36+
"eslint-plugin-testing-library": "7.16.0",
3737
"prettier": "3.8.1"
3838
},
3939
"packageManager": "yarn@1.22.22"

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/node": "*",
2020
"eslint-plugin-docs": "*",
2121
"eslint-plugin-import": "2.32.0",
22-
"i18next-parser": "9.3.0",
22+
"i18next-parser": "9.4.0",
2323
"jest": "30.2.0",
2424
"ts-jest": "29.4.6",
2525
"typescript": "*",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"dependencies": {
1919
"@blocknote/server-util": "0.47.1",
2020
"@hocuspocus/server": "3.4.4",
21-
"@sentry/node": "10.38.0",
22-
"@sentry/profiling-node": "10.38.0",
21+
"@sentry/node": "10.42.0",
22+
"@sentry/profiling-node": "10.42.0",
2323
"@tiptap/extensions": "*",
24-
"axios": "1.13.5",
24+
"axios": "1.13.6",
2525
"cors": "2.8.6",
2626
"express": "5.2.1",
2727
"express-ws": "5.0.2",
@@ -36,11 +36,11 @@
3636
"@types/express": "5.0.6",
3737
"@types/express-ws": "3.0.6",
3838
"@types/node": "*",
39-
"@types/supertest": "6.0.3",
39+
"@types/supertest": "7.2.0",
4040
"@types/ws": "8.18.1",
4141
"cross-env": "10.1.0",
4242
"eslint-plugin-docs": "*",
43-
"nodemon": "3.1.11",
43+
"nodemon": "3.1.14",
4444
"supertest": "7.2.2",
4545
"ts-node": "10.9.2",
4646
"tsc-alias": "1.8.16",

0 commit comments

Comments
 (0)