Skip to content

Commit

Permalink
Update min supported server version and cleanup (#1152)
Browse files Browse the repository at this point in the history
* Update min supported server version and cleanup

* Update deps
  • Loading branch information
harshithmohan authored Dec 8, 2024
1 parent 99fd084 commit f685d76
Show file tree
Hide file tree
Showing 6 changed files with 1,274 additions and 1,235 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.7",
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^2.3.0",
"@sentry/browser": "^8.36.0",
"@sentry/react": "^8.36.0",
"@tanstack/react-query": "^5.59.19",
"@tanstack/react-query-devtools": "^5.59.19",
"@tanstack/react-virtual": "^3.10.8",
"axios": "^1.7.7",
"@reduxjs/toolkit": "^2.4.0",
"@sentry/browser": "^8.42.0",
"@sentry/react": "^8.42.0",
"@tanstack/react-query": "^5.62.3",
"@tanstack/react-query-devtools": "^5.62.3",
"@tanstack/react-virtual": "^3.11.0",
"axios": "^1.7.9",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
Expand All @@ -41,61 +41,61 @@
"react-redux": "^9.1.2",
"react-resizable": "^3.0.5",
"react-responsive": "^10.0.0",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.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.16.0",
"simple-icons": "^13.20.0",
"use-immer": "^0.10.0",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@sentry/vite-plugin": "^2.22.6",
"@sentry/vite-plugin": "^2.22.7",
"@stylistic/stylelint-config": "^2.0.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/format-thousands": "^2.0.3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-avatar-editor": "^13.0.3",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^18.3.2",
"@types/react-grid-layout": "^1.3.5",
"@types/react-modal": "^3.16.3",
"@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.3",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"dprint": "^0.47.5",
"dprint": "^0.47.6",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^10.0.9",
"stylelint": "^16.10.0",
"postcss-preset-env": "^10.1.1",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.16",
"tailwindcss-text-fill-stroke": "2.0.0-beta.1",
"typescript": "5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-webpackchunkname": "^1.0.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit f685d76

Please sign in to comment.