mirror of
https://github.com/XFox111/easylogon-web.git
synced 2026-07-02 19:52:45 +03:00
chore(deps): update dependencies + remove react-helmet + tweak dependabot
This commit is contained in:
+72
-64
@@ -3,71 +3,79 @@
|
|||||||
|
|
||||||
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
|
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
target-branch: "next"
|
target-branch: "next"
|
||||||
assignees:
|
assignees:
|
||||||
- "XFox111"
|
- "XFox111"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
groups:
|
groups:
|
||||||
deps:
|
deps:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
- "react"
|
- "react"
|
||||||
- "react-dom"
|
- "react-dom"
|
||||||
- "@types/react"
|
- "@types/react"
|
||||||
- "@types/react-dom"
|
- "@types/react-dom"
|
||||||
- "scheduler"
|
react:
|
||||||
react:
|
patterns:
|
||||||
patterns:
|
- "react"
|
||||||
- "react"
|
- "react-dom"
|
||||||
- "react-dom"
|
- "@types/react"
|
||||||
- "@types/react"
|
- "@types/react-dom"
|
||||||
- "@types/react-dom"
|
update-types:
|
||||||
update-types:
|
- minor
|
||||||
- minor
|
- patch
|
||||||
- patch
|
react-next:
|
||||||
react-next:
|
patterns:
|
||||||
patterns:
|
- "react"
|
||||||
- "react"
|
- "react-dom"
|
||||||
- "react-dom"
|
- "@types/react"
|
||||||
- "@types/react"
|
- "@types/react-dom"
|
||||||
- "@types/react-dom"
|
update-types:
|
||||||
update-types:
|
- major
|
||||||
- major
|
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
target-branch: "next"
|
target-branch: "next"
|
||||||
assignees:
|
assignees:
|
||||||
- "XFox111"
|
- "XFox111"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
open-pull-requests-limit: 20
|
groups:
|
||||||
|
all:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
||||||
- package-ecosystem: "devcontainers"
|
- package-ecosystem: "devcontainers"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
target-branch: "next"
|
target-branch: "next"
|
||||||
assignees:
|
assignees:
|
||||||
- "XFox111"
|
- "XFox111"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
open-pull-requests-limit: 20
|
groups:
|
||||||
|
all:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
target-branch: "next"
|
target-branch: "next"
|
||||||
assignees:
|
assignees:
|
||||||
- "XFox111"
|
- "XFox111"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
open-pull-requests-limit: 20
|
groups:
|
||||||
|
all:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|||||||
+12
-13
@@ -10,32 +10,31 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fluentui/react-components": "^9.72.6",
|
"@fluentui/react-components": "^9.72.8",
|
||||||
"@fluentui/react-icons": "^2.0.313",
|
"@fluentui/react-icons": "^2.0.316",
|
||||||
"@microsoft/signalr": "^9.0.6",
|
"@microsoft/signalr": "^10.0.0",
|
||||||
"crypto-js": "^4.2.0",
|
"crypto-js": "^4.2.0",
|
||||||
"qrcode.react": "^4.2.0",
|
"qrcode.react": "^4.2.0",
|
||||||
"react": "^19.2.0",
|
"react": "^19.2.1",
|
||||||
"react-dom": "^19.2.0",
|
"react-dom": "^19.2.1",
|
||||||
"react-helmet": "^6.1.0",
|
|
||||||
"react-markdown": "^10.1.0",
|
"react-markdown": "^10.1.0",
|
||||||
"react-router-dom": "^7.9.5"
|
"react-router-dom": "^7.10.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.39.1",
|
"@eslint/js": "^9.39.1",
|
||||||
"@types/crypto-js": "^4.2.2",
|
"@types/crypto-js": "^4.2.2",
|
||||||
"@types/react": "^19.2.2",
|
"@types/react": "^19.2.7",
|
||||||
"@types/react-dom": "^19.2.2",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@types/react-helmet": "^6.1.11",
|
"@types/react-helmet": "^6.1.11",
|
||||||
"@vitejs/plugin-react": "^5.1.0",
|
"@vitejs/plugin-react": "^5.1.2",
|
||||||
"eslint": "^9.39.1",
|
"eslint": "^9.39.1",
|
||||||
"eslint-plugin-react-hooks": "^7.0.1",
|
"eslint-plugin-react-hooks": "^7.0.1",
|
||||||
"eslint-plugin-react-refresh": "^0.4.24",
|
"eslint-plugin-react-refresh": "^0.4.24",
|
||||||
"globals": "^16.5.0",
|
"globals": "^16.5.0",
|
||||||
"scheduler": "0.23.0",
|
"scheduler": "^0.27.0",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"typescript-eslint": "^8.46.4",
|
"typescript-eslint": "^8.49.0",
|
||||||
"vite": "^7.2.2",
|
"vite": "^7.2.7",
|
||||||
"vite-plugin-svgr": "^4.5.0"
|
"vite-plugin-svgr": "^4.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-4
@@ -2,7 +2,6 @@ import { lazy, ReactElement } from "react";
|
|||||||
import { useTheme } from "./utils/useTheme";
|
import { useTheme } from "./utils/useTheme";
|
||||||
import { FluentProvider } from "@fluentui/react-components";
|
import { FluentProvider } from "@fluentui/react-components";
|
||||||
import { BrowserRouter, Navigate, Route, Routes } from "react-router-dom";
|
import { BrowserRouter, Navigate, Route, Routes } from "react-router-dom";
|
||||||
import { Helmet } from "react-helmet";
|
|
||||||
import StartPage from "./pages/StartPage";
|
import StartPage from "./pages/StartPage";
|
||||||
import SuccessPage from "./pages/SuccessPage";
|
import SuccessPage from "./pages/SuccessPage";
|
||||||
import ErrorPage from "./pages/ErrorPage";
|
import ErrorPage from "./pages/ErrorPage";
|
||||||
@@ -25,9 +24,7 @@ export default function App(): ReactElement
|
|||||||
</Routes>
|
</Routes>
|
||||||
</BrowserRouter>
|
</BrowserRouter>
|
||||||
|
|
||||||
<Helmet>
|
<meta name="theme-color" content={ theme.colorNeutralBackground1 } />
|
||||||
<meta name="theme-color" content={ theme.colorNeutralBackground1 } />
|
|
||||||
</Helmet>
|
|
||||||
</FluentProvider>
|
</FluentProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
import { ReactElement } from "react";
|
import { ReactElement } from "react";
|
||||||
import { Helmet } from "react-helmet";
|
|
||||||
|
|
||||||
export default function MetaTitle(props: { title?: string }): ReactElement
|
export default function MetaTitle(props: { title?: string }): ReactElement
|
||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
<Helmet>
|
<title>{ props.title ? `${props.title} - EasyLogon` : "EasyLogon" }</title>
|
||||||
<title>{ props.title ? `${props.title} - EasyLogon` : "EasyLogon" }</title>
|
|
||||||
</Helmet>
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user