Browse Source

Merge branch 'main' of https://github.com/hoppscotch/hoppscotch

liyasthomas 3 years ago
parent
commit
4c5ca1b31d
4 changed files with 184 additions and 418 deletions
  1. 1 1
      package.json
  2. 2 2
      packages/codemirror-lang-graphql/package.json
  3. 17 18
      packages/hoppscotch-app/package.json
  4. 164 397
      pnpm-lock.yaml

+ 1 - 1
package.json

@@ -21,7 +21,7 @@
   ],
   ],
   "dependencies": {
   "dependencies": {
     "husky": "^7.0.4",
     "husky": "^7.0.4",
-    "lint-staged": "^12.0.3"
+    "lint-staged": "^12.1.2"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@commitlint/cli": "^15.0.0",
     "@commitlint/cli": "^15.0.0",

+ 2 - 2
packages/codemirror-lang-graphql/package.json

@@ -16,8 +16,8 @@
   "types": "dist/index.d.ts",
   "types": "dist/index.d.ts",
   "sideEffects": false,
   "sideEffects": false,
   "dependencies": {
   "dependencies": {
-    "@codemirror/highlight": "^0.19.0",
-    "@codemirror/language": "^0.19.0",
+    "@codemirror/highlight": "^0.19.6",
+    "@codemirror/language": "^0.19.5",
     "@lezer/lr": "^0.15.0"
     "@lezer/lr": "^0.15.0"
   },
   },
   "devDependencies": {
   "devDependencies": {

+ 17 - 18
packages/hoppscotch-app/package.json

@@ -34,24 +34,24 @@
   },
   },
   "dependencies": {
   "dependencies": {
     "@apollo/client": "^3.4.17",
     "@apollo/client": "^3.4.17",
-    "@codemirror/autocomplete": "^0.19.4",
+    "@codemirror/autocomplete": "^0.19.8",
     "@codemirror/closebrackets": "^0.19.0",
     "@codemirror/closebrackets": "^0.19.0",
     "@codemirror/commands": "^0.19.5",
     "@codemirror/commands": "^0.19.5",
     "@codemirror/comment": "^0.19.0",
     "@codemirror/comment": "^0.19.0",
     "@codemirror/fold": "^0.19.1",
     "@codemirror/fold": "^0.19.1",
-    "@codemirror/gutter": "^0.19.4",
-    "@codemirror/highlight": "^0.19.0",
+    "@codemirror/gutter": "^0.19.5",
+    "@codemirror/highlight": "^0.19.6",
     "@codemirror/history": "^0.19.0",
     "@codemirror/history": "^0.19.0",
-    "@codemirror/lang-javascript": "^0.19.2",
+    "@codemirror/lang-javascript": "^0.19.3",
     "@codemirror/lang-json": "^0.19.1",
     "@codemirror/lang-json": "^0.19.1",
-    "@codemirror/language": "^0.19.3",
-    "@codemirror/lint": "^0.19.2",
+    "@codemirror/language": "^0.19.5",
+    "@codemirror/lint": "^0.19.3",
     "@codemirror/matchbrackets": "^0.19.3",
     "@codemirror/matchbrackets": "^0.19.3",
     "@codemirror/rectangular-selection": "^0.19.1",
     "@codemirror/rectangular-selection": "^0.19.1",
-    "@codemirror/search": "^0.19.2",
-    "@codemirror/state": "^0.19.3",
+    "@codemirror/search": "^0.19.3",
+    "@codemirror/state": "^0.19.6",
     "@codemirror/text": "^0.19.5",
     "@codemirror/text": "^0.19.5",
-    "@codemirror/view": "^0.19.12",
+    "@codemirror/view": "^0.19.20",
     "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
     "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
     "@hoppscotch/js-sandbox": "workspace:^1.0.0",
     "@hoppscotch/js-sandbox": "workspace:^1.0.0",
     "@nuxtjs/axios": "^5.13.6",
     "@nuxtjs/axios": "^5.13.6",
@@ -72,7 +72,7 @@
     "firebase": "^9.5.0",
     "firebase": "^9.5.0",
     "fp-ts": "^2.11.5",
     "fp-ts": "^2.11.5",
     "fuse.js": "^6.4.6",
     "fuse.js": "^6.4.6",
-    "graphql": "^15.7.2",
+    "graphql": "^15.5.0",
     "graphql-language-service-interface": "^2.9.1",
     "graphql-language-service-interface": "^2.9.1",
     "graphql-language-service-parser": "^1.10.0",
     "graphql-language-service-parser": "^1.10.0",
     "graphql-tag": "^2.12.6",
     "graphql-tag": "^2.12.6",
@@ -93,7 +93,6 @@
     "tern": "^0.24.3",
     "tern": "^0.24.3",
     "uuid": "8.3.2",
     "uuid": "8.3.2",
     "vue-apollo": "^3.1.0",
     "vue-apollo": "^3.1.0",
-    "vue-cli-plugin-apollo": "^0.22.2",
     "vue-functional-data-merge": "^3.1.0",
     "vue-functional-data-merge": "^3.1.0",
     "vue-github-button": "^1.3.0",
     "vue-github-button": "^1.3.0",
     "vue-textarea-autosize": "^1.1.1",
     "vue-textarea-autosize": "^1.1.1",
@@ -106,13 +105,13 @@
     "@babel/core": "^7.16.0",
     "@babel/core": "^7.16.0",
     "@babel/preset-env": "^7.16.4",
     "@babel/preset-env": "^7.16.4",
     "@graphql-codegen/add": "^3.1.0",
     "@graphql-codegen/add": "^3.1.0",
-    "@graphql-codegen/cli": "2.2.2",
-    "@graphql-codegen/typed-document-node": "^2.2.0",
-    "@graphql-codegen/typescript": "2.3.1",
-    "@graphql-codegen/typescript-operations": "^2.2.0",
-    "@graphql-codegen/typescript-urql-graphcache": "^2.2.1",
+    "@graphql-codegen/cli": "2.3.0",
+    "@graphql-codegen/typed-document-node": "^2.2.1",
+    "@graphql-codegen/typescript": "2.4.1",
+    "@graphql-codegen/typescript-operations": "^2.2.1",
+    "@graphql-codegen/typescript-urql-graphcache": "^2.2.2",
     "@graphql-codegen/urql-introspection": "^2.1.0",
     "@graphql-codegen/urql-introspection": "^2.1.0",
-    "@graphql-typed-document-node/core": "^3.1.0",
+    "@graphql-typed-document-node/core": "^3.1.1",
     "@nuxt/types": "^2.15.8",
     "@nuxt/types": "^2.15.8",
     "@nuxt/typescript-build": "^2.1.0",
     "@nuxt/typescript-build": "^2.1.0",
     "@nuxtjs/color-mode": "^2.1.1",
     "@nuxtjs/color-mode": "^2.1.1",
@@ -153,7 +152,7 @@
     "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.0.7",
     "ts-jest": "^27.0.7",
-    "typescript": "^4.4.4",
+    "typescript": "^4.5.2",
     "vue-jest": "^3.0.7",
     "vue-jest": "^3.0.7",
     "worker-loader": "^3.0.8"
     "worker-loader": "^3.0.8"
   }
   }

File diff suppressed because it is too large
+ 164 - 397
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff