chore(deps): bump
This commit is contained in:
@@ -164,6 +164,7 @@
|
||||
<script setup lang="ts">
|
||||
import { computed, ref, watch } from "@nuxtjs/composition-api"
|
||||
import * as E from "fp-ts/Either"
|
||||
import { HoppRESTRequest } from "@hoppscotch/data"
|
||||
import { apolloClient } from "~/helpers/apollo"
|
||||
import {
|
||||
useAxios,
|
||||
@@ -179,7 +180,6 @@ import {
|
||||
restCollections$,
|
||||
} from "~/newstore/collections"
|
||||
import { RESTCollectionImporters } from "~/helpers/import-export/import/importers"
|
||||
import { HoppRESTRequest } from "~/../hoppscotch-data/dist"
|
||||
import { StepReturnValue } from "~/helpers/import-export/steps"
|
||||
|
||||
const props = defineProps<{
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
<script setup lang="ts">
|
||||
import { computed, ref } from "@nuxtjs/composition-api"
|
||||
import * as timeago from "timeago.js"
|
||||
import { safelyExtractRESTRequest } from "~/../hoppscotch-data/dist"
|
||||
import { safelyExtractRESTRequest } from "@hoppscotch/data"
|
||||
import {
|
||||
useI18n,
|
||||
useReadonlyStream,
|
||||
|
||||
@@ -85,6 +85,7 @@
|
||||
<script setup lang="ts">
|
||||
import { computed, ref, watch } from "@nuxtjs/composition-api"
|
||||
import * as O from "fp-ts/Option"
|
||||
import { makeRESTRequest } from "@hoppscotch/data"
|
||||
import { useCodemirror } from "~/helpers/editor/codemirror"
|
||||
import { copyToClipboard } from "~/helpers/utils/clipboard"
|
||||
import {
|
||||
@@ -99,7 +100,6 @@ import {
|
||||
CodegenName,
|
||||
generateCode,
|
||||
} from "~/helpers/new-codegen"
|
||||
import { makeRESTRequest } from "~/../hoppscotch-data/dist"
|
||||
|
||||
const t = useI18n()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user