1
0
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:
Amir Raminfar
2024-10-08 09:39:52 -07:00
committed by GitHub
parent 5a890cbb94
commit 2d62257a33
4 changed files with 8 additions and 7 deletions

View File

@@ -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);

View File

@@ -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;

View File

@@ -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
View File

@@ -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