⬆️(dependencies) update js dependencies

This commit is contained in:
renovate[bot]
2024-10-09 13:12:37 +00:00
committed by aleb_the_flash
parent 7333c21632
commit 211ba332dc
3 changed files with 1173 additions and 1117 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,23 +13,23 @@
"check": "prettier --check ./src" "check": "prettier --check ./src"
}, },
"dependencies": { "dependencies": {
"@livekit/components-react": "2.6.0", "@livekit/components-react": "2.6.5",
"@livekit/components-styles": "1.1.2", "@livekit/components-styles": "1.1.3",
"@livekit/track-processors": "0.3.2", "@livekit/track-processors": "0.3.2",
"@pandacss/preset-panda": "0.46.1", "@pandacss/preset-panda": "0.46.1",
"@react-aria/toast": "3.0.0-beta.15", "@react-aria/toast": "3.0.0-beta.16",
"@remixicon/react": "4.2.0", "@remixicon/react": "4.2.0",
"@tanstack/react-query": "5.56.2", "@tanstack/react-query": "5.59.4",
"crisp-sdk-web": "1.0.25", "crisp-sdk-web": "1.0.25",
"hoofd": "1.7.1", "hoofd": "1.7.1",
"i18next": "23.15.1", "i18next": "23.15.2",
"i18next-browser-languagedetector": "8.0.0", "i18next-browser-languagedetector": "8.0.0",
"i18next-parser": "9.0.2", "i18next-parser": "9.0.2",
"i18next-resources-to-backend": "1.2.1", "i18next-resources-to-backend": "1.2.1",
"livekit-client": "2.5.3", "livekit-client": "2.5.7",
"posthog-js": "1.164.1", "posthog-js": "1.167.0",
"react": "18.3.1", "react": "18.3.1",
"react-aria-components": "1.3.3", "react-aria-components": "1.4.0",
"react-dom": "18.3.1", "react-dom": "18.3.1",
"react-i18next": "15.0.2", "react-i18next": "15.0.2",
"use-sound": "4.0.3", "use-sound": "4.0.3",
@@ -38,14 +38,14 @@
}, },
"devDependencies": { "devDependencies": {
"@pandacss/dev": "0.46.1", "@pandacss/dev": "0.46.1",
"@tanstack/eslint-plugin-query": "5.57.1", "@tanstack/eslint-plugin-query": "5.59.2",
"@tanstack/react-query-devtools": "5.56.2", "@tanstack/react-query-devtools": "5.59.4",
"@types/node": "20.16.6", "@types/node": "20.16.11",
"@types/react": "18.3.8", "@types/react": "18.3.11",
"@types/react-dom": "18.3.0", "@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.7.0", "@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.7.0", "@typescript-eslint/parser": "8.8.1",
"@vitejs/plugin-react": "4.3.1", "@vitejs/plugin-react": "4.3.2",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.0", "eslint-plugin-jsx-a11y": "6.10.0",
@@ -53,8 +53,8 @@
"eslint-plugin-react-refresh": "0.4.12", "eslint-plugin-react-refresh": "0.4.12",
"postcss": "8.4.47", "postcss": "8.4.47",
"prettier": "3.3.3", "prettier": "3.3.3",
"typescript": "5.6.2", "typescript": "5.6.3",
"vite": "5.4.6", "vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1" "vite-tsconfig-paths": "5.0.1"
} }
} }

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": "20.17.0" "node": "20.18.0"
}, },
"repository": "https://github.com/numerique-gouv/meet", "repository": "https://github.com/numerique-gouv/meet",
"author": "DINUM", "author": "DINUM",