Skip to content

Commit 6012085

Browse files
renovate[bot]AntoLC
authored andcommitted
⬆️(dependencies) update js dependencies
1 parent f2c389e commit 6012085

File tree

4 files changed

+185
-86
lines changed

4 files changed

+185
-86
lines changed

src/frontend/apps/impress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@hocuspocus/provider": "2.13.7",
2323
"@openfun/cunningham-react": "2.9.4",
2424
"@tanstack/react-query": "5.59.15",
25-
"i18next": "23.16.0",
25+
"i18next": "23.16.2",
2626
"idb": "8.0.0",
2727
"lodash": "4.17.21",
2828
"luxon": "3.5.0",
@@ -41,11 +41,11 @@
4141
"@svgr/webpack": "8.1.0",
4242
"@tanstack/react-query-devtools": "5.59.15",
4343
"@testing-library/dom": "10.4.0",
44-
"@testing-library/jest-dom": "6.6.1",
44+
"@testing-library/jest-dom": "6.6.2",
4545
"@testing-library/react": "16.0.1",
4646
"@testing-library/user-event": "14.5.2",
4747
"@types/jest": "29.5.13",
48-
"@types/lodash": "4.17.10",
48+
"@types/lodash": "4.17.12",
4949
"@types/luxon": "3.4.2",
5050
"@types/node": "*",
5151
"@types/react": "18.3.11",

src/frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"i18n:test": "yarn I18N run test"
2626
},
2727
"resolutions": {
28-
"@blocknote/core": "0.17.0",
29-
"@blocknote/mantine": "0.17.0",
30-
"@blocknote/react": "0.17.0",
31-
"@types/node": "20.16.12",
28+
"@blocknote/core": "0.17.1",
29+
"@blocknote/mantine": "0.17.1",
30+
"@blocknote/react": "0.17.1",
31+
"@types/node": "20.16.13",
3232
"@types/react-dom": "18.3.1",
33-
"@typescript-eslint/eslint-plugin": "8.9.0",
34-
"@typescript-eslint/parser": "8.9.0",
33+
"@typescript-eslint/eslint-plugin": "8.10.0",
34+
"@typescript-eslint/parser": "8.10.0",
3535
"cross-env": "7.0.3",
3636
"eslint": "8.57.0",
3737
"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
@@ -15,11 +15,11 @@
1515
"eslint-config-prettier": "9.1.0",
1616
"eslint-plugin-import": "2.31.0",
1717
"eslint-plugin-jest": "28.8.3",
18-
"eslint-plugin-jsx-a11y": "6.10.0",
19-
"eslint-plugin-playwright": "1.7.0",
18+
"eslint-plugin-jsx-a11y": "6.10.1",
19+
"eslint-plugin-playwright": "1.8.0",
2020
"eslint-plugin-prettier": "5.2.1",
2121
"eslint-plugin-react": "7.37.1",
22-
"eslint-plugin-testing-library": "6.3.0",
22+
"eslint-plugin-testing-library": "6.4.0",
2323
"prettier": "3.3.3"
2424
}
2525
}

0 commit comments

Comments
 (0)