Update web deps (#10564)

This commit is contained in:
Nicolas Mowen
2024-03-20 19:56:56 -06:00
committed by GitHub
parent 8babe57d63
commit c8fd23caa1
2 changed files with 98 additions and 107 deletions

View File

@@ -33,7 +33,7 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"apexcharts": "^3.45.1",
"apexcharts": "^3.48.0",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
@@ -52,11 +52,11 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.2",
"react-router-dom": "^6.22.3",
"react-swipeable": "^7.0.1",
"react-tracked": "^1.7.14",
"react-transition-group": "^4.4.5",
"react-use-websocket": "^4.7.0",
"react-use-websocket": "^4.8.1",
"react-zoom-pan-pinch": "^3.4.3",
"recoil": "^0.7.7",
"scroll-into-view-if-needed": "^3.1.0",
@@ -82,7 +82,7 @@
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.0.0",
"@vitest/coverage-v8": "^1.4.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
@@ -90,15 +90,15 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-vitest-globals": "^1.4.0",
"eslint-plugin-vitest-globals": "^1.5.0",
"fake-indexeddb": "^5.0.2",
"jest-websocket-mock": "^2.5.0",
"jsdom": "^24.0.0",
"msw": "^2.2.1",
"postcss": "^8.4.32",
"msw": "^2.2.9",
"postcss": "^8.4.37",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"typescript": "^5.4.2",
"vite": "^5.1.4",
"vitest": "^1.3.1"
}