Skip to content

Commit e79d1d6

Browse files
committed
⬆️(dependencies) update js dependencies
1 parent 2691cdd commit e79d1d6

File tree

5 files changed

+226
-169
lines changed

5 files changed

+226
-169
lines changed

src/frontend/apps/impress/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"@hocuspocus/provider": "2.15.2",
2929
"@openfun/cunningham-react": "3.0.0",
3030
"@react-pdf/renderer": "4.3.0",
31-
"@sentry/nextjs": "9.14.0",
32-
"@tanstack/react-query": "5.74.9",
31+
"@sentry/nextjs": "9.15.0",
32+
"@tanstack/react-query": "5.75.4",
3333
"canvg": "4.0.3",
3434
"clsx": "2.1.1",
3535
"cmdk": "1.1.1",
3636
"crisp-sdk-web": "1.0.25",
3737
"docx": "9.4.1",
38-
"i18next": "25.0.2",
39-
"i18next-browser-languagedetector": "8.0.5",
38+
"i18next": "25.1.1",
39+
"i18next-browser-languagedetector": "8.1.0",
4040
"idb": "8.0.2",
4141
"lodash": "4.17.21",
4242
"luxon": "3.6.1",
4343
"next": "15.3.1",
44-
"posthog-js": "1.236.8",
44+
"posthog-js": "1.239.1",
4545
"react": "*",
4646
"react-aria-components": "1.8.0",
4747
"react-dom": "*",
@@ -52,11 +52,11 @@
5252
"use-debounce": "10.0.4",
5353
"y-protocols": "1.0.6",
5454
"yjs": "*",
55-
"zustand": "5.0.3"
55+
"zustand": "5.0.4"
5656
},
5757
"devDependencies": {
5858
"@svgr/webpack": "8.1.0",
59-
"@tanstack/react-query-devtools": "5.74.9",
59+
"@tanstack/react-query-devtools": "5.75.4",
6060
"@testing-library/dom": "10.4.0",
6161
"@testing-library/jest-dom": "6.6.3",
6262
"@testing-library/react": "16.3.0",

src/frontend/package.json

Lines changed: 5 additions & 5 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.15.3",
32-
"@types/react": "19.1.2",
33-
"@types/react-dom": "19.1.2",
34-
"@typescript-eslint/eslint-plugin": "8.31.1",
35-
"@typescript-eslint/parser": "8.31.1",
31+
"@types/node": "22.15.12",
32+
"@types/react": "19.1.3",
33+
"@types/react-dom": "19.1.3",
34+
"@typescript-eslint/eslint-plugin": "8.32.0",
35+
"@typescript-eslint/parser": "8.32.0",
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
@@ -17,7 +17,7 @@
1717
"eslint-plugin-jest": "28.11.0",
1818
"eslint-plugin-jsx-a11y": "6.10.2",
1919
"eslint-plugin-playwright": "2.2.0",
20-
"eslint-plugin-prettier": "5.2.6",
20+
"eslint-plugin-prettier": "5.4.0",
2121
"eslint-plugin-testing-library": "7.1.1",
2222
"prettier": "3.5.3"
2323
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@blocknote/server-util": "0.29.1",
2020
"@hocuspocus/server": "2.15.2",
21-
"@sentry/node": "9.14.0",
22-
"@sentry/profiling-node": "9.14.0",
21+
"@sentry/node": "9.15.0",
22+
"@sentry/profiling-node": "9.15.0",
2323
"axios": "1.9.0",
2424
"cors": "2.8.5",
2525
"express": "5.1.0",
@@ -44,8 +44,8 @@
4444
"supertest": "7.1.0",
4545
"ts-jest": "29.3.2",
4646
"ts-node": "10.9.2",
47-
"tsc-alias": "1.8.15",
47+
"tsc-alias": "1.8.16",
4848
"typescript": "*",
49-
"ws": "8.18.1"
49+
"ws": "8.18.2"
5050
}
5151
}

0 commit comments

Comments
 (0)