⬆️(dependencies) update js dependencies

This commit is contained in:
Anthony LC
2024-11-25 12:27:37 +01:00
committed by Anthony LC
parent 09d02b7ced
commit d0307ee6d9
6 changed files with 1491 additions and 1636 deletions

View File

@@ -12,7 +12,7 @@
"test:ui::chromium": "yarn test:ui --project=chromium" "test:ui::chromium": "yarn test:ui --project=chromium"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "1.48.2", "@playwright/test": "1.49.0",
"@types/node": "*", "@types/node": "*",
"@types/pdf-parse": "1.1.4", "@types/pdf-parse": "1.1.4",
"eslint-config-impress": "*", "eslint-config-impress": "*",

View File

@@ -19,18 +19,18 @@
"@blocknote/mantine": "*", "@blocknote/mantine": "*",
"@blocknote/react": "*", "@blocknote/react": "*",
"@gouvfr-lasuite/integration": "1.0.2", "@gouvfr-lasuite/integration": "1.0.2",
"@hocuspocus/provider": "2.13.7", "@hocuspocus/provider": "2.14.0",
"@openfun/cunningham-react": "2.9.4", "@openfun/cunningham-react": "2.9.4",
"@sentry/nextjs": "8.39.0", "@sentry/nextjs": "8.40.0",
"@tanstack/react-query": "5.60.5", "@tanstack/react-query": "5.61.3",
"i18next": "23.16.5", "i18next": "24.0.0",
"i18next-browser-languagedetector": "8.0.0", "i18next-browser-languagedetector": "8.0.0",
"idb": "8.0.0", "idb": "8.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.5.0", "luxon": "3.5.0",
"next": "15.0.3", "next": "15.0.3",
"react": "*", "react": "*",
"react-aria-components": "1.4.1", "react-aria-components": "1.5.0",
"react-dom": "*", "react-dom": "*",
"react-i18next": "15.1.1", "react-i18next": "15.1.1",
"react-select": "5.8.3", "react-select": "5.8.3",
@@ -41,7 +41,7 @@
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.60.5", "@tanstack/react-query-devtools": "5.61.3",
"@testing-library/dom": "10.4.0", "@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3", "@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1", "@testing-library/react": "16.0.1",

View File

@@ -25,18 +25,18 @@
"i18n:test": "yarn I18N run test" "i18n:test": "yarn I18N run test"
}, },
"resolutions": { "resolutions": {
"@blocknote/core": "0.19.1", "@blocknote/core": "0.19.2",
"@blocknote/mantine": "0.19.1", "@blocknote/mantine": "0.19.2",
"@blocknote/react": "0.19.1", "@blocknote/react": "0.19.2",
"@types/node": "22.9.0", "@types/node": "22.9.3",
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.14.0", "@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.14.0", "@typescript-eslint/parser": "8.15.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"eslint": "8.57.0", "eslint": "8.57.0",
"react": "18.3.1", "react": "18.3.1",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"typescript": "5.6.3", "typescript": "5.7.2",
"yjs": "13.6.20" "yjs": "13.6.20"
} }
} }

View File

@@ -7,7 +7,7 @@
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.0.3", "@next/eslint-plugin-next": "15.0.3",
"@tanstack/eslint-plugin-query": "5.60.1", "@tanstack/eslint-plugin-query": "5.61.3",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*", "@typescript-eslint/parser": "*",
"eslint": "*", "eslint": "*",
@@ -16,10 +16,10 @@
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0", "eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.0.1", "eslint-plugin-playwright": "2.1.0",
"eslint-plugin-prettier": "5.2.1", "eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2", "eslint-plugin-react": "7.37.2",
"eslint-plugin-testing-library": "6.4.0", "eslint-plugin-testing-library": "7.0.0",
"prettier": "3.3.3" "prettier": "3.3.3"
} }
} }

View File

@@ -15,7 +15,7 @@
"node": ">=18" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"@hocuspocus/server": "2.13.7", "@hocuspocus/server": "2.14.0",
"y-protocols": "1.0.6" "y-protocols": "1.0.6"
}, },
"devDependencies": { "devDependencies": {

File diff suppressed because it is too large Load Diff