⬆️(dependencies) update js dependencies

This commit is contained in:
Anthony LC
2024-10-17 12:10:46 +02:00
committed by Anthony LC
parent 62124ae475
commit 9ed6b11bb1
7 changed files with 2194 additions and 2007 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.47.2", "@playwright/test": "1.48.1",
"@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,36 +19,36 @@
"@blocknote/mantine": "*", "@blocknote/mantine": "*",
"@blocknote/react": "*", "@blocknote/react": "*",
"@gouvfr-lasuite/integration": "1.0.2", "@gouvfr-lasuite/integration": "1.0.2",
"@hocuspocus/provider": "2.13.6", "@hocuspocus/provider": "2.13.7",
"@openfun/cunningham-react": "2.9.4", "@openfun/cunningham-react": "2.9.4",
"@tanstack/react-query": "5.56.2", "@tanstack/react-query": "5.59.15",
"i18next": "23.15.1", "i18next": "23.16.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": "14.2.13", "next": "14.2.15",
"react": "*", "react": "*",
"react-aria-components": "1.3.3", "react-aria-components": "1.4.1",
"react-dom": "*", "react-dom": "*",
"react-i18next": "15.0.2", "react-i18next": "15.0.3",
"react-select": "5.8.1", "react-select": "5.8.1",
"styled-components": "6.1.13", "styled-components": "6.1.13",
"y-protocols": "1.0.6", "y-protocols": "1.0.6",
"yjs": "*", "yjs": "*",
"zustand": "4.5.5" "zustand": "5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.58.0", "@tanstack/react-query-devtools": "5.59.15",
"@testing-library/dom": "10.4.0", "@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0", "@testing-library/jest-dom": "6.6.1",
"@testing-library/react": "16.0.1", "@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13", "@types/jest": "29.5.13",
"@types/lodash": "4.17.9", "@types/lodash": "4.17.10",
"@types/luxon": "3.4.2", "@types/luxon": "3.4.2",
"@types/node": "*", "@types/node": "*",
"@types/react": "18.3.10", "@types/react": "18.3.11",
"@types/react-dom": "*", "@types/react-dom": "*",
"cross-env": "*", "cross-env": "*",
"dotenv": "16.4.5", "dotenv": "16.4.5",
@@ -58,7 +58,7 @@
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0", "node-fetch": "2.7.0",
"prettier": "3.3.3", "prettier": "3.3.3",
"stylelint": "16.9.0", "stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1", "stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2", "stylelint-prettier": "5.0.2",
"typescript": "*", "typescript": "*",

View File

@@ -28,15 +28,15 @@
"@blocknote/core": "0.16.0", "@blocknote/core": "0.16.0",
"@blocknote/mantine": "0.16.0", "@blocknote/mantine": "0.16.0",
"@blocknote/react": "0.16.0", "@blocknote/react": "0.16.0",
"@types/node": "20.16.10", "@types/node": "20.16.12",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.7.0", "@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.7.0", "@typescript-eslint/parser": "8.9.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.2", "typescript": "5.6.3",
"yjs": "13.6.19" "yjs": "13.6.20"
} }
} }

View File

@@ -6,19 +6,19 @@
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "14.2.13", "@next/eslint-plugin-next": "14.2.15",
"@tanstack/eslint-plugin-query": "5.58.1", "@tanstack/eslint-plugin-query": "5.59.7",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*", "@typescript-eslint/parser": "*",
"eslint": "*", "eslint": "*",
"eslint-config-next": "14.2.13", "eslint-config-next": "14.2.15",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3", "eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsx-a11y": "6.10.0", "eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-playwright": "1.6.2", "eslint-plugin-playwright": "1.7.0",
"eslint-plugin-prettier": "5.2.1", "eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.0", "eslint-plugin-react": "7.37.1",
"eslint-plugin-testing-library": "6.3.0", "eslint-plugin-testing-library": "6.3.0",
"prettier": "3.3.3" "prettier": "3.3.3"
} }

View File

@@ -15,7 +15,7 @@
"@types/jest": "29.5.13", "@types/jest": "29.5.13",
"@types/node": "*", "@types/node": "*",
"eslint-config-impress": "*", "eslint-config-impress": "*",
"eslint-plugin-import": "2.30.0", "eslint-plugin-import": "2.31.0",
"i18next-parser": "9.0.2", "i18next-parser": "9.0.2",
"jest": "29.7.0", "jest": "29.7.0",
"ts-jest": "29.2.5", "ts-jest": "29.2.5",

View File

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

File diff suppressed because it is too large Load Diff