⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-09-23 00:13:06 +00:00
committed by Anthony LC
parent 6b0b052d78
commit 40d8c949d9
6 changed files with 445 additions and 360 deletions

View File

@@ -12,7 +12,7 @@
"test:ui::chromium": "yarn test:ui --project=chromium"
},
"devDependencies": {
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"@types/node": "*",
"@types/pdf-parse": "1.1.4",
"eslint-config-impress": "*",
@@ -20,7 +20,7 @@
},
"dependencies": {
"convert-stream": "1.0.2",
"jsdom": "25.0.0",
"jsdom": "25.0.1",
"pdf-parse": "1.1.1"
}
}

View File

@@ -19,19 +19,19 @@
"@blocknote/mantine": "*",
"@blocknote/react": "*",
"@gouvfr-lasuite/integration": "1.0.2",
"@hocuspocus/provider": "2.13.5",
"@hocuspocus/provider": "2.13.6",
"@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.56.2",
"i18next": "23.15.1",
"idb": "8.0.0",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "14.2.11",
"next": "14.2.13",
"react": "*",
"react-aria-components": "1.3.3",
"react-dom": "*",
"react-i18next": "15.0.2",
"react-select": "5.8.0",
"react-select": "5.8.1",
"styled-components": "6.1.13",
"y-protocols": "1.0.6",
"yjs": "*",
@@ -48,7 +48,7 @@
"@types/lodash": "4.17.7",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.6",
"@types/react": "18.3.8",
"@types/react-dom": "*",
"cross-env": "*",
"dotenv": "16.4.5",

View File

@@ -25,13 +25,13 @@
"i18n:test": "yarn I18N run test"
},
"resolutions": {
"@blocknote/core": "0.15.7",
"@blocknote/mantine": "0.15.7",
"@blocknote/react": "0.15.7",
"@blocknote/core": "0.15.10",
"@blocknote/mantine": "0.15.10",
"@blocknote/react": "0.15.10",
"@types/node": "20.16.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"react": "18.3.1",

View File

@@ -6,12 +6,12 @@
"lint": "eslint --ext .js ."
},
"dependencies": {
"@next/eslint-plugin-next": "14.2.11",
"@tanstack/eslint-plugin-query": "5.56.1",
"@next/eslint-plugin-next": "14.2.13",
"@tanstack/eslint-plugin-query": "5.57.1",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"eslint": "*",
"eslint-config-next": "14.2.11",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "28.8.3",

View File

@@ -15,13 +15,13 @@
"node": ">=18"
},
"dependencies": {
"@hocuspocus/server": "2.13.5",
"@hocuspocus/server": "2.13.6",
"y-protocols": "1.0.6"
},
"devDependencies": {
"@types/node": "*",
"eslint-config-impress": "*",
"nodemon": "3.1.4",
"nodemon": "3.1.7",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "*"

File diff suppressed because it is too large Load Diff