Skip to content

Commit b914193

Browse files
release: v0.50.6 (#299)
* fix: Laboratory view de-sync (#298) * fix: Use global laboratory state as the source of truth * chore(deps): Bump dependencies
1 parent 06c70a1 commit b914193

File tree

10 files changed

+537
-566
lines changed

10 files changed

+537
-566
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.50.6](https://github.com/upb-code-labs/react-client/compare/v0.50.5...v0.50.6) (2024-03-02)
2+
3+
4+
### Bug Fixes
5+
6+
* Laboratory view de-sync ([#298](https://github.com/upb-code-labs/react-client/issues/298)) ([73d9089](https://github.com/upb-code-labs/react-client/commit/73d90891879eda45d65d0ac4ff3fec6e0fd23c2b))
7+
8+
9+
110
## [0.50.5](https://github.com/upb-code-labs/react-client/compare/v0.50.4...v0.50.5) (2024-02-23)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
## [0.50.1](https://github.com/upb-code-labs/react-client/compare/v0.50.0...v0.50.1) (2024-02-06)
38-
39-
40-
### Bug Fixes
41-
42-
* **perf:** Improve code splitting ([#282](https://github.com/upb-code-labs/react-client/issues/282)) ([48f2d4d](https://github.com/upb-code-labs/react-client/commit/48f2d4d4cd93b3cc46d00835d72773b4581926ad))
43-
44-
45-

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-client",
33
"private": true,
4-
"version": "0.50.5",
4+
"version": "0.50.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -27,45 +27,45 @@
2727
"@radix-ui/react-separator": "1.0.3",
2828
"@radix-ui/react-slot": "1.0.2",
2929
"@radix-ui/react-tabs": "1.0.4",
30-
"@tanstack/react-query": "5.20.5",
31-
"@tanstack/react-query-devtools": "5.20.5",
32-
"@tanstack/react-table": "8.12.0",
30+
"@tanstack/react-query": "5.24.1",
31+
"@tanstack/react-query-devtools": "5.24.1",
32+
"@tanstack/react-table": "8.13.2",
3333
"@uiw/react-markdown-preview": "5.0.7",
3434
"@uiw/react-md-editor": "4.0.3",
3535
"axios": "1.6.7",
36-
"chart.js": "4.4.1",
36+
"chart.js": "4.4.2",
3737
"class-variance-authority": "0.7.0",
3838
"clsx": "2.1.0",
3939
"dayjs": "1.11.10",
40-
"lucide-react": "0.331.0",
40+
"lucide-react": "0.344.0",
4141
"luxon": "3.4.4",
4242
"react": "18.2.0",
4343
"react-chartjs-2": "5.2.0",
4444
"react-dom": "18.2.0",
45-
"react-hook-form": "7.50.1",
45+
"react-hook-form": "7.51.0",
4646
"react-lazily": "0.9.2",
47-
"react-router-dom": "6.22.0",
47+
"react-router-dom": "6.22.2",
4848
"rehype-external-links": "3.0.0",
4949
"rehype-sanitize": "6.0.0",
50-
"sonner": "1.4.0",
50+
"sonner": "1.4.3",
5151
"tailwind-merge": "2.2.1",
5252
"tailwindcss-animate": "1.0.7",
5353
"zod": "3.22.4",
54-
"zustand": "4.5.0"
54+
"zustand": "4.5.2"
5555
},
5656
"devDependencies": {
5757
"@faker-js/faker": "8.4.1",
58-
"@playwright/test": "1.41.2",
58+
"@playwright/test": "1.42.1",
5959
"@trivago/prettier-plugin-sort-imports": "4.3.0",
6060
"@types/luxon": "3.4.2",
61-
"@types/node": "20.11.19",
62-
"@types/react": "18.2.55",
61+
"@types/node": "20.11.24",
62+
"@types/react": "18.2.61",
6363
"@types/react-dom": "18.2.19",
64-
"@typescript-eslint/eslint-plugin": "7.0.1",
65-
"@typescript-eslint/parser": "7.0.1",
64+
"@typescript-eslint/eslint-plugin": "7.1.0",
65+
"@typescript-eslint/parser": "7.1.0",
6666
"@vitejs/plugin-react-swc": "3.6.0",
67-
"autoprefixer": "10.4.17",
68-
"eslint": "8.56.0",
67+
"autoprefixer": "10.4.18",
68+
"eslint": "8.57.0",
6969
"eslint-config-prettier": "9.1.0",
7070
"eslint-plugin-react-hooks": "4.6.0",
7171
"eslint-plugin-react-refresh": "0.4.5",
@@ -74,6 +74,6 @@
7474
"prettier-plugin-tailwindcss": "0.5.11",
7575
"tailwindcss": "3.4.1",
7676
"typescript": "5.3.3",
77-
"vite": "5.1.3"
77+
"vite": "5.1.4"
7878
}
7979
}

0 commit comments

Comments
 (0)