Skip to content

Commit 62f85e7

Browse files
renovate[bot]AntoLC
authored andcommitted
⬆️(dependencies) update js dependencies
1 parent 65cc088 commit 62f85e7

File tree

6 files changed

+406
-275
lines changed

6 files changed

+406
-275
lines changed

src/frontend/apps/impress/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@hocuspocus/provider": "2.15.2",
3131
"@openfun/cunningham-react": "3.1.0",
3232
"@react-pdf/renderer": "4.3.0",
33-
"@sentry/nextjs": "9.22.0",
34-
"@tanstack/react-query": "5.77.1",
33+
"@sentry/nextjs": "9.26.0",
34+
"@tanstack/react-query": "5.80.5",
3535
"canvg": "4.0.3",
3636
"clsx": "2.1.1",
3737
"cmdk": "1.1.1",
@@ -43,8 +43,8 @@
4343
"idb": "8.0.3",
4444
"lodash": "4.17.21",
4545
"luxon": "3.6.1",
46-
"next": "15.3.2",
47-
"posthog-js": "1.246.0",
46+
"next": "15.3.3",
47+
"posthog-js": "1.249.3",
4848
"react": "*",
4949
"react-aria-components": "1.9.0",
5050
"react-dom": "*",
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"@svgr/webpack": "8.1.0",
62-
"@tanstack/react-query-devtools": "5.77.1",
62+
"@tanstack/react-query-devtools": "5.80.5",
6363
"@testing-library/dom": "10.4.0",
6464
"@testing-library/jest-dom": "6.6.3",
6565
"@testing-library/react": "16.3.0",
@@ -78,7 +78,7 @@
7878
"jest-environment-jsdom": "29.7.0",
7979
"node-fetch": "2.7.0",
8080
"prettier": "3.5.3",
81-
"stylelint": "16.19.1",
81+
"stylelint": "16.20.0",
8282
"stylelint-config-standard": "38.0.0",
8383
"stylelint-prettier": "5.0.3",
8484
"typescript": "*",

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.21",
32-
"@types/react": "19.1.5",
33-
"@types/react-dom": "19.1.5",
34-
"@typescript-eslint/eslint-plugin": "8.32.1",
35-
"@typescript-eslint/parser": "8.32.1",
31+
"@types/node": "22.15.29",
32+
"@types/react": "19.1.6",
33+
"@types/react-dom": "19.1.6",
34+
"@typescript-eslint/eslint-plugin": "8.33.1",
35+
"@typescript-eslint/parser": "8.33.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: 6 additions & 6 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.2",
10-
"@tanstack/eslint-plugin-query": "5.74.7",
9+
"@next/eslint-plugin-next": "15.3.3",
10+
"@tanstack/eslint-plugin-query": "5.78.0",
1111
"@typescript-eslint/eslint-plugin": "*",
1212
"@typescript-eslint/parser": "*",
1313
"eslint": "*",
14-
"eslint-config-next": "15.3.2",
14+
"eslint-config-next": "15.3.3",
1515
"eslint-config-prettier": "10.1.5",
1616
"eslint-plugin-import": "2.31.0",
17-
"eslint-plugin-jest": "28.11.0",
17+
"eslint-plugin-jest": "28.12.0",
1818
"eslint-plugin-jsx-a11y": "6.10.2",
1919
"eslint-plugin-playwright": "2.2.0",
20-
"eslint-plugin-prettier": "5.4.0",
21-
"eslint-plugin-testing-library": "7.2.1",
20+
"eslint-plugin-prettier": "5.4.1",
21+
"eslint-plugin-testing-library": "7.4.0",
2222
"prettier": "3.5.3"
2323
}
2424
}

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"jest": "29.7.0",
2121
"ts-jest": "29.3.4",
2222
"typescript": "*",
23-
"yargs": "17.7.2"
23+
"yargs": "18.0.0"
2424
}
2525
}

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.31.1",
2020
"@hocuspocus/server": "2.15.2",
21-
"@sentry/node": "9.22.0",
22-
"@sentry/profiling-node": "9.22.0",
21+
"@sentry/node": "9.26.0",
22+
"@sentry/profiling-node": "9.26.0",
2323
"axios": "1.9.0",
2424
"cors": "2.8.5",
2525
"express": "5.1.0",

0 commit comments

Comments
 (0)