⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-03-04 13:26:15 +00:00
committed by Anthony LC
parent 0cabb655ad
commit a5e1751cf3
6 changed files with 743 additions and 748 deletions

View File

@@ -25,24 +25,24 @@
"@hocuspocus/provider": "2.15.2",
"@openfun/cunningham-react": "2.9.4",
"@react-pdf/renderer": "4.1.6",
"@sentry/nextjs": "8.54.0",
"@tanstack/react-query": "5.66.0",
"@sentry/nextjs": "9.3.0",
"@tanstack/react-query": "5.67.1",
"cmdk": "1.0.4",
"crisp-sdk-web": "1.0.25",
"docx": "9.1.1",
"i18next": "24.2.2",
"i18next-browser-languagedetector": "8.0.2",
"i18next-browser-languagedetector": "8.0.4",
"idb": "8.0.2",
"lodash": "4.17.21",
"luxon": "3.5.0",
"next": "15.1.6",
"posthog-js": "1.215.6",
"next": "15.2.1",
"posthog-js": "1.227.0",
"react": "*",
"react-aria-components": "1.6.0",
"react-dom": "*",
"react-i18next": "15.4.0",
"react-i18next": "15.4.1",
"react-intersection-observer": "9.15.1",
"react-select": "5.10.0",
"react-select": "5.10.1",
"styled-components": "6.1.15",
"use-debounce": "10.0.4",
"y-protocols": "1.0.6",
@@ -51,13 +51,13 @@
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.66.0",
"@tanstack/react-query-devtools": "5.67.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.15",
"@types/lodash": "4.17.16",
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.3.12",
@@ -69,12 +69,12 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "2.7.0",
"prettier": "3.4.2",
"stylelint": "16.14.1",
"prettier": "3.5.3",
"stylelint": "16.15.0",
"stylelint-config-standard": "37.0.0",
"stylelint-prettier": "5.0.3",
"typescript": "*",
"webpack": "5.97.1",
"webpack": "5.98.0",
"workbox-webpack-plugin": "7.1.0"
}
}

View File

@@ -33,13 +33,13 @@
"@blocknote/react": "0.23.2-hotfix.0",
"@blocknote/xl-docx-exporter": "0.23.2-hotfix.0",
"@blocknote/xl-pdf-exporter": "0.23.2-hotfix.0",
"@types/node": "22.13.1",
"@types/node": "22.13.9",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"eslint": "8.57.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.7.3"
"typescript": "5.8.2"
}
}

View File

@@ -6,13 +6,13 @@
"lint": "eslint --ext .js ."
},
"dependencies": {
"@next/eslint-plugin-next": "15.1.6",
"@tanstack/eslint-plugin-query": "5.66.0",
"@next/eslint-plugin-next": "15.2.1",
"@tanstack/eslint-plugin-query": "5.66.1",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"eslint": "*",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "10.0.1",
"eslint-config-next": "15.2.1",
"eslint-config-prettier": "10.0.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-jsx-a11y": "6.10.2",
@@ -20,6 +20,6 @@
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-testing-library": "7.1.1",
"prettier": "3.4.2"
"prettier": "3.5.3"
}
}

View File

@@ -16,9 +16,9 @@
"@types/node": "*",
"eslint-config-impress": "*",
"eslint-plugin-import": "2.31.0",
"i18next-parser": "9.1.0",
"i18next-parser": "9.3.0",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"typescript": "*",
"yargs": "17.7.2"
}

View File

@@ -18,8 +18,8 @@
"dependencies": {
"@blocknote/server-util": "0.23.2",
"@hocuspocus/server": "2.15.2",
"@sentry/node": "8.54.0",
"@sentry/profiling-node": "8.54.0",
"@sentry/node": "9.3.0",
"@sentry/profiling-node": "9.3.0",
"cors": "2.8.5",
"express": "4.21.2",
"express-ws": "5.0.2",
@@ -40,10 +40,10 @@
"jest": "29.7.0",
"nodemon": "3.1.9",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"ts-node": "10.9.2",
"tsc-alias": "1.8.10",
"tsc-alias": "1.8.11",
"typescript": "*",
"ws": "8.18.0"
"ws": "8.18.1"
}
}

File diff suppressed because it is too large Load Diff