Skip to content

Commit

Permalink
fix: Add timezone to laboratories dates (#271)
Browse files Browse the repository at this point in the history
* fix: Add timezone to laboratories dates

* chore(deps): Bump dependencies
  • Loading branch information
PedroChaparro authored Jan 27, 2024
1 parent cabdce7 commit d8c3206
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 110 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,18 @@
"@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.17.15",
"@tanstack/react-query-devtools": "^5.17.18",
"@tanstack/react-table": "8.11.6",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"@tanstack/react-table": "8.11.7",
"@uiw/react-markdown-preview": "5.0.7",
"@uiw/react-md-editor": "4.0.3",
"axios": "1.6.5",
"axios": "1.6.7",
"chart.js": "4.4.1",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"dayjs": "1.11.10",
"lucide-react": "0.312.0",
"lucide-react": "0.316.0",
"luxon": "3.4.4",
"react": "18.2.0",
"react-chartjs-2": "5.2.0",
"react-dom": "18.2.0",
Expand All @@ -46,20 +47,21 @@
"rehype-external-links": "3.0.0",
"rehype-sanitize": "6.0.0",
"sonner": "1.3.1",
"tailwind-merge": "2.2.0",
"tailwind-merge": "2.2.1",
"tailwindcss-animate": "1.0.7",
"zod": "3.22.4",
"zustand": "4.5.0"
},
"devDependencies": {
"@faker-js/faker": "8.3.1",
"@faker-js/faker": "8.4.0",
"@playwright/test": "1.41.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "20.11.5",
"@types/luxon": "3.4.2",
"@types/node": "20.11.7",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@vitejs/plugin-react-swc": "3.5.0",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
Expand Down
Loading

0 comments on commit d8c3206

Please sign in to comment.