⬆️(dependencies) update js dependencies

This commit is contained in:
Anthony LC
2024-12-16 17:48:24 +01:00
committed by Anthony LC
parent 6d77cb1801
commit b79d5fccbc
7 changed files with 897 additions and 951 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.49.0", "@playwright/test": "1.49.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

@@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" /> /// <reference types="next/image-types/global" />
// NOTE: This file should not be edited // NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. // see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

View File

@@ -19,33 +19,33 @@
"@blocknote/mantine": "*", "@blocknote/mantine": "*",
"@blocknote/react": "*", "@blocknote/react": "*",
"@gouvfr-lasuite/integration": "1.0.2", "@gouvfr-lasuite/integration": "1.0.2",
"@hocuspocus/provider": "2.14.0", "@hocuspocus/provider": "2.15.0",
"@openfun/cunningham-react": "2.9.4", "@openfun/cunningham-react": "2.9.4",
"@sentry/nextjs": "8.42.0", "@sentry/nextjs": "8.45.1",
"@tanstack/react-query": "5.62.2", "@tanstack/react-query": "5.62.7",
"crisp-sdk-web": "1.0.25", "crisp-sdk-web": "1.0.25",
"i18next": "24.0.5", "i18next": "24.1.0",
"i18next-browser-languagedetector": "8.0.0", "i18next-browser-languagedetector": "8.0.2",
"idb": "8.0.0", "idb": "8.0.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"luxon": "3.5.0", "luxon": "3.5.0",
"next": "15.0.3", "next": "15.1.0",
"react": "*", "react": "*",
"react-aria-components": "1.5.0", "react-aria-components": "1.5.0",
"react-dom": "*", "react-dom": "*",
"react-i18next": "15.1.3", "react-i18next": "15.2.0",
"react-select": "5.8.3", "react-select": "5.9.0",
"styled-components": "6.1.13", "styled-components": "6.1.13",
"y-protocols": "1.0.6", "y-protocols": "1.0.6",
"yjs": "*", "yjs": "*",
"zustand": "5.0.1" "zustand": "5.0.2"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.62.2", "@tanstack/react-query-devtools": "5.62.7",
"@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.1.0",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
"@types/lodash": "4.17.13", "@types/lodash": "4.17.13",
@@ -60,12 +60,12 @@
"jest": "29.7.0", "jest": "29.7.0",
"jest-environment-jsdom": "29.7.0", "jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0", "node-fetch": "2.7.0",
"prettier": "3.4.1", "prettier": "3.4.2",
"stylelint": "16.11.0", "stylelint": "16.12.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": "*",
"webpack": "5.97.0", "webpack": "5.97.1",
"workbox-webpack-plugin": "7.1.0" "workbox-webpack-plugin": "7.1.0"
} }
} }

View File

@@ -28,13 +28,13 @@
"server:test": "yarn COLLABORATION_SERVER run test" "server:test": "yarn COLLABORATION_SERVER run test"
}, },
"resolutions": { "resolutions": {
"@blocknote/core": "0.20.0", "@blocknote/core": "0.21.0",
"@blocknote/mantine": "0.20.0", "@blocknote/mantine": "0.21.0",
"@blocknote/react": "0.20.0", "@blocknote/react": "0.21.0",
"@types/node": "22.10.1", "@types/node": "22.10.2",
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.17.0", "@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.17.0", "@typescript-eslint/parser": "8.18.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",

View File

@@ -6,12 +6,12 @@
"lint": "eslint --ext .js ." "lint": "eslint --ext .js ."
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.0.3", "@next/eslint-plugin-next": "15.1.0",
"@tanstack/eslint-plugin-query": "5.62.1", "@tanstack/eslint-plugin-query": "5.62.1",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*", "@typescript-eslint/parser": "*",
"eslint": "*", "eslint": "*",
"eslint-config-next": "15.0.3", "eslint-config-next": "15.1.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0", "eslint-plugin-jest": "28.9.0",
@@ -19,7 +19,7 @@
"eslint-plugin-playwright": "2.1.0", "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": "7.0.0", "eslint-plugin-testing-library": "7.1.1",
"prettier": "3.4.1" "prettier": "3.4.2"
} }
} }

View File

@@ -16,17 +16,17 @@
"node": ">=18" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"@blocknote/server-util": "0.20.0", "@blocknote/server-util": "0.21.0",
"@hocuspocus/server": "2.14.0", "@hocuspocus/server": "2.15.0",
"@sentry/node": "8.41.0", "@sentry/node": "8.45.1",
"@sentry/profiling-node": "8.41.0", "@sentry/profiling-node": "8.45.1",
"express": "4.21.1", "express": "4.21.2",
"express-ws": "5.0.2", "express-ws": "5.0.2",
"y-protocols": "1.0.6", "y-protocols": "1.0.6",
"yjs": "13.6.20" "yjs": "13.6.20"
}, },
"devDependencies": { "devDependencies": {
"@hocuspocus/provider": "2.14.0", "@hocuspocus/provider": "2.15.0",
"@types/express": "5.0.0", "@types/express": "5.0.0",
"@types/express-ws": "3.0.5", "@types/express-ws": "3.0.5",
"@types/jest": "29.5.14", "@types/jest": "29.5.14",
@@ -35,7 +35,7 @@
"@types/ws": "8.5.13", "@types/ws": "8.5.13",
"eslint-config-impress": "*", "eslint-config-impress": "*",
"jest": "29.7.0", "jest": "29.7.0",
"nodemon": "3.1.7", "nodemon": "3.1.9",
"supertest": "7.0.0", "supertest": "7.0.0",
"ts-jest": "29.2.5", "ts-jest": "29.2.5",
"ts-node": "10.9.2", "ts-node": "10.9.2",

File diff suppressed because it is too large Load Diff