Skip to content

Commit 62e122b

Browse files
renovate[bot]AntoLC
authored andcommitted
⬆️(dependencies) update js dependencies
1 parent 32bc289 commit 62e122b

File tree

8 files changed

+477
-501
lines changed

8 files changed

+477
-501
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

src/frontend/apps/impress/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,37 +36,37 @@
3636
"@hocuspocus/provider": "2.15.2",
3737
"@openfun/cunningham-react": "3.2.3",
3838
"@react-pdf/renderer": "4.3.0",
39-
"@sentry/nextjs": "10.8.0",
40-
"@tanstack/react-query": "5.85.6",
39+
"@sentry/nextjs": "10.11.0",
40+
"@tanstack/react-query": "5.87.4",
4141
"canvg": "4.0.3",
4242
"clsx": "2.1.1",
4343
"cmdk": "1.1.1",
4444
"crisp-sdk-web": "1.0.25",
4545
"docx": "9.5.0",
4646
"emoji-mart": "5.6.0",
47-
"emoji-regex": "10.4.0",
48-
"i18next": "25.4.2",
47+
"emoji-regex": "10.5.0",
48+
"i18next": "25.5.2",
4949
"i18next-browser-languagedetector": "8.2.0",
5050
"idb": "8.0.3",
5151
"lodash": "4.17.21",
52-
"luxon": "3.7.1",
53-
"next": "15.4.7",
54-
"posthog-js": "1.261.0",
52+
"luxon": "3.7.2",
53+
"next": "15.5.3",
54+
"posthog-js": "1.264.2",
5555
"react": "*",
5656
"react-aria-components": "1.12.1",
5757
"react-dom": "*",
5858
"react-i18next": "15.7.3",
5959
"react-intersection-observer": "9.16.0",
6060
"react-select": "5.10.2",
6161
"styled-components": "6.1.19",
62-
"use-debounce": "10.0.5",
62+
"use-debounce": "10.0.6",
6363
"y-protocols": "1.0.6",
6464
"yjs": "*",
6565
"zustand": "5.0.8"
6666
},
6767
"devDependencies": {
6868
"@svgr/webpack": "8.1.0",
69-
"@tanstack/react-query-devtools": "5.85.6",
69+
"@tanstack/react-query-devtools": "5.87.4",
7070
"@testing-library/dom": "10.4.1",
7171
"@testing-library/jest-dom": "6.8.0",
7272
"@testing-library/react": "16.3.0",
@@ -78,13 +78,13 @@
7878
"@types/react-dom": "*",
7979
"@vitejs/plugin-react": "5.0.2",
8080
"cross-env": "10.0.0",
81-
"dotenv": "17.2.1",
81+
"dotenv": "17.2.2",
8282
"eslint-plugin-docs": "*",
8383
"fetch-mock": "9.11.0",
8484
"jsdom": "26.1.0",
8585
"node-fetch": "2.7.0",
8686
"prettier": "3.6.2",
87-
"stylelint": "16.23.1",
87+
"stylelint": "16.24.0",
8888
"stylelint-config-standard": "39.0.0",
8989
"stylelint-prettier": "5.0.3",
9090
"typescript": "*",

src/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"server:test": "yarn COLLABORATION_SERVER run test"
3232
},
3333
"resolutions": {
34-
"@types/node": "22.18.0",
34+
"@types/node": "22.18.1",
3535
"@types/react": "19.1.12",
3636
"@types/react-dom": "19.1.9",
37-
"@typescript-eslint/eslint-plugin": "8.41.0",
38-
"@typescript-eslint/parser": "8.41.0",
39-
"eslint": "9.32.0",
37+
"@typescript-eslint/eslint-plugin": "8.43.0",
38+
"@typescript-eslint/parser": "8.43.0",
39+
"eslint": "9.35.0",
4040
"react": "19.1.1",
4141
"react-dom": "19.1.1",
4242
"typescript": "5.9.2",

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"eslint": ">=9.0.0"
1818
},
1919
"dependencies": {
20-
"@next/eslint-plugin-next": "15.5.2",
21-
"@tanstack/eslint-plugin-query": "5.83.1",
20+
"@next/eslint-plugin-next": "15.5.3",
21+
"@tanstack/eslint-plugin-query": "5.86.0",
2222
"@typescript-eslint/eslint-plugin": "*",
2323
"@typescript-eslint/parser": "*",
24-
"eslint-config-next": "15.5.2",
24+
"eslint-config-next": "15.5.3",
2525
"eslint-config-prettier": "10.1.8",
2626
"eslint-plugin-import": "2.32.0",
2727
"eslint-plugin-jest": "29.0.1",
2828
"eslint-plugin-jsx-a11y": "6.10.2",
2929
"eslint-plugin-playwright": "2.2.2",
3030
"eslint-plugin-prettier": "5.5.4",
3131
"eslint-plugin-react": "7.37.5",
32-
"eslint-plugin-testing-library": "7.6.6",
33-
"eslint-plugin-vitest": "0.5.4",
32+
"eslint-plugin-testing-library": "7.6.8",
33+
"@vitest/eslint-plugin": "1.0.1",
3434
"prettier": "3.6.2"
3535
},
3636
"packageManager": "yarn@1.22.22"

src/frontend/packages/eslint-plugin-docs/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const typescriptEslint = require('@typescript-eslint/eslint-plugin');
22
const typescriptParser = require('@typescript-eslint/parser');
3+
const vitest = require('@vitest/eslint-plugin');
34
const jest = require('eslint-plugin-jest');
45
const testingLibrary = require('eslint-plugin-testing-library');
5-
const vitest = require('eslint-plugin-vitest');
66

77
const testConfig = {
88
files: [

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-plugin-docs": "*",
2121
"eslint-plugin-import": "2.32.0",
2222
"i18next-parser": "9.3.0",
23-
"jest": "30.1.2",
23+
"jest": "30.1.3",
2424
"ts-jest": "29.4.1",
2525
"typescript": "*",
2626
"yargs": "18.0.0"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"dependencies": {
1919
"@blocknote/server-util": "0.37.0",
2020
"@hocuspocus/server": "2.15.2",
21-
"@sentry/node": "10.8.0",
22-
"@sentry/profiling-node": "10.8.0",
23-
"axios": "1.11.0",
21+
"@sentry/node": "10.11.0",
22+
"@sentry/profiling-node": "10.11.0",
23+
"axios": "1.12.0",
2424
"cors": "2.8.5",
2525
"express": "5.1.0",
2626
"express-ws": "5.0.2",
27-
"uuid": "11.1.0",
27+
"uuid": "13.0.0",
2828
"y-protocols": "1.0.6",
2929
"yjs": "*"
3030
},

0 commit comments

Comments
 (0)