Skip to content

Commit

Permalink
feat: FilterableAttributes & ArrayStringInput components completed.
Browse files Browse the repository at this point in the history
upgrade deps.
fix sira dropdown divider style.
fix setting json editor data sync logic.
improve visualization setting config experience.
remove unused import.
  • Loading branch information
riccox committed Mar 11, 2023
1 parent 17a1c24 commit f3b43a0
Show file tree
Hide file tree
Showing 9 changed files with 348 additions and 155 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@mantine/hooks": "^6.0.0",
"@mantine/modals": "^6.0.0",
"@monaco-editor/react": "^4.4.6",
"@sira-ui/tailwind": "^0.7.0",
"@tabler/icons-react": "^2.7.0",
"@tanstack/react-query": "^4.26.0",
"@tanstack/react-query-devtools": "^4.26.0",
"@sira-ui/tailwind": "^0.8.0",
"@tabler/icons-react": "^2.8.0",
"@tanstack/react-query": "^4.26.1",
"@tanstack/react-query-devtools": "^4.26.1",
"ahooks": "^3.7.5",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
Expand All @@ -36,16 +36,16 @@
"immer": "^9.0.19",
"lodash": "^4.17.21",
"meilisearch": "^0.31.1",
"qs": "^6.11.0",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.4",
"react-hook-form": "^7.43.5",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.8.2",
"react-toastify": "^9.1.1",
"zod": "^3.21.1",
"zustand": "^4.3.5"
"zod": "^3.21.4",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
Expand Down
Loading

0 comments on commit f3b43a0

Please sign in to comment.