Skip to content

Commit 0afc50f

Browse files
⬆️(dependencies) update js dependencies
1 parent c48a430 commit 0afc50f

File tree

6 files changed

+461
-429
lines changed

6 files changed

+461
-429
lines changed

src/frontend/apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:ui::chromium": "yarn test:ui --project=chromium"
1313
},
1414
"devDependencies": {
15-
"@playwright/test": "1.53.2",
15+
"@playwright/test": "1.54.1",
1616
"@types/node": "*",
1717
"@types/pdf-parse": "1.1.5",
1818
"eslint-config-impress": "*",

src/frontend/apps/impress/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@
3232
"@hocuspocus/provider": "2.15.2",
3333
"@openfun/cunningham-react": "3.1.0",
3434
"@react-pdf/renderer": "4.3.0",
35-
"@sentry/nextjs": "9.35.0",
36-
"@tanstack/react-query": "5.81.5",
35+
"@sentry/nextjs": "9.38.0",
36+
"@tanstack/react-query": "5.83.0",
3737
"canvg": "4.0.3",
3838
"clsx": "2.1.1",
3939
"cmdk": "1.1.1",
4040
"crisp-sdk-web": "1.0.25",
4141
"docx": "9.5.0",
4242
"emoji-mart": "5.6.0",
43-
"i18next": "25.3.1",
43+
"i18next": "25.3.2",
4444
"i18next-browser-languagedetector": "8.2.0",
4545
"idb": "8.0.3",
4646
"lodash": "4.17.21",
47-
"luxon": "3.6.1",
48-
"next": "15.3.5",
49-
"posthog-js": "1.256.2",
47+
"luxon": "3.7.1",
48+
"next": "15.4.1",
49+
"posthog-js": "1.257.0",
5050
"react": "*",
5151
"react-aria-components": "1.10.1",
5252
"react-dom": "*",
5353
"react-i18next": "15.6.0",
5454
"react-intersection-observer": "9.16.0",
55-
"react-select": "5.10.1",
55+
"react-select": "5.10.2",
5656
"styled-components": "6.1.19",
5757
"use-debounce": "10.0.5",
5858
"y-protocols": "1.0.6",
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@svgr/webpack": "8.1.0",
64-
"@tanstack/react-query-devtools": "5.81.5",
64+
"@tanstack/react-query-devtools": "5.83.0",
6565
"@testing-library/dom": "10.4.0",
6666
"@testing-library/jest-dom": "6.6.3",
6767
"@testing-library/react": "16.3.0",
@@ -73,7 +73,7 @@
7373
"@types/react": "*",
7474
"@types/react-dom": "*",
7575
"cross-env": "7.0.3",
76-
"dotenv": "17.1.0",
76+
"dotenv": "17.2.0",
7777
"eslint-config-impress": "*",
7878
"fetch-mock": "9.11.0",
7979
"jest": "30.0.4",
@@ -84,7 +84,7 @@
8484
"stylelint-config-standard": "38.0.0",
8585
"stylelint-prettier": "5.0.3",
8686
"typescript": "*",
87-
"webpack": "5.99.9",
87+
"webpack": "5.100.1",
8888
"workbox-webpack-plugin": "7.1.0"
8989
}
9090
}

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.16.0",
31+
"@types/node": "22.16.3",
3232
"@types/react": "19.1.8",
3333
"@types/react-dom": "19.1.6",
34-
"@typescript-eslint/eslint-plugin": "8.36.0",
35-
"@typescript-eslint/parser": "8.36.0",
34+
"@typescript-eslint/eslint-plugin": "8.37.0",
35+
"@typescript-eslint/parser": "8.37.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"lint": "eslint --ext .js ."
77
},
88
"dependencies": {
9-
"@next/eslint-plugin-next": "15.3.5",
9+
"@next/eslint-plugin-next": "15.4.1",
1010
"@tanstack/eslint-plugin-query": "5.81.2",
1111
"@typescript-eslint/eslint-plugin": "*",
1212
"@typescript-eslint/parser": "*",
1313
"eslint": "*",
14-
"eslint-config-next": "15.3.5",
14+
"eslint-config-next": "15.4.1",
1515
"eslint-config-prettier": "10.1.5",
1616
"eslint-plugin-import": "2.32.0",
1717
"eslint-plugin-jest": "29.0.1",
1818
"eslint-plugin-jsx-a11y": "6.10.2",
1919
"eslint-plugin-playwright": "2.2.0",
2020
"eslint-plugin-prettier": "5.5.1",
21-
"eslint-plugin-testing-library": "7.5.3",
21+
"eslint-plugin-testing-library": "7.6.0",
2222
"prettier": "3.6.2"
2323
}
2424
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@blocknote/server-util": "0.33.0",
2020
"@hocuspocus/server": "2.15.2",
21-
"@sentry/node": "9.35.0",
22-
"@sentry/profiling-node": "9.35.0",
21+
"@sentry/node": "9.38.0",
22+
"@sentry/profiling-node": "9.38.0",
2323
"axios": "1.10.0",
2424
"cors": "2.8.5",
2525
"express": "5.1.0",

0 commit comments

Comments
 (0)