Browse Source

chore: bump deps

liyasthomas 3 years ago
parent
commit
728515c225
4 changed files with 324 additions and 316 deletions
  1. 7 1
      netlify.toml
  2. 13 13
      packages/hoppscotch-app/package.json
  3. 12 12
      packages/hoppscotch-js-sandbox/package.json
  4. 292 290
      pnpm-lock.yaml

+ 7 - 1
netlify.toml

@@ -27,7 +27,7 @@
 
 [[redirects]]
   from = "/careers"
-  to = "https://www.notion.so/hoppscotch/3b9d5d5239a043bfb91701faabf5b8f0"
+  to = "https://hoppscotch.notion.site/3b9d5d5239a043bfb91701faabf5b8f0"
   status = 301
   force = true
 
@@ -42,3 +42,9 @@
   to = "https://twitter.com/hoppscotch_io"
   status = 301
   force = true
+
+[[redirects]]
+  from = "/github"
+  to = "https://github.com/hoppscotch/hoppscotch"
+  status = 301
+  force = true

+ 13 - 13
packages/hoppscotch-app/package.json

@@ -26,10 +26,10 @@
     "do-test": "pnpm run test"
   },
   "dependencies": {
-    "@apollo/client": "^3.4.12",
+    "@apollo/client": "^3.4.13",
     "@hoppscotch/js-sandbox": "workspace:^1.0.0",
     "@nuxtjs/axios": "^5.13.6",
-    "@nuxtjs/composition-api": "^0.29.0",
+    "@nuxtjs/composition-api": "^0.29.2",
     "@nuxtjs/gtm": "^2.4.0",
     "@nuxtjs/i18n": "^7.0.3",
     "@nuxtjs/robots": "^2.5.0",
@@ -38,14 +38,14 @@
     "acorn": "^8.5.0",
     "acorn-walk": "^8.2.0",
     "axios": "^0.21.4",
-    "codemirror": "^5.62.3",
+    "codemirror": "^5.63.0",
     "codemirror-theme-github": "^1.0.0",
-    "core-js": "^3.17.3",
+    "core-js": "^3.18.0",
     "esprima": "^4.0.1",
-    "firebase": "^9.0.2",
+    "firebase": "^9.1.0",
     "fp-ts": "^2.11.3",
     "fuse.js": "^6.4.6",
-    "graphql": "^15.5.3",
+    "graphql": "^15.6.0",
     "graphql-language-service-interface": "^2.8.4",
     "graphql-language-service-parser": "^1.9.2",
     "json-loader": "^0.5.7",
@@ -59,7 +59,7 @@
     "socketio-wildcard": "^2.0.0",
     "splitpanes": "^2.3.8",
     "tern": "^0.24.3",
-    "vue-apollo": "^3.0.7",
+    "vue-apollo": "^3.0.8",
     "vue-cli-plugin-apollo": "^0.22.2",
     "vue-functional-data-merge": "^3.1.0",
     "vue-github-button": "^1.3.0",
@@ -85,27 +85,27 @@
     "@nuxtjs/stylelint-module": "^4.0.0",
     "@nuxtjs/svg": "^0.2.0",
     "@testing-library/jest-dom": "^5.14.1",
-    "@types/codemirror": "^5.60.2",
+    "@types/codemirror": "^5.60.3",
     "@types/cookie": "^0.4.1",
     "@types/esprima": "^4.0.3",
-    "@types/lodash": "^4.14.173",
+    "@types/lodash": "^4.14.174",
     "@types/splitpanes": "^2.2.1",
-    "@vue/runtime-dom": "^3.2.12",
+    "@vue/runtime-dom": "^3.2.19",
     "@vue/test-utils": "^1.2.2",
     "babel-core": "^7.0.0-bridge.0",
-    "babel-jest": "^27.2.0",
+    "babel-jest": "^27.2.2",
     "eslint": "^7.32.0",
     "eslint-config-prettier": "^8.3.0",
     "eslint-plugin-nuxt": "^2.0.0",
     "eslint-plugin-prettier": "^4.0.0",
     "eslint-plugin-vue": "^7.18.0",
-    "jest": "^27.2.0",
+    "jest": "^27.2.2",
     "jest-serializer-vue": "^2.0.2",
     "nuxt-windicss": "^1.2.4",
     "prettier": "^2.4.1",
     "pretty-quick": "^3.1.1",
     "raw-loader": "^4.0.2",
-    "sass": "^1.41.1",
+    "sass": "^1.42.1",
     "sass-loader": "^10.2.0",
     "stylelint": "^13.13.1",
     "stylelint-config-prettier": "^8.0.2",

+ 12 - 12
packages/hoppscotch-js-sandbox/package.json

@@ -35,22 +35,22 @@
     "quickjs-emscripten": "^0.13.0"
   },
   "devDependencies": {
-    "@digitak/esrun": "^1.2.4",
+    "@digitak/esrun": "^1.2.7",
     "@relmify/jest-fp-ts": "^1.1.1",
-    "@types/jest": "^26.0.23",
-    "@types/lodash": "^4.14.173",
-    "@types/node": "^15.12.5",
-    "@typescript-eslint/eslint-plugin": "^4.28.1",
-    "@typescript-eslint/parser": "^4.28.1",
-    "eslint": "^7.29.0",
+    "@types/jest": "^26.0.24",
+    "@types/lodash": "^4.14.174",
+    "@types/node": "^15.14.9",
+    "@typescript-eslint/eslint-plugin": "^4.31.2",
+    "@typescript-eslint/parser": "^4.31.2",
+    "eslint": "^7.32.0",
     "eslint-config-prettier": "^8.3.0",
-    "eslint-plugin-prettier": "^3.4.0",
+    "eslint-plugin-prettier": "^3.4.1",
     "io-ts": "^2.2.16",
-    "jest": "^27.0.6",
-    "prettier": "^2.3.2",
+    "jest": "^27.2.2",
+    "prettier": "^2.4.1",
     "pretty-quick": "^3.1.1",
-    "ts-jest": "^27.0.3",
-    "typescript": "^4.3.5"
+    "ts-jest": "^27.0.5",
+    "typescript": "^4.4.3"
   },
   "jest": {
     "setupFilesAfterEnv": [

File diff suppressed because it is too large
+ 292 - 290
pnpm-lock.yaml


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