⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2025-01-20 21:47:59 +00:00
committed by aleb_the_flash
parent fa85ef5690
commit 10c3c67d53
3 changed files with 812 additions and 666 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,21 +13,21 @@
"check": "prettier --check ./src" "check": "prettier --check ./src"
}, },
"dependencies": { "dependencies": {
"@livekit/components-react": "2.7.0", "@livekit/components-react": "2.8.0",
"@livekit/components-styles": "1.1.4", "@livekit/components-styles": "1.1.4",
"@livekit/track-processors": "0.3.3", "@livekit/track-processors": "0.3.3",
"@pandacss/preset-panda": "0.48.0", "@pandacss/preset-panda": "0.51.1",
"@react-aria/toast": "3.0.0-beta.19", "@react-aria/toast": "3.0.0-beta.19",
"@remixicon/react": "4.5.0", "@remixicon/react": "4.6.0",
"@tanstack/react-query": "5.64.2", "@tanstack/react-query": "5.64.2",
"crisp-sdk-web": "1.0.25", "crisp-sdk-web": "1.0.25",
"hoofd": "1.7.1", "hoofd": "1.7.3",
"i18next": "24.0.2", "i18next": "24.2.1",
"i18next-browser-languagedetector": "8.0.0", "i18next-browser-languagedetector": "8.0.2",
"i18next-parser": "9.0.2", "i18next-parser": "9.1.0",
"i18next-resources-to-backend": "1.2.1", "i18next-resources-to-backend": "1.2.1",
"livekit-client": "2.8.0", "livekit-client": "2.8.1",
"posthog-js": "1.188.0", "posthog-js": "1.207.0",
"react": "18.3.1", "react": "18.3.1",
"react-aria-components": "1.6.0", "react-aria-components": "1.6.0",
"react-dom": "18.3.1", "react-dom": "18.3.1",
@@ -37,24 +37,24 @@
"wouter": "3.3.5" "wouter": "3.3.5"
}, },
"devDependencies": { "devDependencies": {
"@pandacss/dev": "0.48.0", "@pandacss/dev": "0.51.1",
"@tanstack/eslint-plugin-query": "5.64.2", "@tanstack/eslint-plugin-query": "5.64.2",
"@tanstack/react-query-devtools": "5.64.2", "@tanstack/react-query-devtools": "5.64.2",
"@types/node": "22.9.3", "@types/node": "22.10.7",
"@types/react": "18.3.12", "@types/react": "18.3.12",
"@types/react-dom": "18.3.1", "@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.15.0", "@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.15.0", "@typescript-eslint/parser": "8.21.0",
"@vitejs/plugin-react": "4.3.4", "@vitejs/plugin-react": "4.3.4",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "10.0.1",
"eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.14", "eslint-plugin-react-refresh": "0.4.18",
"postcss": "8.4.49", "postcss": "8.5.1",
"prettier": "3.3.3", "prettier": "3.4.2",
"typescript": "5.7.2", "typescript": "5.7.3",
"vite": "6.0.7", "vite": "6.0.10",
"vite-tsconfig-paths": "5.1.4" "vite-tsconfig-paths": "5.1.4"
} }
} }

View File

@@ -14,7 +14,7 @@
"build": "npm run build-mjml-to-html && npm run build-html-to-plain-text" "build": "npm run build-mjml-to-html && npm run build-html-to-plain-text"
}, },
"volta": { "volta": {
"node": "22.11.0" "node": "22.13.0"
}, },
"repository": "https://github.com/numerique-gouv/meet", "repository": "https://github.com/numerique-gouv/meet",
"author": "DINUM", "author": "DINUM",