chore(deps): update dependency typescript to ^5.7.2 (#1523)
* chore(deps): update dependency typescript to ^5.7.2 * chore(deps): update dependency typescript to ^5.7.2 * fix: typecheck issue * fix: typecheck issue --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5a3d9745d9
commit
982ab4393e
@@ -89,6 +89,6 @@
|
||||
"eslint": "^9.15.0",
|
||||
"node-loader": "^2.1.0",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,6 +49,6 @@
|
||||
"eslint": "^9.15.0",
|
||||
"prettier": "^3.3.3",
|
||||
"tsx": "4.19.2",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@
|
||||
"@types/ws": "^8.5.13",
|
||||
"eslint": "^9.15.0",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"prettier": "^3.3.3",
|
||||
"testcontainers": "^10.15.0",
|
||||
"turbo": "^2.3.1",
|
||||
"typescript": "^5.6.3",
|
||||
"typescript": "^5.7.2",
|
||||
"vite-tsconfig-paths": "^5.1.3",
|
||||
"vitest": "^2.1.5"
|
||||
},
|
||||
|
||||
@@ -33,6 +33,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,6 +52,6 @@
|
||||
"@types/dockerode": "^3.3.32",
|
||||
"eslint": "^9.15.0",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,6 +47,6 @@
|
||||
"@types/cookies": "0.9.0",
|
||||
"eslint": "^9.15.0",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,10 +59,11 @@ export class LdapClient {
|
||||
private static convertEntryPropertyToString(value: Entry[string]) {
|
||||
const firstValue = Array.isArray(value) ? (value[0] ?? "") : value;
|
||||
|
||||
if (firstValue instanceof Buffer) {
|
||||
return firstValue.toString("utf8");
|
||||
if (typeof firstValue === "string") {
|
||||
return firstValue;
|
||||
}
|
||||
return firstValue;
|
||||
|
||||
return firstValue.toString("utf8");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -34,6 +34,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,6 +45,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,6 +57,6 @@
|
||||
"eslint": "^9.15.0",
|
||||
"prettier": "^3.3.3",
|
||||
"tsx": "4.19.2",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,6 +42,6 @@
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,6 +35,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": "@homarr/prettier-config"
|
||||
}
|
||||
|
||||
@@ -33,6 +33,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": "@homarr/prettier-config"
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": "@homarr/prettier-config"
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,6 +34,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": "@homarr/prettier-config"
|
||||
}
|
||||
|
||||
@@ -30,6 +30,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": "@homarr/prettier-config"
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"@types/css-modules": "^1.0.5",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": "@homarr/prettier-config"
|
||||
}
|
||||
|
||||
@@ -34,6 +34,6 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,6 +72,6 @@
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"@types/video.js": "^7.3.58",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -112,7 +112,7 @@ export const WidgetSortedItemListInput = <TItem, TOptionValue extends UniqueIden
|
||||
>
|
||||
<SortableContext items={values} strategy={verticalListSortingStrategy}>
|
||||
<Stack gap="xs">
|
||||
<>
|
||||
<React.Fragment>
|
||||
{values.map((value, index) => {
|
||||
const item = getItem(value);
|
||||
const removeItem = () => {
|
||||
@@ -148,8 +148,8 @@ export const WidgetSortedItemListInput = <TItem, TOptionValue extends UniqueIden
|
||||
<Loader />
|
||||
</Center>
|
||||
)}
|
||||
{error && <Center h={256}>{JSON.stringify(error)}</Center>}
|
||||
</>
|
||||
{error ? <Center h={256}>{JSON.stringify(error)}</Center> : null}
|
||||
</React.Fragment>
|
||||
</Stack>
|
||||
</SortableContext>
|
||||
</DndContext>
|
||||
|
||||
298
pnpm-lock.yaml
generated
298
pnpm-lock.yaml
generated
@@ -18,7 +18,7 @@ importers:
|
||||
version: link:tooling/prettier
|
||||
'@turbo/gen':
|
||||
specifier: ^2.3.1
|
||||
version: 2.3.1(@types/node@22.9.3)(typescript@5.6.3)
|
||||
version: 2.3.1(@types/node@22.9.3)(typescript@5.7.2)
|
||||
'@vitejs/plugin-react':
|
||||
specifier: ^4.3.3
|
||||
version: 4.3.3(vite@5.4.5(@types/node@22.9.3)(sass@1.81.0)(sugarss@4.0.1(postcss@8.4.47))(terser@5.32.0))
|
||||
@@ -44,11 +44,11 @@ importers:
|
||||
specifier: ^2.3.1
|
||||
version: 2.3.1
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
vite-tsconfig-paths:
|
||||
specifier: ^5.1.3
|
||||
version: 5.1.3(typescript@5.6.3)(vite@5.4.5(@types/node@22.9.3)(sass@1.81.0)(sugarss@4.0.1(postcss@8.4.47))(terser@5.32.0))
|
||||
version: 5.1.3(typescript@5.7.2)(vite@5.4.5(@types/node@22.9.3)(sass@1.81.0)(sugarss@4.0.1(postcss@8.4.47))(terser@5.32.0))
|
||||
vitest:
|
||||
specifier: ^2.1.5
|
||||
version: 2.1.5(@types/node@22.9.3)(@vitest/ui@2.1.5)(jsdom@25.0.1)(sass@1.81.0)(sugarss@4.0.1(postcss@8.4.47))(terser@5.32.0)
|
||||
@@ -141,7 +141,7 @@ importers:
|
||||
version: 1.0.12(rollup@4.21.3)(webpack-sources@3.2.3)
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.11.1
|
||||
version: 0.11.1(typescript@5.6.3)(zod@3.23.8)
|
||||
version: 0.11.1(typescript@5.7.2)(zod@3.23.8)
|
||||
'@tabler/icons-react':
|
||||
specifier: ^3.22.0
|
||||
version: 3.22.0(react@18.3.1)
|
||||
@@ -156,16 +156,16 @@ importers:
|
||||
version: 5.61.0(@tanstack/react-query@5.61.0(react@18.3.1))(next@14.2.18(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(react@18.3.1)
|
||||
'@trpc/client':
|
||||
specifier: next
|
||||
version: 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3)
|
||||
version: 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2)
|
||||
'@trpc/next':
|
||||
specifier: next
|
||||
version: 11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/react-query@11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(next@14.2.18(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)
|
||||
version: 11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(next@14.2.18(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)
|
||||
'@trpc/react-query':
|
||||
specifier: next
|
||||
version: 11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)
|
||||
version: 11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)
|
||||
'@trpc/server':
|
||||
specifier: next
|
||||
version: 11.0.0-rc.643(typescript@5.6.3)
|
||||
version: 11.0.0-rc.643(typescript@5.7.2)
|
||||
'@xterm/addon-canvas':
|
||||
specifier: ^0.7.0
|
||||
version: 0.7.0(@xterm/xterm@5.5.0)
|
||||
@@ -273,8 +273,8 @@ importers:
|
||||
specifier: ^3.3.3
|
||||
version: 3.3.3
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
apps/tasks:
|
||||
dependencies:
|
||||
@@ -361,8 +361,8 @@ importers:
|
||||
specifier: 4.19.2
|
||||
version: 4.19.2
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
apps/websocket:
|
||||
dependencies:
|
||||
@@ -419,8 +419,8 @@ importers:
|
||||
specifier: ^3.3.3
|
||||
version: 3.3.3
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/analytics:
|
||||
dependencies:
|
||||
@@ -453,8 +453,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/api:
|
||||
dependencies:
|
||||
@@ -508,13 +508,13 @@ importers:
|
||||
version: link:../validation
|
||||
'@trpc/client':
|
||||
specifier: next
|
||||
version: 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3)
|
||||
version: 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2)
|
||||
'@trpc/react-query':
|
||||
specifier: next
|
||||
version: 11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)
|
||||
version: 11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)
|
||||
'@trpc/server':
|
||||
specifier: next
|
||||
version: 11.0.0-rc.643(typescript@5.6.3)
|
||||
version: 11.0.0-rc.643(typescript@5.7.2)
|
||||
dockerode:
|
||||
specifier: ^4.0.2
|
||||
version: 4.0.2
|
||||
@@ -529,7 +529,7 @@ importers:
|
||||
version: 2.2.1
|
||||
trpc-swagger:
|
||||
specifier: ^1.2.6
|
||||
version: 1.2.6(patch_hash=6s72z7zx33c52iesv5sewipn6i)(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(zod@3.23.8)
|
||||
version: 1.2.6(patch_hash=6s72z7zx33c52iesv5sewipn6i)(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(zod@3.23.8)
|
||||
devDependencies:
|
||||
'@homarr/eslint-config':
|
||||
specifier: workspace:^0.2.0
|
||||
@@ -550,8 +550,8 @@ importers:
|
||||
specifier: ^3.3.3
|
||||
version: 3.3.3
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/auth:
|
||||
dependencies:
|
||||
@@ -578,7 +578,7 @@ importers:
|
||||
version: link:../validation
|
||||
'@t3-oss/env-nextjs':
|
||||
specifier: ^0.11.1
|
||||
version: 0.11.1(typescript@5.6.3)(zod@3.23.8)
|
||||
version: 0.11.1(typescript@5.7.2)(zod@3.23.8)
|
||||
bcrypt:
|
||||
specifier: ^5.1.1
|
||||
version: 5.1.1
|
||||
@@ -623,8 +623,8 @@ importers:
|
||||
specifier: ^3.3.3
|
||||
version: 3.3.3
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/cli:
|
||||
dependencies:
|
||||
@@ -657,8 +657,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/common:
|
||||
dependencies:
|
||||
@@ -691,8 +691,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/cron-job-runner:
|
||||
dependencies:
|
||||
@@ -719,8 +719,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/cron-job-status:
|
||||
dependencies:
|
||||
@@ -741,8 +741,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/cron-jobs:
|
||||
dependencies:
|
||||
@@ -811,8 +811,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/cron-jobs-core:
|
||||
dependencies:
|
||||
@@ -839,8 +839,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/db:
|
||||
dependencies:
|
||||
@@ -906,8 +906,8 @@ importers:
|
||||
specifier: 4.19.2
|
||||
version: 4.19.2
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/definitions:
|
||||
dependencies:
|
||||
@@ -928,8 +928,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/form:
|
||||
dependencies:
|
||||
@@ -956,8 +956,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/icons:
|
||||
dependencies:
|
||||
@@ -984,8 +984,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/integrations:
|
||||
dependencies:
|
||||
@@ -1039,8 +1039,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/log:
|
||||
dependencies:
|
||||
@@ -1067,8 +1067,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/modals:
|
||||
dependencies:
|
||||
@@ -1101,8 +1101,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/modals-collection:
|
||||
dependencies:
|
||||
@@ -1162,8 +1162,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/notifications:
|
||||
dependencies:
|
||||
@@ -1190,8 +1190,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/old-import:
|
||||
dependencies:
|
||||
@@ -1230,8 +1230,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/old-schema:
|
||||
dependencies:
|
||||
@@ -1252,8 +1252,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/ping:
|
||||
dependencies:
|
||||
@@ -1277,8 +1277,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/redis:
|
||||
dependencies:
|
||||
@@ -1314,8 +1314,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/request-handler:
|
||||
dependencies:
|
||||
@@ -1357,8 +1357,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/server-settings:
|
||||
dependencies:
|
||||
@@ -1382,8 +1382,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/spotlight:
|
||||
dependencies:
|
||||
@@ -1452,8 +1452,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/translation:
|
||||
dependencies:
|
||||
@@ -1495,8 +1495,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/ui:
|
||||
dependencies:
|
||||
@@ -1553,8 +1553,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/validation:
|
||||
dependencies:
|
||||
@@ -1587,8 +1587,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
packages/widgets:
|
||||
dependencies:
|
||||
@@ -1732,8 +1732,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
tooling/eslint:
|
||||
dependencies:
|
||||
@@ -1748,7 +1748,7 @@ importers:
|
||||
version: 2.3.1(eslint@9.15.0)
|
||||
eslint-plugin-import:
|
||||
specifier: ^2.31.0
|
||||
version: 2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint@9.15.0)
|
||||
version: 2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.7.2))(eslint@9.15.0)
|
||||
eslint-plugin-jsx-a11y:
|
||||
specifier: ^6.10.2
|
||||
version: 6.10.2(eslint@9.15.0)
|
||||
@@ -1760,7 +1760,7 @@ importers:
|
||||
version: 5.0.0(eslint@9.15.0)
|
||||
typescript-eslint:
|
||||
specifier: ^8.15.0
|
||||
version: 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
version: 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
devDependencies:
|
||||
'@homarr/prettier-config':
|
||||
specifier: workspace:^0.1.0
|
||||
@@ -1772,8 +1772,8 @@ importers:
|
||||
specifier: ^9.15.0
|
||||
version: 9.15.0
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
tooling/github: {}
|
||||
|
||||
@@ -1790,8 +1790,8 @@ importers:
|
||||
specifier: workspace:^0.1.0
|
||||
version: link:../typescript
|
||||
typescript:
|
||||
specifier: ^5.6.3
|
||||
version: 5.6.3
|
||||
specifier: ^5.7.2
|
||||
version: 5.7.2
|
||||
|
||||
tooling/semver: {}
|
||||
|
||||
@@ -7864,8 +7864,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
typescript@5.6.3:
|
||||
resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
|
||||
typescript@5.7.2:
|
||||
resolution: {integrity: sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==}
|
||||
engines: {node: '>=14.17'}
|
||||
hasBin: true
|
||||
|
||||
@@ -9945,18 +9945,18 @@ snapshots:
|
||||
'@swc/counter': 0.1.3
|
||||
tslib: 2.7.0
|
||||
|
||||
'@t3-oss/env-core@0.11.1(typescript@5.6.3)(zod@3.23.8)':
|
||||
'@t3-oss/env-core@0.11.1(typescript@5.7.2)(zod@3.23.8)':
|
||||
dependencies:
|
||||
zod: 3.23.8
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
|
||||
'@t3-oss/env-nextjs@0.11.1(typescript@5.6.3)(zod@3.23.8)':
|
||||
'@t3-oss/env-nextjs@0.11.1(typescript@5.7.2)(zod@3.23.8)':
|
||||
dependencies:
|
||||
'@t3-oss/env-core': 0.11.1(typescript@5.6.3)(zod@3.23.8)
|
||||
'@t3-oss/env-core': 0.11.1(typescript@5.7.2)(zod@3.23.8)
|
||||
zod: 3.23.8
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
|
||||
'@tabler/icons-react@3.22.0(react@18.3.1)':
|
||||
dependencies:
|
||||
@@ -10221,35 +10221,35 @@ snapshots:
|
||||
|
||||
'@tootallnate/quickjs-emscripten@0.23.0': {}
|
||||
|
||||
'@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3)':
|
||||
'@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@trpc/server': 11.0.0-rc.643(typescript@5.6.3)
|
||||
typescript: 5.6.3
|
||||
'@trpc/server': 11.0.0-rc.643(typescript@5.7.2)
|
||||
typescript: 5.7.2
|
||||
|
||||
'@trpc/next@11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/react-query@11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(next@14.2.18(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)':
|
||||
'@trpc/next@11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/react-query@11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(next@14.2.18(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@trpc/client': 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3)
|
||||
'@trpc/server': 11.0.0-rc.643(typescript@5.6.3)
|
||||
'@trpc/client': 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2)
|
||||
'@trpc/server': 11.0.0-rc.643(typescript@5.7.2)
|
||||
next: 14.2.18(@babel/core@7.26.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(sass@1.81.0)
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
optionalDependencies:
|
||||
'@tanstack/react-query': 5.61.0(react@18.3.1)
|
||||
'@trpc/react-query': 11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)
|
||||
'@trpc/react-query': 11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)
|
||||
|
||||
'@trpc/react-query@11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)':
|
||||
'@trpc/react-query@11.0.0-rc.643(@tanstack/react-query@5.61.0(react@18.3.1))(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@tanstack/react-query': 5.61.0(react@18.3.1)
|
||||
'@trpc/client': 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3)
|
||||
'@trpc/server': 11.0.0-rc.643(typescript@5.6.3)
|
||||
'@trpc/client': 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2)
|
||||
'@trpc/server': 11.0.0-rc.643(typescript@5.7.2)
|
||||
react: 18.3.1
|
||||
react-dom: 18.3.1(react@18.3.1)
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
|
||||
'@trpc/server@11.0.0-rc.643(typescript@5.6.3)':
|
||||
'@trpc/server@11.0.0-rc.643(typescript@5.7.2)':
|
||||
dependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
|
||||
'@tsconfig/node10@1.0.11': {}
|
||||
|
||||
@@ -10261,7 +10261,7 @@ snapshots:
|
||||
|
||||
'@tsconfig/svelte@1.0.13': {}
|
||||
|
||||
'@turbo/gen@2.3.1(@types/node@22.9.3)(typescript@5.6.3)':
|
||||
'@turbo/gen@2.3.1(@types/node@22.9.3)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@turbo/workspaces': 2.3.1
|
||||
commander: 10.0.1
|
||||
@@ -10271,7 +10271,7 @@ snapshots:
|
||||
node-plop: 0.26.3
|
||||
picocolors: 1.0.1
|
||||
proxy-agent: 6.4.0
|
||||
ts-node: 10.9.2(@types/node@22.9.3)(typescript@5.6.3)
|
||||
ts-node: 10.9.2(@types/node@22.9.3)(typescript@5.7.2)
|
||||
update-check: 1.5.4
|
||||
validate-npm-package-name: 5.0.1
|
||||
transitivePeerDependencies:
|
||||
@@ -10500,34 +10500,34 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/node': 22.9.3
|
||||
|
||||
'@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint@9.15.0)(typescript@5.6.3)':
|
||||
'@typescript-eslint/eslint-plugin@8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.7.2))(eslint@9.15.0)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.12.1
|
||||
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/scope-manager': 8.15.0
|
||||
'@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/type-utils': 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/visitor-keys': 8.15.0
|
||||
eslint: 9.15.0
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.2
|
||||
natural-compare: 1.4.0
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
ts-api-utils: 1.3.0(typescript@5.7.2)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3)':
|
||||
'@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 8.15.0
|
||||
'@typescript-eslint/types': 8.15.0
|
||||
'@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3)
|
||||
'@typescript-eslint/typescript-estree': 8.15.0(typescript@5.7.2)
|
||||
'@typescript-eslint/visitor-keys': 8.15.0
|
||||
debug: 4.3.7
|
||||
eslint: 9.15.0
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -10536,21 +10536,21 @@ snapshots:
|
||||
'@typescript-eslint/types': 8.15.0
|
||||
'@typescript-eslint/visitor-keys': 8.15.0
|
||||
|
||||
'@typescript-eslint/type-utils@8.15.0(eslint@9.15.0)(typescript@5.6.3)':
|
||||
'@typescript-eslint/type-utils@8.15.0(eslint@9.15.0)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/typescript-estree': 8.15.0(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
debug: 4.3.7
|
||||
eslint: 9.15.0
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
ts-api-utils: 1.3.0(typescript@5.7.2)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/types@8.15.0': {}
|
||||
|
||||
'@typescript-eslint/typescript-estree@8.15.0(typescript@5.6.3)':
|
||||
'@typescript-eslint/typescript-estree@8.15.0(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 8.15.0
|
||||
'@typescript-eslint/visitor-keys': 8.15.0
|
||||
@@ -10559,21 +10559,21 @@ snapshots:
|
||||
is-glob: 4.0.3
|
||||
minimatch: 9.0.5
|
||||
semver: 7.6.3
|
||||
ts-api-utils: 1.3.0(typescript@5.6.3)
|
||||
ts-api-utils: 1.3.0(typescript@5.7.2)
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@8.15.0(eslint@9.15.0)(typescript@5.6.3)':
|
||||
'@typescript-eslint/utils@8.15.0(eslint@9.15.0)(typescript@5.7.2)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.15.0)
|
||||
'@typescript-eslint/scope-manager': 8.15.0
|
||||
'@typescript-eslint/types': 8.15.0
|
||||
'@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3)
|
||||
'@typescript-eslint/typescript-estree': 8.15.0(typescript@5.7.2)
|
||||
eslint: 9.15.0
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -11975,17 +11975,17 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@9.15.0):
|
||||
eslint-module-utils@2.12.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint@9.15.0):
|
||||
dependencies:
|
||||
debug: 3.2.7
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
eslint: 9.15.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint@9.15.0):
|
||||
eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.7.2))(eslint@9.15.0):
|
||||
dependencies:
|
||||
'@rtsao/scc': 1.1.0
|
||||
array-includes: 3.1.8
|
||||
@@ -11996,7 +11996,7 @@ snapshots:
|
||||
doctrine: 2.1.0
|
||||
eslint: 9.15.0
|
||||
eslint-import-resolver-node: 0.3.9
|
||||
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint@9.15.0)
|
||||
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint@9.15.0)
|
||||
hasown: 2.0.2
|
||||
is-core-module: 2.15.1
|
||||
is-glob: 4.0.3
|
||||
@@ -12008,7 +12008,7 @@ snapshots:
|
||||
string.prototype.trimend: 1.0.8
|
||||
tsconfig-paths: 3.15.0
|
||||
optionalDependencies:
|
||||
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-import-resolver-webpack
|
||||
@@ -14863,10 +14863,10 @@ snapshots:
|
||||
|
||||
triple-beam@1.4.1: {}
|
||||
|
||||
trpc-swagger@1.2.6(patch_hash=6s72z7zx33c52iesv5sewipn6i)(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3))(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(zod@3.23.8):
|
||||
trpc-swagger@1.2.6(patch_hash=6s72z7zx33c52iesv5sewipn6i)(@trpc/client@11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2))(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(zod@3.23.8):
|
||||
dependencies:
|
||||
'@trpc/client': 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.6.3))(typescript@5.6.3)
|
||||
'@trpc/server': 11.0.0-rc.643(typescript@5.6.3)
|
||||
'@trpc/client': 11.0.0-rc.643(@trpc/server@11.0.0-rc.643(typescript@5.7.2))(typescript@5.7.2)
|
||||
'@trpc/server': 11.0.0-rc.643(typescript@5.7.2)
|
||||
chalk-scripts: 1.2.8
|
||||
co-body: 6.2.0
|
||||
lodash.clonedeep: 4.5.0
|
||||
@@ -14875,13 +14875,13 @@ snapshots:
|
||||
zod: 3.23.8
|
||||
zod-to-json-schema: 3.23.3(zod@3.23.8)
|
||||
|
||||
ts-api-utils@1.3.0(typescript@5.6.3):
|
||||
ts-api-utils@1.3.0(typescript@5.7.2):
|
||||
dependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
|
||||
ts-mixer@6.0.4: {}
|
||||
|
||||
ts-node@10.9.2(@types/node@22.9.3)(typescript@5.6.3):
|
||||
ts-node@10.9.2(@types/node@22.9.3)(typescript@5.7.2):
|
||||
dependencies:
|
||||
'@cspotcode/source-map-support': 0.8.1
|
||||
'@tsconfig/node10': 1.0.11
|
||||
@@ -14895,15 +14895,15 @@ snapshots:
|
||||
create-require: 1.1.1
|
||||
diff: 4.0.2
|
||||
make-error: 1.3.6
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
v8-compile-cache-lib: 3.0.1
|
||||
yn: 3.1.1
|
||||
|
||||
ts-toolbelt@9.6.0: {}
|
||||
|
||||
tsconfck@3.1.3(typescript@5.6.3):
|
||||
tsconfck@3.1.3(typescript@5.7.2):
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
|
||||
tsconfig-paths@3.15.0:
|
||||
dependencies:
|
||||
@@ -15013,18 +15013,18 @@ snapshots:
|
||||
dependencies:
|
||||
ts-toolbelt: 9.6.0
|
||||
|
||||
typescript-eslint@8.15.0(eslint@9.15.0)(typescript@5.6.3):
|
||||
typescript-eslint@8.15.0(eslint@9.15.0)(typescript@5.7.2):
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.6.3))(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.6.3)
|
||||
'@typescript-eslint/eslint-plugin': 8.15.0(@typescript-eslint/parser@8.15.0(eslint@9.15.0)(typescript@5.7.2))(eslint@9.15.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/parser': 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0)(typescript@5.7.2)
|
||||
eslint: 9.15.0
|
||||
optionalDependencies:
|
||||
typescript: 5.6.3
|
||||
typescript: 5.7.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
typescript@5.6.3: {}
|
||||
typescript@5.7.2: {}
|
||||
|
||||
uc.micro@2.1.0: {}
|
||||
|
||||
@@ -15228,11 +15228,11 @@ snapshots:
|
||||
- supports-color
|
||||
- terser
|
||||
|
||||
vite-tsconfig-paths@5.1.3(typescript@5.6.3)(vite@5.4.5(@types/node@22.9.3)(sass@1.81.0)(sugarss@4.0.1(postcss@8.4.47))(terser@5.32.0)):
|
||||
vite-tsconfig-paths@5.1.3(typescript@5.7.2)(vite@5.4.5(@types/node@22.9.3)(sass@1.81.0)(sugarss@4.0.1(postcss@8.4.47))(terser@5.32.0)):
|
||||
dependencies:
|
||||
debug: 4.3.7
|
||||
globrex: 0.1.2
|
||||
tsconfck: 3.1.3(typescript@5.6.3)
|
||||
tsconfck: 3.1.3(typescript@5.7.2)
|
||||
optionalDependencies:
|
||||
vite: 5.4.5(@types/node@22.9.3)(sass@1.81.0)(sugarss@4.0.1(postcss@8.4.47))(terser@5.32.0)
|
||||
transitivePeerDependencies:
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"@homarr/prettier-config": "workspace:^0.1.0",
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"eslint": "^9.15.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": "@homarr/prettier-config"
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@homarr/tsconfig": "workspace:^0.1.0",
|
||||
"typescript": "^5.6.3"
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"prettier": "@homarr/prettier-config"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user