Skip to content

Commit f72ade7

Browse files
⬆️(dependencies) update js dependencies
1 parent 6cf8ce3 commit f72ade7

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

src/frontend/package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -21,61 +21,61 @@
2121
"i18n:extract": "i18next-cli extract"
2222
},
2323
"dependencies": {
24-
"@blocknote/core": "0.33.0",
25-
"@blocknote/mantine": "0.33.0",
26-
"@blocknote/react": "0.33.0",
24+
"@blocknote/core": "0.41.1",
25+
"@blocknote/mantine": "0.41.1",
26+
"@blocknote/react": "0.41.1",
2727
"@gouvfr-lasuite/drive-sdk": "0.0.1",
28-
"@gouvfr-lasuite/ui-kit": "0.15.0",
29-
"@hookform/resolvers": "5.1.1",
30-
"@openfun/cunningham-react": "3.2.3",
31-
"@react-email/components": "0.1.1",
32-
"@tanstack/react-query": "5.81.5",
33-
"@tanstack/react-query-devtools": "5.81.5",
28+
"@gouvfr-lasuite/ui-kit": "0.17.2",
29+
"@hookform/resolvers": "5.2.2",
30+
"@openfun/cunningham-react": "4.0.0",
31+
"@react-email/components": "0.5.7",
32+
"@tanstack/react-query": "5.90.5",
33+
"@tanstack/react-query-devtools": "5.90.2",
3434
"@tanstack/react-table": "8.21.3",
3535
"@viselect/react": "3.9.0",
3636
"clsx": "2.1.1",
3737
"date-fns": "4.1.0",
38-
"dompurify": "3.2.6",
38+
"dompurify": "3.3.0",
3939
"downshift": "9.0.10",
40-
"i18next": "25.3.0",
40+
"i18next": "25.6.0",
4141
"i18next-http-backend": "3.0.2",
42-
"next": "15.3.4",
43-
"pretty-bytes": "7.0.0",
44-
"react": "19.1.0",
45-
"react-dom": "19.1.0",
42+
"next": "16.0.0",
43+
"pretty-bytes": "7.1.0",
44+
"react": "19.2.0",
45+
"react-dom": "19.2.0",
4646
"react-dropzone": "14.3.8",
47-
"react-email": "4.0.17",
48-
"react-hook-form": "7.59.0",
49-
"react-i18next": "15.5.3",
47+
"react-email": "4.3.2",
48+
"react-hook-form": "7.65.0",
49+
"react-i18next": "16.2.0",
5050
"react-markdown": "10.1.0",
51-
"react-resizable-panels": "3.0.3",
51+
"react-resizable-panels": "3.0.6",
5252
"react-toastify": "11.0.5",
53-
"sass": "1.89.2",
54-
"zod": "4.0.14",
55-
"zod-from-json-schema": "0.4.2"
53+
"sass": "1.93.2",
54+
"zod": "4.1.12",
55+
"zod-from-json-schema": "0.5.0"
5656
},
5757
"devDependencies": {
5858
"@eslint/eslintrc": "3.3.1",
59-
"@tanstack/eslint-plugin-query": "5.81.2",
60-
"@types/node": "22.15.34",
61-
"@types/react": "19.1.8",
62-
"@types/react-dom": "19.1.6",
63-
"@vitest/coverage-v8": "3.2.4",
64-
"@vitest/ui": "3.2.4",
65-
"eslint": "9.30.0",
66-
"eslint-config-next": "15.3.4",
67-
"i18next-cli": "1.5.5",
68-
"jsdom": "26.1.0",
69-
"orval": "7.10.0",
59+
"@tanstack/eslint-plugin-query": "5.91.2",
60+
"@types/node": "22.18.12",
61+
"@types/react": "19.2.2",
62+
"@types/react-dom": "19.2.2",
63+
"@vitest/coverage-v8": "4.0.3",
64+
"@vitest/ui": "4.0.3",
65+
"eslint": "9.38.0",
66+
"eslint-config-next": "16.0.0",
67+
"i18next-cli": "1.13.0",
68+
"jsdom": "27.0.1",
69+
"orval": "7.15.0",
7070
"prettier": "3.6.2",
71-
"typescript": "5.8.3",
72-
"vitest": "3.2.4"
71+
"typescript": "5.9.3",
72+
"vitest": "4.0.3"
7373
},
7474
"optionalDependencies": {
75-
"@rollup/rollup-linux-x64-gnu": "4.44.1",
76-
"@rollup/rollup-linux-x64-musl": "4.44.1"
75+
"@rollup/rollup-linux-x64-gnu": "4.52.5",
76+
"@rollup/rollup-linux-x64-musl": "4.52.5"
7777
},
7878
"overrides": {
79-
"zod": "4.0.14"
79+
"zod": "4.1.12"
8080
}
8181
}

0 commit comments

Comments
 (0)