chore(deps): bump

This commit is contained in:
liyasthomas
2022-01-17 19:20:30 +05:30
parent 91d0b52222
commit ddff126aaa
8 changed files with 443 additions and 414 deletions

View File

@@ -26,6 +26,6 @@
"devDependencies": {
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@types/node": "^17.0.8"
"@types/node": "^17.0.9"
}
}

View File

@@ -16,14 +16,14 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"@codemirror/highlight": "^0.19.7",
"@codemirror/highlight": "^0.19.6",
"@codemirror/language": "^0.19.7",
"@lezer/lr": "^0.15.5"
"@lezer/lr": "^0.15.6"
},
"devDependencies": {
"@lezer/generator": "^0.15.2",
"mocha": "^9.1.3",
"rollup": "^2.63.0",
"mocha": "^9.1.4",
"rollup": "^2.64.0",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-ts": "^2.0.5",
"typescript": "^4.5.4"

View File

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

View File

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

View File

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

View File

@@ -34,16 +34,16 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.0.3",
"@apollo/client": "^3.5.6",
"@codemirror/autocomplete": "^0.19.10",
"@apollo/client": "^3.5.7",
"@codemirror/autocomplete": "^0.19.12",
"@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.6",
"@codemirror/commands": "^0.19.7",
"@codemirror/comment": "^0.19.0",
"@codemirror/fold": "^0.19.2",
"@codemirror/gutter": "^0.19.9",
"@codemirror/highlight": "^0.19.7",
"@codemirror/highlight": "^0.19.6",
"@codemirror/history": "^0.19.2",
"@codemirror/lang-javascript": "^0.19.4",
"@codemirror/lang-javascript": "^0.19.6",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/language": "^0.19.7",
"@codemirror/legacy-modes": "^0.19.0",
@@ -52,9 +52,9 @@
"@codemirror/rectangular-selection": "^0.19.1",
"@codemirror/search": "^0.19.5",
"@codemirror/state": "^0.19.6",
"@codemirror/stream-parser": "^0.19.3",
"@codemirror/text": "^0.19.5",
"@codemirror/tooltip": "^0.19.10",
"@codemirror/stream-parser": "^0.19.4",
"@codemirror/text": "^0.19.6",
"@codemirror/tooltip": "^0.19.12",
"@codemirror/view": "^0.19.39",
"@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
"@hoppscotch/data": "workspace:^0.2.0",
@@ -73,10 +73,10 @@
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0",
"axios": "^0.24.0",
"core-js": "^3.20.2",
"core-js": "^3.20.3",
"esprima": "^4.0.1",
"firebase": "^9.6.2",
"fp-ts": "^2.11.6",
"firebase": "^9.6.3",
"fp-ts": "^2.11.8",
"fuse.js": "^6.5.3",
"graphql": "^15.5.0",
"graphql-language-service-interface": "^2.9.1",
@@ -94,7 +94,7 @@
"openapi-types": "^10.0.0",
"paho-mqtt": "^1.1.0",
"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-v3": "npm:socket.io-client@^3.1.3",
"socket.io-client-v4": "npm:socket.io-client@^4.4.1",
@@ -115,7 +115,7 @@
},
"devDependencies": {
"@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/cli": "2.3.1",
"@graphql-codegen/typed-document-node": "^2.2.2",
@@ -148,16 +148,17 @@
"@types/splitpanes": "^2.2.1",
"@types/uuid": "^8.3.4",
"@urql/devtools": "^2.0.3",
"@vue/composition-api": "^1.4.3",
"@vue/runtime-dom": "^3.2.26",
"@vue/composition-api": "^1.4.4",
"@vue/runtime-dom": "^3.2.27",
"@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-bridge.0",
"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-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"eslint-plugin-vue": "^8.3.0",
"jest": "^27.4.7",
"jest-serializer-vue": "^2.0.2",
"npm-run-all": "^4.1.5",
@@ -170,10 +171,10 @@
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4",
"vue-jest": "^3.0.7",
"vue-template-babel-compiler": "^1.0.8",
"vue-template-babel-compiler": "^1.1.0",
"worker-loader": "^3.0.8"
}
}

View File

@@ -33,7 +33,7 @@
"author": "Hoppscotch (support@hoppscotch.io)",
"license": "MIT",
"dependencies": {
"fp-ts": "^2.11.6",
"fp-ts": "^2.11.8",
"lodash": "^4.17.21",
"quickjs-emscripten": "^0.15.0"
},
@@ -42,16 +42,16 @@
"@relmify/jest-fp-ts": "^1.1.1",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"@types/node": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"io-ts": "^2.2.16",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
}
}

790
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff