Skip to content

Commit 4ad9179

Browse files
committed
⬆️(dependencies) update js dependencies
1 parent 9ca7968 commit 4ad9179

File tree

5 files changed

+14914
-17886
lines changed

5 files changed

+14914
-17886
lines changed

src/frontend/apps/impress/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,36 @@
1515
"test:watch": "jest --watch"
1616
},
1717
"dependencies": {
18-
"@ag-media/react-pdf-table": "2.0.1",
19-
"@blocknote/core": "0.23.2-hotfix.0",
20-
"@blocknote/mantine": "0.23.2-hotfix.0",
21-
"@blocknote/react": "0.23.2-hotfix.0",
22-
"@blocknote/xl-docx-exporter": "0.23.2-hotfix.0",
23-
"@blocknote/xl-pdf-exporter": "0.23.2-hotfix.0",
18+
"@ag-media/react-pdf-table": "2.0.2",
19+
"@blocknote/core": "0.29.1",
20+
"@blocknote/mantine": "0.29.1",
21+
"@blocknote/react": "0.29.1",
22+
"@blocknote/xl-docx-exporter": "0.29.1",
23+
"@blocknote/xl-pdf-exporter": "0.29.1",
2424
"@fontsource/material-icons": "5.2.5",
2525
"@gouvfr-lasuite/integration": "1.0.3",
26-
"@gouvfr-lasuite/ui-kit": "0.4.0",
26+
"@gouvfr-lasuite/ui-kit": "0.4.1",
2727
"@hocuspocus/provider": "2.15.2",
2828
"@openfun/cunningham-react": "3.0.0",
29-
"@react-pdf/renderer": "4.1.6",
30-
"@sentry/nextjs": "9.13.0",
31-
"@tanstack/react-query": "5.74.4",
29+
"@react-pdf/renderer": "4.3.0",
30+
"@sentry/nextjs": "9.14.0",
31+
"@tanstack/react-query": "5.74.9",
3232
"canvg": "4.0.3",
3333
"clsx": "2.1.1",
3434
"cmdk": "1.1.1",
3535
"crisp-sdk-web": "1.0.25",
36-
"docx": "9.1.1",
37-
"i18next": "25.0.1",
36+
"docx": "9.4.1",
37+
"i18next": "25.0.2",
3838
"i18next-browser-languagedetector": "8.0.5",
3939
"idb": "8.0.2",
4040
"lodash": "4.17.21",
4141
"luxon": "3.6.1",
4242
"next": "15.3.1",
43-
"posthog-js": "1.236.5",
43+
"posthog-js": "1.236.8",
4444
"react": "*",
4545
"react-aria-components": "1.8.0",
4646
"react-dom": "*",
47-
"react-i18next": "15.4.1",
47+
"react-i18next": "15.5.1",
4848
"react-intersection-observer": "9.16.0",
4949
"react-select": "5.10.1",
5050
"styled-components": "6.1.17",
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@svgr/webpack": "8.1.0",
58-
"@tanstack/react-query-devtools": "5.74.4",
58+
"@tanstack/react-query-devtools": "5.74.9",
5959
"@testing-library/dom": "10.4.0",
6060
"@testing-library/jest-dom": "6.6.3",
6161
"@testing-library/react": "16.3.0",
@@ -74,11 +74,11 @@
7474
"jest-environment-jsdom": "29.7.0",
7575
"node-fetch": "2.7.0",
7676
"prettier": "3.5.3",
77-
"stylelint": "16.18.0",
77+
"stylelint": "16.19.1",
7878
"stylelint-config-standard": "38.0.0",
7979
"stylelint-prettier": "5.0.3",
8080
"typescript": "*",
81-
"webpack": "5.99.6",
81+
"webpack": "5.99.7",
8282
"workbox-webpack-plugin": "7.1.0"
8383
}
8484
}

src/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"server:test": "yarn COLLABORATION_SERVER run test"
2929
},
3030
"resolutions": {
31-
"@types/node": "22.14.1",
31+
"@types/node": "22.15.3",
3232
"@types/react": "19.1.2",
3333
"@types/react-dom": "19.1.2",
34-
"@typescript-eslint/eslint-plugin": "8.31.0",
35-
"@typescript-eslint/parser": "8.31.0",
34+
"@typescript-eslint/eslint-plugin": "8.31.1",
35+
"@typescript-eslint/parser": "8.31.1",
3636
"eslint": "8.57.0",
3737
"react": "19.1.0",
3838
"react-dom": "19.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@next/eslint-plugin-next": "15.3.1",
10-
"@tanstack/eslint-plugin-query": "5.73.3",
10+
"@tanstack/eslint-plugin-query": "5.74.7",
1111
"@typescript-eslint/eslint-plugin": "*",
1212
"@typescript-eslint/parser": "*",
1313
"eslint": "*",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"node": ">=18"
1717
},
1818
"dependencies": {
19-
"@blocknote/server-util": "0.23.2-hotfix.0",
19+
"@blocknote/server-util": "0.29.1",
2020
"@hocuspocus/server": "2.15.2",
21-
"@sentry/node": "9.13.0",
22-
"@sentry/profiling-node": "9.13.0",
23-
"axios": "1.8.4",
21+
"@sentry/node": "9.14.0",
22+
"@sentry/profiling-node": "9.14.0",
23+
"axios": "1.9.0",
2424
"cors": "2.8.5",
2525
"express": "5.1.0",
2626
"express-ws": "5.0.2",
@@ -40,7 +40,7 @@
4040
"cross-env": "7.0.3",
4141
"eslint-config-impress": "*",
4242
"jest": "29.7.0",
43-
"nodemon": "3.1.9",
43+
"nodemon": "3.1.10",
4444
"supertest": "7.1.0",
4545
"ts-jest": "29.3.2",
4646
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)