Skip to content

Commit

Permalink
Improve filter functionality, misc fixes, update deps (#1105)
Browse files Browse the repository at this point in the history
* Move series tags button to a separate component

* De-duplicate code from collection items

* Rename `useFirstRunSettingsContext` to fix typo

* Fix filtering inside groups and allow filtering as well

* Fix filtering inside presets

* Update dependencies

* Fix spinner in add series modal
  • Loading branch information
harshithmohan authored Oct 13, 2024
1 parent 28d2796 commit 1216b86
Show file tree
Hide file tree
Showing 20 changed files with 1,652 additions and 1,612 deletions.
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,94 +8,94 @@
"npm": ">=3.8"
},
"dependencies": {
"@fontsource/sora": "^5.0.19",
"@headlessui/react": "^2.1.3",
"@fontsource/sora": "^5.1.0",
"@headlessui/react": "^2.1.10",
"@headlessui/tailwindcss": "^0.2.1",
"@hello-pangea/dnd": "^16.6.0",
"@hello-pangea/dnd": "^17.0.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.7",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/browser": "^8.26.0",
"@sentry/react": "^8.26.0",
"@tanstack/react-query": "^5.52.1",
"@tanstack/react-query-devtools": "^5.52.1",
"@tanstack/react-virtual": "^3.10.4",
"axios": "^1.7.5",
"@reduxjs/toolkit": "^2.2.8",
"@sentry/browser": "^8.34.0",
"@sentry/react": "^8.34.0",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query-devtools": "^5.59.13",
"@tanstack/react-virtual": "^3.10.8",
"axios": "^1.7.7",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"fast-json-patch": "^3.1.1",
"format-thousands": "^2.0.0",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.51.0",
"monaco-editor": "^0.52.0",
"pretty-bytes": "^6.1.1",
"react": "^18.3.1",
"react-animate-height": "^3.2.3",
"react-avatar-editor": "^13.0.2",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4",
"react-grid-layout": "^1.5.0",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-resizable": "^3.0.5",
"react-responsive": "^10.0.0",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-toastify": "^10.0.5",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"react-toastify": "^10.0.6",
"react-tooltip": "^5.28.0",
"react-use-measure": "^2.1.1",
"redux": "^5.0.1",
"semver": "^7.6.3",
"simple-icons": "^13.7.0",
"simple-icons": "^13.14.0",
"use-immer": "^0.10.0",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.22.2",
"@sentry/vite-plugin": "^2.22.5",
"@stylistic/stylelint-config": "^2.0.0",
"@stylistic/stylelint-plugin": "^3.0.1",
"@tanstack/eslint-plugin-query": "^5.52.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/format-thousands": "^2.0.3",
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/react-avatar-editor": "^13.0.2",
"@types/react-dom": "^18.3.0",
"@types/lodash": "^4.17.10",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-avatar-editor": "^13.0.3",
"@types/react-dom": "^18.3.1",
"@types/react-grid-layout": "^1.3.5",
"@types/react-modal": "^3.16.3",
"@types/react-redux": "^7.1.33",
"@types/react-redux": "^7.1.34",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.2",
"cross-env": "^7.0.3",
"dprint": "^0.47.2",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^10.0.2",
"stylelint": "^16.8.2",
"postcss-preset-env": "^10.0.7",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.13",
"tailwindcss-text-fill-stroke": "2.0.0-beta.1",
"typescript": "5.5.4",
"vite": "^5.4.2",
"typescript": "5.6.3",
"vite": "^5.4.8",
"vite-plugin-webpackchunkname": "^1.0.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 1216b86

Please sign in to comment.