Skip to content

Commit b79d5fc

Browse files
committed
⬆️(dependencies) update js dependencies
1 parent 6d77cb1 commit b79d5fc

File tree

7 files changed

+888
-942
lines changed

7 files changed

+888
-942
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.49.0",
15+
"@playwright/test": "1.49.1",
1616
"@types/node": "*",
1717
"@types/pdf-parse": "1.1.4",
1818
"eslint-config-impress": "*",

src/frontend/apps/impress/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

src/frontend/apps/impress/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,33 @@
1919
"@blocknote/mantine": "*",
2020
"@blocknote/react": "*",
2121
"@gouvfr-lasuite/integration": "1.0.2",
22-
"@hocuspocus/provider": "2.14.0",
22+
"@hocuspocus/provider": "2.15.0",
2323
"@openfun/cunningham-react": "2.9.4",
24-
"@sentry/nextjs": "8.42.0",
25-
"@tanstack/react-query": "5.62.2",
24+
"@sentry/nextjs": "8.45.1",
25+
"@tanstack/react-query": "5.62.7",
2626
"crisp-sdk-web": "1.0.25",
27-
"i18next": "24.0.5",
28-
"i18next-browser-languagedetector": "8.0.0",
29-
"idb": "8.0.0",
27+
"i18next": "24.1.0",
28+
"i18next-browser-languagedetector": "8.0.2",
29+
"idb": "8.0.1",
3030
"lodash": "4.17.21",
3131
"luxon": "3.5.0",
32-
"next": "15.0.3",
32+
"next": "15.1.0",
3333
"react": "*",
3434
"react-aria-components": "1.5.0",
3535
"react-dom": "*",
36-
"react-i18next": "15.1.3",
37-
"react-select": "5.8.3",
36+
"react-i18next": "15.2.0",
37+
"react-select": "5.9.0",
3838
"styled-components": "6.1.13",
3939
"y-protocols": "1.0.6",
4040
"yjs": "*",
41-
"zustand": "5.0.1"
41+
"zustand": "5.0.2"
4242
},
4343
"devDependencies": {
4444
"@svgr/webpack": "8.1.0",
45-
"@tanstack/react-query-devtools": "5.62.2",
45+
"@tanstack/react-query-devtools": "5.62.7",
4646
"@testing-library/dom": "10.4.0",
4747
"@testing-library/jest-dom": "6.6.3",
48-
"@testing-library/react": "16.0.1",
48+
"@testing-library/react": "16.1.0",
4949
"@testing-library/user-event": "14.5.2",
5050
"@types/jest": "29.5.14",
5151
"@types/lodash": "4.17.13",
@@ -60,12 +60,12 @@
6060
"jest": "29.7.0",
6161
"jest-environment-jsdom": "29.7.0",
6262
"node-fetch": "2.7.0",
63-
"prettier": "3.4.1",
64-
"stylelint": "16.11.0",
63+
"prettier": "3.4.2",
64+
"stylelint": "16.12.0",
6565
"stylelint-config-standard": "36.0.1",
6666
"stylelint-prettier": "5.0.2",
6767
"typescript": "*",
68-
"webpack": "5.97.0",
68+
"webpack": "5.97.1",
6969
"workbox-webpack-plugin": "7.1.0"
7070
}
7171
}

src/frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"server:test": "yarn COLLABORATION_SERVER run test"
2929
},
3030
"resolutions": {
31-
"@blocknote/core": "0.20.0",
32-
"@blocknote/mantine": "0.20.0",
33-
"@blocknote/react": "0.20.0",
34-
"@types/node": "22.10.1",
31+
"@blocknote/core": "0.21.0",
32+
"@blocknote/mantine": "0.21.0",
33+
"@blocknote/react": "0.21.0",
34+
"@types/node": "22.10.2",
3535
"@types/react-dom": "18.3.1",
36-
"@typescript-eslint/eslint-plugin": "8.17.0",
37-
"@typescript-eslint/parser": "8.17.0",
36+
"@typescript-eslint/eslint-plugin": "8.18.0",
37+
"@typescript-eslint/parser": "8.18.0",
3838
"cross-env": "7.0.3",
3939
"eslint": "8.57.0",
4040
"react": "18.3.1",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"lint": "eslint --ext .js ."
77
},
88
"dependencies": {
9-
"@next/eslint-plugin-next": "15.0.3",
9+
"@next/eslint-plugin-next": "15.1.0",
1010
"@tanstack/eslint-plugin-query": "5.62.1",
1111
"@typescript-eslint/eslint-plugin": "*",
1212
"@typescript-eslint/parser": "*",
1313
"eslint": "*",
14-
"eslint-config-next": "15.0.3",
14+
"eslint-config-next": "15.1.0",
1515
"eslint-config-prettier": "9.1.0",
1616
"eslint-plugin-import": "2.31.0",
1717
"eslint-plugin-jest": "28.9.0",
1818
"eslint-plugin-jsx-a11y": "6.10.2",
1919
"eslint-plugin-playwright": "2.1.0",
2020
"eslint-plugin-prettier": "5.2.1",
2121
"eslint-plugin-react": "7.37.2",
22-
"eslint-plugin-testing-library": "7.0.0",
23-
"prettier": "3.4.1"
22+
"eslint-plugin-testing-library": "7.1.1",
23+
"prettier": "3.4.2"
2424
}
2525
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"node": ">=18"
1717
},
1818
"dependencies": {
19-
"@blocknote/server-util": "0.20.0",
20-
"@hocuspocus/server": "2.14.0",
21-
"@sentry/node": "8.41.0",
22-
"@sentry/profiling-node": "8.41.0",
23-
"express": "4.21.1",
19+
"@blocknote/server-util": "0.21.0",
20+
"@hocuspocus/server": "2.15.0",
21+
"@sentry/node": "8.45.1",
22+
"@sentry/profiling-node": "8.45.1",
23+
"express": "4.21.2",
2424
"express-ws": "5.0.2",
2525
"y-protocols": "1.0.6",
2626
"yjs": "13.6.20"
2727
},
2828
"devDependencies": {
29-
"@hocuspocus/provider": "2.14.0",
29+
"@hocuspocus/provider": "2.15.0",
3030
"@types/express": "5.0.0",
3131
"@types/express-ws": "3.0.5",
3232
"@types/jest": "29.5.14",
@@ -35,7 +35,7 @@
3535
"@types/ws": "8.5.13",
3636
"eslint-config-impress": "*",
3737
"jest": "29.7.0",
38-
"nodemon": "3.1.7",
38+
"nodemon": "3.1.9",
3939
"supertest": "7.0.0",
4040
"ts-jest": "29.2.5",
4141
"ts-node": "10.9.2",

0 commit comments

Comments
 (0)