Skip to content

Commit 754c5d0

Browse files
renovate[bot]AntoLC
authored andcommitted
⬆️(dependencies) update js dependencies
1 parent fe00d65 commit 754c5d0

File tree

7 files changed

+356
-371
lines changed

7 files changed

+356
-371
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.45.3",
15+
"@playwright/test": "1.46.1",
1616
"@types/node": "*",
1717
"@types/pdf-parse": "1.1.4",
1818
"eslint-config-impress": "*",

src/frontend/apps/impress/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"@blocknote/react": "*",
2121
"@gouvfr-lasuite/integration": "1.0.2",
2222
"@openfun/cunningham-react": "2.9.3",
23-
"@tanstack/react-query": "5.51.16",
24-
"i18next": "23.12.2",
23+
"@tanstack/react-query": "5.51.24",
24+
"i18next": "23.14.0",
2525
"idb": "8.0.0",
2626
"lodash": "4.17.21",
27-
"luxon": "3.4.4",
27+
"luxon": "3.5.0",
2828
"next": "14.2.5",
2929
"react": "*",
3030
"react-aria-components": "1.3.1",
3131
"react-dom": "*",
32-
"react-i18next": "15.0.0",
32+
"react-i18next": "15.0.1",
3333
"react-select": "5.8.0",
3434
"styled-components": "6.1.12",
3535
"y-webrtc": "10.3.0",
3636
"yjs": "*",
37-
"zustand": "4.5.4"
37+
"zustand": "4.5.5"
3838
},
3939
"devDependencies": {
4040
"@svgr/webpack": "8.1.0",
41-
"@tanstack/react-query-devtools": "5.51.16",
41+
"@tanstack/react-query-devtools": "5.51.24",
4242
"@testing-library/dom": "10.4.0",
4343
"@testing-library/jest-dom": "6.4.8",
4444
"@testing-library/react": "16.0.0",
@@ -57,7 +57,7 @@
5757
"jest-environment-jsdom": "29.7.0",
5858
"node-fetch": "2.7.0",
5959
"prettier": "3.3.3",
60-
"stylelint": "16.8.1",
60+
"stylelint": "16.8.2",
6161
"stylelint-config-standard": "36.0.1",
6262
"stylelint-prettier": "5.0.2",
6363
"typescript": "*",

src/frontend/apps/y-webrtc-signaling/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"node": ">=18"
1616
},
1717
"dependencies": {
18-
"lib0": "0.2.95",
18+
"lib0": "0.2.97",
1919
"ws": "8.18.0"
2020
},
2121
"devDependencies": {
2222
"@types/node": "*",
2323
"@types/ws": "8.5.12",
2424
"eslint-config-impress": "*",
2525
"nodemon": "3.1.4",
26-
"ts-jest": "29.2.3",
26+
"ts-jest": "29.2.4",
2727
"ts-node": "10.9.2",
2828
"typescript": "*"
2929
}

src/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"i18n:test": "yarn I18N run test"
2525
},
2626
"resolutions": {
27-
"@blocknote/core": "0.15.3",
28-
"@blocknote/mantine": "0.15.3",
29-
"@blocknote/react": "0.15.3",
30-
"@types/node": "20.14.13",
27+
"@blocknote/core": "0.15.5",
28+
"@blocknote/mantine": "0.15.5",
29+
"@blocknote/react": "0.15.5",
30+
"@types/node": "20.16.1",
3131
"@types/react-dom": "18.3.0",
3232
"cross-env": "7.0.3",
3333
"react": "18.3.1",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"dependencies": {
99
"@next/eslint-plugin-next": "14.2.5",
1010
"@tanstack/eslint-plugin-query": "5.51.15",
11-
"@typescript-eslint/eslint-plugin": "7.13.1",
11+
"@typescript-eslint/eslint-plugin": "8.1.0",
1212
"eslint": "8.57.0",
1313
"eslint-config-next": "14.2.5",
1414
"eslint-config-prettier": "9.1.0",
1515
"eslint-plugin-import": "2.29.1",
16-
"eslint-plugin-jest": "28.6.0",
16+
"eslint-plugin-jest": "28.8.0",
1717
"eslint-plugin-jsx-a11y": "6.9.0",
1818
"eslint-plugin-playwright": "1.6.2",
1919
"eslint-plugin-prettier": "5.2.1",
2020
"eslint-plugin-react": "7.35.0",
21-
"eslint-plugin-testing-library": "6.2.2"
21+
"eslint-plugin-testing-library": "6.3.0"
2222
}
2323
}

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint-plugin-import": "2.29.1",
1818
"i18next-parser": "8.8.0",
1919
"jest": "29.7.0",
20-
"ts-jest": "29.2.3",
20+
"ts-jest": "29.2.4",
2121
"typescript": "*",
2222
"yargs": "17.7.2"
2323
}

0 commit comments

Comments
 (0)