chore(deps): bump
This commit is contained in:
@@ -26,6 +26,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^16.0.2",
|
"@commitlint/cli": "^16.0.2",
|
||||||
"@commitlint/config-conventional": "^16.0.0",
|
"@commitlint/config-conventional": "^16.0.0",
|
||||||
"@types/node": "^17.0.8"
|
"@types/node": "^17.0.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,14 +16,14 @@
|
|||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/highlight": "^0.19.7",
|
"@codemirror/highlight": "^0.19.6",
|
||||||
"@codemirror/language": "^0.19.7",
|
"@codemirror/language": "^0.19.7",
|
||||||
"@lezer/lr": "^0.15.5"
|
"@lezer/lr": "^0.15.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lezer/generator": "^0.15.2",
|
"@lezer/generator": "^0.15.2",
|
||||||
"mocha": "^9.1.3",
|
"mocha": "^9.1.4",
|
||||||
"rollup": "^2.63.0",
|
"rollup": "^2.64.0",
|
||||||
"rollup-plugin-dts": "^4.1.0",
|
"rollup-plugin-dts": "^4.1.0",
|
||||||
"rollup-plugin-ts": "^2.0.5",
|
"rollup-plugin-ts": "^2.0.5",
|
||||||
"typescript": "^4.5.4"
|
"typescript": "^4.5.4"
|
||||||
|
|||||||
@@ -164,6 +164,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed, ref, watch } from "@nuxtjs/composition-api"
|
import { computed, ref, watch } from "@nuxtjs/composition-api"
|
||||||
import * as E from "fp-ts/Either"
|
import * as E from "fp-ts/Either"
|
||||||
|
import { HoppRESTRequest } from "@hoppscotch/data"
|
||||||
import { apolloClient } from "~/helpers/apollo"
|
import { apolloClient } from "~/helpers/apollo"
|
||||||
import {
|
import {
|
||||||
useAxios,
|
useAxios,
|
||||||
@@ -179,7 +180,6 @@ import {
|
|||||||
restCollections$,
|
restCollections$,
|
||||||
} from "~/newstore/collections"
|
} from "~/newstore/collections"
|
||||||
import { RESTCollectionImporters } from "~/helpers/import-export/import/importers"
|
import { RESTCollectionImporters } from "~/helpers/import-export/import/importers"
|
||||||
import { HoppRESTRequest } from "~/../hoppscotch-data/dist"
|
|
||||||
import { StepReturnValue } from "~/helpers/import-export/steps"
|
import { StepReturnValue } from "~/helpers/import-export/steps"
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
|
|||||||
@@ -103,7 +103,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed, ref } from "@nuxtjs/composition-api"
|
import { computed, ref } from "@nuxtjs/composition-api"
|
||||||
import * as timeago from "timeago.js"
|
import * as timeago from "timeago.js"
|
||||||
import { safelyExtractRESTRequest } from "~/../hoppscotch-data/dist"
|
import { safelyExtractRESTRequest } from "@hoppscotch/data"
|
||||||
import {
|
import {
|
||||||
useI18n,
|
useI18n,
|
||||||
useReadonlyStream,
|
useReadonlyStream,
|
||||||
|
|||||||
@@ -85,6 +85,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed, ref, watch } from "@nuxtjs/composition-api"
|
import { computed, ref, watch } from "@nuxtjs/composition-api"
|
||||||
import * as O from "fp-ts/Option"
|
import * as O from "fp-ts/Option"
|
||||||
|
import { makeRESTRequest } from "@hoppscotch/data"
|
||||||
import { useCodemirror } from "~/helpers/editor/codemirror"
|
import { useCodemirror } from "~/helpers/editor/codemirror"
|
||||||
import { copyToClipboard } from "~/helpers/utils/clipboard"
|
import { copyToClipboard } from "~/helpers/utils/clipboard"
|
||||||
import {
|
import {
|
||||||
@@ -99,7 +100,6 @@ import {
|
|||||||
CodegenName,
|
CodegenName,
|
||||||
generateCode,
|
generateCode,
|
||||||
} from "~/helpers/new-codegen"
|
} from "~/helpers/new-codegen"
|
||||||
import { makeRESTRequest } from "~/../hoppscotch-data/dist"
|
|
||||||
|
|
||||||
const t = useI18n()
|
const t = useI18n()
|
||||||
|
|
||||||
|
|||||||
@@ -34,16 +34,16 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apidevtools/swagger-parser": "^10.0.3",
|
"@apidevtools/swagger-parser": "^10.0.3",
|
||||||
"@apollo/client": "^3.5.6",
|
"@apollo/client": "^3.5.7",
|
||||||
"@codemirror/autocomplete": "^0.19.10",
|
"@codemirror/autocomplete": "^0.19.12",
|
||||||
"@codemirror/closebrackets": "^0.19.0",
|
"@codemirror/closebrackets": "^0.19.0",
|
||||||
"@codemirror/commands": "^0.19.6",
|
"@codemirror/commands": "^0.19.7",
|
||||||
"@codemirror/comment": "^0.19.0",
|
"@codemirror/comment": "^0.19.0",
|
||||||
"@codemirror/fold": "^0.19.2",
|
"@codemirror/fold": "^0.19.2",
|
||||||
"@codemirror/gutter": "^0.19.9",
|
"@codemirror/gutter": "^0.19.9",
|
||||||
"@codemirror/highlight": "^0.19.7",
|
"@codemirror/highlight": "^0.19.6",
|
||||||
"@codemirror/history": "^0.19.2",
|
"@codemirror/history": "^0.19.2",
|
||||||
"@codemirror/lang-javascript": "^0.19.4",
|
"@codemirror/lang-javascript": "^0.19.6",
|
||||||
"@codemirror/lang-json": "^0.19.1",
|
"@codemirror/lang-json": "^0.19.1",
|
||||||
"@codemirror/language": "^0.19.7",
|
"@codemirror/language": "^0.19.7",
|
||||||
"@codemirror/legacy-modes": "^0.19.0",
|
"@codemirror/legacy-modes": "^0.19.0",
|
||||||
@@ -52,9 +52,9 @@
|
|||||||
"@codemirror/rectangular-selection": "^0.19.1",
|
"@codemirror/rectangular-selection": "^0.19.1",
|
||||||
"@codemirror/search": "^0.19.5",
|
"@codemirror/search": "^0.19.5",
|
||||||
"@codemirror/state": "^0.19.6",
|
"@codemirror/state": "^0.19.6",
|
||||||
"@codemirror/stream-parser": "^0.19.3",
|
"@codemirror/stream-parser": "^0.19.4",
|
||||||
"@codemirror/text": "^0.19.5",
|
"@codemirror/text": "^0.19.6",
|
||||||
"@codemirror/tooltip": "^0.19.10",
|
"@codemirror/tooltip": "^0.19.12",
|
||||||
"@codemirror/view": "^0.19.39",
|
"@codemirror/view": "^0.19.39",
|
||||||
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
|
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
|
||||||
"@hoppscotch/data": "workspace:^0.2.0",
|
"@hoppscotch/data": "workspace:^0.2.0",
|
||||||
@@ -73,10 +73,10 @@
|
|||||||
"acorn": "^8.7.0",
|
"acorn": "^8.7.0",
|
||||||
"acorn-walk": "^8.2.0",
|
"acorn-walk": "^8.2.0",
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
"core-js": "^3.20.2",
|
"core-js": "^3.20.3",
|
||||||
"esprima": "^4.0.1",
|
"esprima": "^4.0.1",
|
||||||
"firebase": "^9.6.2",
|
"firebase": "^9.6.3",
|
||||||
"fp-ts": "^2.11.6",
|
"fp-ts": "^2.11.8",
|
||||||
"fuse.js": "^6.5.3",
|
"fuse.js": "^6.5.3",
|
||||||
"graphql": "^15.5.0",
|
"graphql": "^15.5.0",
|
||||||
"graphql-language-service-interface": "^2.9.1",
|
"graphql-language-service-interface": "^2.9.1",
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
"openapi-types": "^10.0.0",
|
"openapi-types": "^10.0.0",
|
||||||
"paho-mqtt": "^1.1.0",
|
"paho-mqtt": "^1.1.0",
|
||||||
"postman-collection": "^4.1.1",
|
"postman-collection": "^4.1.1",
|
||||||
"rxjs": "^7.5.1",
|
"rxjs": "^7.5.2",
|
||||||
"socket.io-client-v2": "npm:socket.io-client@^2.4.0",
|
"socket.io-client-v2": "npm:socket.io-client@^2.4.0",
|
||||||
"socket.io-client-v3": "npm:socket.io-client@^3.1.3",
|
"socket.io-client-v3": "npm:socket.io-client@^3.1.3",
|
||||||
"socket.io-client-v4": "npm:socket.io-client@^4.4.1",
|
"socket.io-client-v4": "npm:socket.io-client@^4.4.1",
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.16.7",
|
"@babel/core": "^7.16.7",
|
||||||
"@babel/preset-env": "^7.16.7",
|
"@babel/preset-env": "^7.16.8",
|
||||||
"@graphql-codegen/add": "^3.1.1",
|
"@graphql-codegen/add": "^3.1.1",
|
||||||
"@graphql-codegen/cli": "2.3.1",
|
"@graphql-codegen/cli": "2.3.1",
|
||||||
"@graphql-codegen/typed-document-node": "^2.2.2",
|
"@graphql-codegen/typed-document-node": "^2.2.2",
|
||||||
@@ -148,16 +148,17 @@
|
|||||||
"@types/splitpanes": "^2.2.1",
|
"@types/splitpanes": "^2.2.1",
|
||||||
"@types/uuid": "^8.3.4",
|
"@types/uuid": "^8.3.4",
|
||||||
"@urql/devtools": "^2.0.3",
|
"@urql/devtools": "^2.0.3",
|
||||||
"@vue/composition-api": "^1.4.3",
|
"@vue/composition-api": "^1.4.4",
|
||||||
"@vue/runtime-dom": "^3.2.26",
|
"@vue/runtime-dom": "^3.2.27",
|
||||||
"@vue/test-utils": "^1.3.0",
|
"@vue/test-utils": "^1.3.0",
|
||||||
"babel-core": "^7.0.0-bridge.0",
|
"babel-core": "^7.0.0-bridge.0",
|
||||||
"babel-jest": "^27.4.6",
|
"babel-jest": "^27.4.6",
|
||||||
"eslint": "^8.6.0",
|
"babel-loader": "^8.2.3",
|
||||||
|
"eslint": "^8.7.0",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-nuxt": "^3.1.0",
|
"eslint-plugin-nuxt": "^3.1.0",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"eslint-plugin-vue": "^8.2.0",
|
"eslint-plugin-vue": "^8.3.0",
|
||||||
"jest": "^27.4.7",
|
"jest": "^27.4.7",
|
||||||
"jest-serializer-vue": "^2.0.2",
|
"jest-serializer-vue": "^2.0.2",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
@@ -170,10 +171,10 @@
|
|||||||
"stylelint-config-prettier": "^9.0.3",
|
"stylelint-config-prettier": "^9.0.3",
|
||||||
"stylelint-config-standard": "^24.0.0",
|
"stylelint-config-standard": "^24.0.0",
|
||||||
"stylelint-config-standard-scss": "^3.0.0",
|
"stylelint-config-standard-scss": "^3.0.0",
|
||||||
"ts-jest": "^27.1.2",
|
"ts-jest": "^27.1.3",
|
||||||
"typescript": "^4.5.4",
|
"typescript": "^4.5.4",
|
||||||
"vue-jest": "^3.0.7",
|
"vue-jest": "^3.0.7",
|
||||||
"vue-template-babel-compiler": "^1.0.8",
|
"vue-template-babel-compiler": "^1.1.0",
|
||||||
"worker-loader": "^3.0.8"
|
"worker-loader": "^3.0.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"author": "Hoppscotch (support@hoppscotch.io)",
|
"author": "Hoppscotch (support@hoppscotch.io)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fp-ts": "^2.11.6",
|
"fp-ts": "^2.11.8",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"quickjs-emscripten": "^0.15.0"
|
"quickjs-emscripten": "^0.15.0"
|
||||||
},
|
},
|
||||||
@@ -42,16 +42,16 @@
|
|||||||
"@relmify/jest-fp-ts": "^1.1.1",
|
"@relmify/jest-fp-ts": "^1.1.1",
|
||||||
"@types/jest": "^27.4.0",
|
"@types/jest": "^27.4.0",
|
||||||
"@types/lodash": "^4.14.178",
|
"@types/lodash": "^4.14.178",
|
||||||
"@types/node": "^17.0.8",
|
"@types/node": "^17.0.9",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.9.0",
|
"@typescript-eslint/eslint-plugin": "^5.9.1",
|
||||||
"@typescript-eslint/parser": "^5.9.0",
|
"@typescript-eslint/parser": "^5.9.1",
|
||||||
"eslint": "^8.6.0",
|
"eslint": "^8.7.0",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"io-ts": "^2.2.16",
|
"io-ts": "^2.2.16",
|
||||||
"jest": "^27.4.7",
|
"jest": "^27.4.7",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "^2.5.1",
|
||||||
"ts-jest": "^27.1.2",
|
"ts-jest": "^27.1.3",
|
||||||
"typescript": "^4.5.4"
|
"typescript": "^4.5.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
790
pnpm-lock.yaml
generated
790
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user