Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumiko committed Nov 1, 2024
1 parent dbafe77 commit 886cfc9
Show file tree
Hide file tree
Showing 3 changed files with 861 additions and 1,015 deletions.
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,35 +23,35 @@
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.16.0",
"axios": "^1.7.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.6",
"axios": "^1.7.7",
"dotenv-cli": "^7.4.2",
"express": "^4.19.2",
"express": "^4.21.1",
"express-jwt": "^8.4.1",
"global-agent": "^3.0.0",
"http-proxy-middleware": "^3.0.0",
"http-proxy-middleware": "^3.0.3",
"json-server": "^0.17.4",
"jsonwebtoken": "^9.0.2",
"lowdb": "^1.0.0",
"parse-torrent": "^11.0.17",
"qs": "^6.12.2",
"ra-data-json-server": "^5.0.3",
"qs": "^6.13.0",
"ra-data-json-server": "^5.3.2",
"react": "^18.3.1",
"react-admin": "^5.0.3",
"react-admin": "^5.3.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-form": "^7.53.1",
"swr": "^2.2.5",
"use-clipboard-copy": "^0.2.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.6.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"npm-run-all": "^4.1.5",
"vite": "^5.3.3"
"vite": "^5.4.10"
}
}
Loading

0 comments on commit 886cfc9

Please sign in to comment.