Skip to content

Commit

Permalink
fix: Laboratory view de-sync (#298)
Browse files Browse the repository at this point in the history
* fix: Use global laboratory state as the source of truth

* chore(deps): Bump dependencies
  • Loading branch information
PedroChaparro authored Mar 2, 2024
1 parent 211b2e0 commit 73d9089
Show file tree
Hide file tree
Showing 9 changed files with 527 additions and 556 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,45 +27,45 @@
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "1.0.4",
"@tanstack/react-query": "5.20.5",
"@tanstack/react-query-devtools": "5.20.5",
"@tanstack/react-table": "8.12.0",
"@tanstack/react-query": "5.24.1",
"@tanstack/react-query-devtools": "5.24.1",
"@tanstack/react-table": "8.13.2",
"@uiw/react-markdown-preview": "5.0.7",
"@uiw/react-md-editor": "4.0.3",
"axios": "1.6.7",
"chart.js": "4.4.1",
"chart.js": "4.4.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"dayjs": "1.11.10",
"lucide-react": "0.331.0",
"lucide-react": "0.344.0",
"luxon": "3.4.4",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.50.1",
"react-hook-form": "7.51.0",
"react-lazily": "0.9.2",
"react-router-dom": "6.22.0",
"react-router-dom": "6.22.2",
"rehype-external-links": "3.0.0",
"rehype-sanitize": "6.0.0",
"sonner": "1.4.0",
"sonner": "1.4.3",
"tailwind-merge": "2.2.1",
"tailwindcss-animate": "1.0.7",
"zod": "3.22.4",
"zustand": "4.5.0"
"zustand": "4.5.2"
},
"devDependencies": {
"@faker-js/faker": "8.4.1",
"@playwright/test": "1.41.2",
"@playwright/test": "1.42.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/luxon": "3.4.2",
"@types/node": "20.11.19",
"@types/react": "18.2.55",
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitejs/plugin-react-swc": "3.6.0",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
Expand All @@ -74,6 +74,6 @@
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vite": "5.1.3"
"vite": "5.1.4"
}
}
Loading

0 comments on commit 73d9089

Please sign in to comment.