Skip to content

Commit

Permalink
Add missing episodes util, update deps (#1159)
Browse files Browse the repository at this point in the history
* Add missing-episodes util

* Prepare for react-router v7

* Update react-router to v7, update other deps
  • Loading branch information
harshithmohan authored Dec 15, 2024
1 parent 2c79117 commit 97132b4
Show file tree
Hide file tree
Showing 63 changed files with 725 additions and 530 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
{ "group": ["usehooks-ts"], "importNames": ["useCopyToClipboard"], "message": "Please use copyToClipboard from @/core/util instead." }
],
"paths": [
{ "name": "react-router", "importNames": ["useNavigate"], "message": "Please use @/hooks/useNavigateVoid instead." },
{ "name": "usehooks-ts", "importNames": ["useEventCallback"], "message": "Please use @/hooks/useEventCallback instead." }
]
}
Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shoko-webui",
"version": "2.1.4-dev",
"version": "2.2.0-dev",
"private": true,
"sideEffects": false,
"engines": {
Expand All @@ -16,12 +16,12 @@
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.7",
"@monaco-editor/react": "^4.6.0",
"@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",
"@reduxjs/toolkit": "^2.5.0",
"@sentry/browser": "^8.45.0",
"@sentry/react": "^8.45.0",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.7",
"@tanstack/react-virtual": "^3.11.1",
"axios": "^1.7.9",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
Expand All @@ -30,25 +30,24 @@
"format-thousands": "^2.0.0",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.52.0",
"monaco-editor": "^0.52.2",
"pretty-bytes": "^6.1.1",
"react": "^19.0.0",
"react-animate-height": "^3.2.3",
"react-avatar-editor": "^13.0.2",
"react-dom": "^19.0.0",
"react-grid-layout": "^1.5.0",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-redux": "^9.2.0",
"react-resizable": "^3.0.5",
"react-responsive": "^10.0.0",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0",
"react-router": "^7.0.2",
"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.20.0",
"simple-icons": "^13.21.0",
"use-immer": "^0.10.0",
"usehooks-ts": "^3.1.0"
},
Expand All @@ -59,10 +58,10 @@
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/format-thousands": "^2.0.3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-avatar-editor": "^13.0.3",
"@types/react-dom": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-grid-layout": "^1.3.5",
"@types/react-modal": "^3.16.3",
"@types/react-redux": "^7.1.34",
Expand All @@ -84,11 +83,11 @@
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^10.1.1",
"postcss-preset-env": "^10.1.2",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-tailwindcss": "^0.0.7",
Expand Down
Loading

0 comments on commit 97132b4

Please sign in to comment.