mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 23:03:47 +01:00
chore: fixes typecheck for arrow (#3317)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Container } from "@/models/Container";
|
||||
import { Table } from "@apache-arrow/ts";
|
||||
import { type Table } from "@apache-arrow/esnext-esm";
|
||||
const { container } = defineProps<{ container: Container }>();
|
||||
const query = ref("SELECT * FROM logs");
|
||||
const error = ref<string | null>(null);
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</table>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { Table } from "@apache-arrow/ts";
|
||||
import { type Table } from "@apache-arrow/esnext-esm";
|
||||
|
||||
const { loading, table } = defineProps<{
|
||||
loading: boolean;
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
"vue-router": "^4.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apache-arrow/ts": "^17.0.0",
|
||||
"@apache-arrow/esnext-esm": "^17.0.0",
|
||||
"@pinia/testing": "^0.1.6",
|
||||
"@playwright/test": "^1.47.2",
|
||||
"@types/d3-array": "^3.2.1",
|
||||
|
||||
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
@@ -150,7 +150,7 @@ importers:
|
||||
specifier: ^4.4.5
|
||||
version: 4.4.5(vue@3.5.11(typescript@5.6.2))
|
||||
devDependencies:
|
||||
'@apache-arrow/ts':
|
||||
'@apache-arrow/esnext-esm':
|
||||
specifier: ^17.0.0
|
||||
version: 17.0.0
|
||||
'@pinia/testing':
|
||||
@@ -336,8 +336,9 @@ packages:
|
||||
'@antfu/utils@0.7.10':
|
||||
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
|
||||
|
||||
'@apache-arrow/ts@17.0.0':
|
||||
resolution: {integrity: sha512-+NrpPoCEanJ29CRvo284yoyuIEOia1rsNavnczH3CgsFQG8SOyRX5hnfWa9MMWtiQZ/fhrELWEfO/7Hw1I2Heg==}
|
||||
'@apache-arrow/esnext-esm@17.0.0':
|
||||
resolution: {integrity: sha512-2dcd6jCdeeoAln7vNvTuyGOj1UB23PtBic2nwWJo7JaqFjNBiybC/KNW+W5p1rLeG9fLDmlZWYTNxQbIkWSHDw==}
|
||||
hasBin: true
|
||||
|
||||
'@babel/helper-string-parser@7.24.8':
|
||||
resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
|
||||
@@ -3652,7 +3653,7 @@ snapshots:
|
||||
|
||||
'@antfu/utils@0.7.10': {}
|
||||
|
||||
'@apache-arrow/ts@17.0.0':
|
||||
'@apache-arrow/esnext-esm@17.0.0':
|
||||
dependencies:
|
||||
'@swc/helpers': 0.5.13
|
||||
'@types/command-line-args': 5.2.3
|
||||
|
||||
Reference in New Issue
Block a user