mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 09:46:51 +02:00
Upgrade webui dependencies
This commit is contained in:
parent
d89a85dfb4
commit
d11be77b44
4 changed files with 390 additions and 447 deletions
|
@ -3,38 +3,38 @@
|
|||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fontsource/exo-2": "^4.5.4",
|
||||
"@reduxjs/toolkit": "^1.8.0",
|
||||
"@testing-library/jest-dom": "^4.2.4",
|
||||
"@testing-library/react": "^9.5.0",
|
||||
"@testing-library/user-event": "^7.2.1",
|
||||
"@types/jest": "^24.9.1",
|
||||
"@types/node": "^12.20.46",
|
||||
"@types/react": "^16.14.23",
|
||||
"@types/react-dom": "^16.9.14",
|
||||
"@fontsource/exo-2": "^4.5.9",
|
||||
"@reduxjs/toolkit": "^1.8.5",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/jest": "^29.0.0",
|
||||
"@types/node": "^18.7.15",
|
||||
"@types/react": "^18.0.18",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react-helmet": "^6.1.5",
|
||||
"@types/react-redux": "^7.1.22",
|
||||
"@types/react-redux": "^7.1.24",
|
||||
"@types/react-relay": "^13.0.1",
|
||||
"@types/react-table": "^7.7.10",
|
||||
"@types/react-table": "^7.7.12",
|
||||
"@types/relay-runtime": "^13.0.2",
|
||||
"axios": "^0.26.0",
|
||||
"hamburger-react": "^2.4.1",
|
||||
"i18next": "^21.6.13",
|
||||
"i18next-browser-languagedetector": "^6.1.3",
|
||||
"i18next-http-backend": "^1.3.2",
|
||||
"i18next-parser": "^5.4.0",
|
||||
"lucide-react": "^0.17.6",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"axios": "^0.27.2",
|
||||
"hamburger-react": "^2.5.0",
|
||||
"i18next": "^21.9.1",
|
||||
"i18next-browser-languagedetector": "^6.1.5",
|
||||
"i18next-http-backend": "^1.4.1",
|
||||
"i18next-parser": "^6.5.0",
|
||||
"lucide-react": "^0.88.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-i18next": "^11.15.5",
|
||||
"react-redux": "^7.2.6",
|
||||
"react-i18next": "^11.18.5",
|
||||
"react-redux": "^8.0.2",
|
||||
"react-relay": "^13.2.0",
|
||||
"react-router-dom": "6",
|
||||
"react-scripts": "5.0.0",
|
||||
"react-table": "^7.7.0",
|
||||
"sass": "^1.49.9",
|
||||
"typescript": "~4.1.5"
|
||||
"react-router-dom": "6.3.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-table": "^7.8.0",
|
||||
"sass": "^1.54.8",
|
||||
"typescript": "~4.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "yarn run relay && react-scripts start",
|
||||
|
@ -60,7 +60,7 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-relay": "^13.2.0",
|
||||
"babel-plugin-relay": "^14.1.0",
|
||||
"graphql": "^16.3.0",
|
||||
"relay-compiler": "^13.2.0"
|
||||
}
|
||||
|
|
|
@ -9,9 +9,9 @@ import {logIn} from "../../features/auth/authSlice";
|
|||
|
||||
import {Key} from "lucide-react";
|
||||
import {AuthLocationState} from "../../layouts/AuthLayout";
|
||||
import {Helmet} from "react-helmet";
|
||||
import {Trans, useTranslation} from "react-i18next";
|
||||
import LoginMutation from "../../mutations/LoginMutation";
|
||||
import Helmet from "react-helmet";
|
||||
|
||||
const LoginView = () => {
|
||||
const [username, setUsername] = useState("");
|
||||
|
|
|
@ -6,7 +6,7 @@ import {ReactComponent as Logo} from "../../logo.svg";
|
|||
import {Link, useLocation} from "react-router-dom";
|
||||
import {AuthLocationState} from "../../layouts/AuthLayout";
|
||||
import {useAppDispatch} from "../../app/hooks";
|
||||
import {Helmet} from "react-helmet";
|
||||
import Helmet from "react-helmet";
|
||||
import {Trans, useTranslation} from "react-i18next";
|
||||
import {logIn} from "../../features/auth/authSlice";
|
||||
import RegisterMutation from "../../mutations/RegisterMutation";
|
||||
|
|
777
webui/yarn.lock
777
webui/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue