Skip to content

Commit 9ed6b11

Browse files
committed
⬆️(dependencies) update js dependencies
1 parent 62124ae commit 9ed6b11

File tree

7 files changed

+2188
-2001
lines changed

7 files changed

+2188
-2001
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.47.2",
15+
"@playwright/test": "1.48.1",
1616
"@types/node": "*",
1717
"@types/pdf-parse": "1.1.4",
1818
"eslint-config-impress": "*",

src/frontend/apps/impress/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,36 @@
1919
"@blocknote/mantine": "*",
2020
"@blocknote/react": "*",
2121
"@gouvfr-lasuite/integration": "1.0.2",
22-
"@hocuspocus/provider": "2.13.6",
22+
"@hocuspocus/provider": "2.13.7",
2323
"@openfun/cunningham-react": "2.9.4",
24-
"@tanstack/react-query": "5.56.2",
25-
"i18next": "23.15.1",
24+
"@tanstack/react-query": "5.59.15",
25+
"i18next": "23.16.0",
2626
"idb": "8.0.0",
2727
"lodash": "4.17.21",
2828
"luxon": "3.5.0",
29-
"next": "14.2.13",
29+
"next": "14.2.15",
3030
"react": "*",
31-
"react-aria-components": "1.3.3",
31+
"react-aria-components": "1.4.1",
3232
"react-dom": "*",
33-
"react-i18next": "15.0.2",
33+
"react-i18next": "15.0.3",
3434
"react-select": "5.8.1",
3535
"styled-components": "6.1.13",
3636
"y-protocols": "1.0.6",
3737
"yjs": "*",
38-
"zustand": "4.5.5"
38+
"zustand": "5.0.0"
3939
},
4040
"devDependencies": {
4141
"@svgr/webpack": "8.1.0",
42-
"@tanstack/react-query-devtools": "5.58.0",
42+
"@tanstack/react-query-devtools": "5.59.15",
4343
"@testing-library/dom": "10.4.0",
44-
"@testing-library/jest-dom": "6.5.0",
44+
"@testing-library/jest-dom": "6.6.1",
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.9",
48+
"@types/lodash": "4.17.10",
4949
"@types/luxon": "3.4.2",
5050
"@types/node": "*",
51-
"@types/react": "18.3.10",
51+
"@types/react": "18.3.11",
5252
"@types/react-dom": "*",
5353
"cross-env": "*",
5454
"dotenv": "16.4.5",
@@ -58,7 +58,7 @@
5858
"jest-environment-jsdom": "29.7.0",
5959
"node-fetch": "2.7.0",
6060
"prettier": "3.3.3",
61-
"stylelint": "16.9.0",
61+
"stylelint": "16.10.0",
6262
"stylelint-config-standard": "36.0.1",
6363
"stylelint-prettier": "5.0.2",
6464
"typescript": "*",

src/frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"@blocknote/core": "0.16.0",
2929
"@blocknote/mantine": "0.16.0",
3030
"@blocknote/react": "0.16.0",
31-
"@types/node": "20.16.10",
32-
"@types/react-dom": "18.3.0",
33-
"@typescript-eslint/eslint-plugin": "8.7.0",
34-
"@typescript-eslint/parser": "8.7.0",
31+
"@types/node": "20.16.12",
32+
"@types/react-dom": "18.3.1",
33+
"@typescript-eslint/eslint-plugin": "8.9.0",
34+
"@typescript-eslint/parser": "8.9.0",
3535
"cross-env": "7.0.3",
3636
"eslint": "8.57.0",
3737
"react": "18.3.1",
3838
"react-dom": "18.3.1",
39-
"typescript": "5.6.2",
40-
"yjs": "13.6.19"
39+
"typescript": "5.6.3",
40+
"yjs": "13.6.20"
4141
}
4242
}

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": "14.2.13",
10-
"@tanstack/eslint-plugin-query": "5.58.1",
9+
"@next/eslint-plugin-next": "14.2.15",
10+
"@tanstack/eslint-plugin-query": "5.59.7",
1111
"@typescript-eslint/eslint-plugin": "*",
1212
"@typescript-eslint/parser": "*",
1313
"eslint": "*",
14-
"eslint-config-next": "14.2.13",
14+
"eslint-config-next": "14.2.15",
1515
"eslint-config-prettier": "9.1.0",
16-
"eslint-plugin-import": "2.30.0",
16+
"eslint-plugin-import": "2.31.0",
1717
"eslint-plugin-jest": "28.8.3",
1818
"eslint-plugin-jsx-a11y": "6.10.0",
19-
"eslint-plugin-playwright": "1.6.2",
19+
"eslint-plugin-playwright": "1.7.0",
2020
"eslint-plugin-prettier": "5.2.1",
21-
"eslint-plugin-react": "7.37.0",
21+
"eslint-plugin-react": "7.37.1",
2222
"eslint-plugin-testing-library": "6.3.0",
2323
"prettier": "3.3.3"
2424
}

src/frontend/packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/jest": "29.5.13",
1616
"@types/node": "*",
1717
"eslint-config-impress": "*",
18-
"eslint-plugin-import": "2.30.0",
18+
"eslint-plugin-import": "2.31.0",
1919
"i18next-parser": "9.0.2",
2020
"jest": "29.7.0",
2121
"ts-jest": "29.2.5",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node": ">=18"
1616
},
1717
"dependencies": {
18-
"@hocuspocus/server": "2.13.6",
18+
"@hocuspocus/server": "2.13.7",
1919
"y-protocols": "1.0.6"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)