⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-12-03 20:31:31 +00:00
committed by Anthony LC
parent eec8b4d2c3
commit c25682f199
4 changed files with 504 additions and 471 deletions

View File

@@ -21,10 +21,10 @@
"@gouvfr-lasuite/integration": "1.0.2", "@gouvfr-lasuite/integration": "1.0.2",
"@hocuspocus/provider": "2.14.0", "@hocuspocus/provider": "2.14.0",
"@openfun/cunningham-react": "2.9.4", "@openfun/cunningham-react": "2.9.4",
"@sentry/nextjs": "8.40.0", "@sentry/nextjs": "8.42.0",
"@tanstack/react-query": "5.61.3", "@tanstack/react-query": "5.62.2",
"crisp-sdk-web": "1.0.25", "crisp-sdk-web": "1.0.25",
"i18next": "24.0.0", "i18next": "24.0.5",
"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",
@@ -33,7 +33,7 @@
"react": "*", "react": "*",
"react-aria-components": "1.5.0", "react-aria-components": "1.5.0",
"react-dom": "*", "react-dom": "*",
"react-i18next": "15.1.1", "react-i18next": "15.1.3",
"react-select": "5.8.3", "react-select": "5.8.3",
"styled-components": "6.1.13", "styled-components": "6.1.13",
"y-protocols": "1.0.6", "y-protocols": "1.0.6",
@@ -42,7 +42,7 @@
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "8.1.0", "@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.61.3", "@tanstack/react-query-devtools": "5.62.2",
"@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",
@@ -54,18 +54,18 @@
"@types/react": "18.3.12", "@types/react": "18.3.12",
"@types/react-dom": "*", "@types/react-dom": "*",
"cross-env": "*", "cross-env": "*",
"dotenv": "16.4.5", "dotenv": "16.4.7",
"eslint-config-impress": "*", "eslint-config-impress": "*",
"fetch-mock": "9.11.0", "fetch-mock": "9.11.0",
"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.3.3", "prettier": "3.4.1",
"stylelint": "16.10.0", "stylelint": "16.11.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.96.1", "webpack": "5.97.0",
"workbox-webpack-plugin": "7.1.0" "workbox-webpack-plugin": "7.3.0"
} }
} }

View File

@@ -25,13 +25,13 @@
"i18n:test": "yarn I18N run test" "i18n:test": "yarn I18N run test"
}, },
"resolutions": { "resolutions": {
"@blocknote/core": "0.19.2", "@blocknote/core": "0.20.0",
"@blocknote/mantine": "0.19.2", "@blocknote/mantine": "0.20.0",
"@blocknote/react": "0.19.2", "@blocknote/react": "0.20.0",
"@types/node": "22.9.3", "@types/node": "22.10.1",
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.15.0", "@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.15.0", "@typescript-eslint/parser": "8.17.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

@@ -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.61.3", "@tanstack/eslint-plugin-query": "5.62.1",
"@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*", "@typescript-eslint/parser": "*",
"eslint": "*", "eslint": "*",
@@ -20,6 +20,6 @@
"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.0.0",
"prettier": "3.3.3" "prettier": "3.4.1"
} }
} }

File diff suppressed because it is too large Load Diff