mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
chore: update type definitions
This commit is contained in:
parent
ee2ca5da41
commit
20b9857887
@ -44,14 +44,14 @@
|
||||
"autoprefixer": "^10.4.19",
|
||||
"byte-size": "^8.1.1",
|
||||
"commitlint": "^19.3.0",
|
||||
"daisyui": "^4.12.8",
|
||||
"daisyui": "^4.12.10",
|
||||
"dayjs": "^1.11.11",
|
||||
"eslint": "^9.5.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"husky": "^9.0.11",
|
||||
"is-ip": "^5.0.1",
|
||||
"ky": "^1.3.0",
|
||||
"ky": "^1.4.0",
|
||||
"lint-staged": "^15.2.7",
|
||||
"lodash": "^4.17.21",
|
||||
"match-sorter": "^6.3.4",
|
||||
@ -73,5 +73,5 @@
|
||||
"vite-plugin-solid": "^2.10.2",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"packageManager": "pnpm@9.1.4"
|
||||
"packageManager": "pnpm@9.4.0"
|
||||
}
|
||||
|
13421
pnpm-lock.yaml
13421
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -41,8 +41,8 @@ import {
|
||||
|
||||
const TagClientSourceIPWithNameForm: Component = () => {
|
||||
const schema = z.object({
|
||||
tagName: z.string().nonempty(),
|
||||
sourceIP: z.string().nonempty(),
|
||||
tagName: z.string().min(1),
|
||||
sourceIP: z.string().min(1),
|
||||
})
|
||||
|
||||
const [t] = useI18n()
|
||||
|
@ -17,8 +17,8 @@ import {
|
||||
updateGEODatabasesAPI,
|
||||
updatingGEODatabases,
|
||||
upgradeBackendAPI,
|
||||
upgradingBackend,
|
||||
upgradeUIAPI,
|
||||
upgradingBackend,
|
||||
upgradingUI,
|
||||
} from '~/apis'
|
||||
import { Button, ConfigTitle } from '~/components'
|
||||
@ -113,7 +113,6 @@ const ConfigForm: Component<{ backendVersion: Accessor<string> }> = ({
|
||||
backendVersion,
|
||||
}) => {
|
||||
const [t] = useI18n()
|
||||
const navigate = useNavigate()
|
||||
|
||||
const portList = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user