Browse Source

chore: bump deps

liyasthomas 3 years ago
parent
commit
96c23200f7

+ 0 - 14
README.md

@@ -475,13 +475,6 @@ _Sample keys only works with the [production build](https://hoppscotch.io)._
 **Official container**   [![hoppscotch/hoppscotch](https://img.shields.io/docker/pulls/hoppscotch/hoppscotch?style=social)](https://hub.docker.com/r/hoppscotch/hoppscotch)
 
 ```bash
-#pull
-docker pull hoppscotch/hoppscotch
-
-#build
-docker build -t hoppscotch/hoppscotch:latest .
-
-#run
 docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest
 ```
 
@@ -493,13 +486,6 @@ docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest
 ---
 
 ```bash
-#pull
-docker pull liyasthomas/postwoman
-
-#build
-docker build -t liyasthomas/postwoman:latest .
-
-#run
 docker run -p 3000:3000 liyasthomas/postwoman:latest
 ```
 

+ 28 - 28
components/app/Header.vue

@@ -206,34 +206,34 @@ export default {
       })
     }
 
-    const showAd = localStorage.getItem("showAd") === "no"
-    if (!showAd) {
-      setTimeout(() => {
-        this.$toast.clear()
-        this.$toast.show(
-          "<span><a href='https://fundoss.org/collective/hoppscotch' target='_blank' rel='noopener'>Sponsor us to support Hoppscotch open source project 💖</a><br><sub>Whoosh this away to dismiss.</sub></span>",
-          {
-            icon: "",
-            duration: 0,
-            theme: "toasted-ad",
-            action: [
-              {
-                text: "Donate",
-                icon: "chevron_right",
-                onClick: (_, toastObject) => {
-                  localStorage.setItem("showAd", "no")
-                  toastObject.goAway(0)
-                  window.open("https://fundoss.org/collective/hoppscotch")
-                },
-              },
-            ],
-            onComplete() {
-              localStorage.setItem("showAd", "no")
-            },
-          }
-        )
-      }, 6000)
-    }
+    // const showAd = localStorage.getItem("showAd") === "no"
+    // if (!showAd) {
+    //   setTimeout(() => {
+    //     this.$toast.clear()
+    //     this.$toast.show(
+    //       "<span><a href='https://fundoss.org/collective/hoppscotch' target='_blank' rel='noopener'>Sponsor us to support Hoppscotch open source project 💖</a><br><sub>Whoosh this away to dismiss.</sub></span>",
+    //       {
+    //         icon: "",
+    //         duration: 0,
+    //         theme: "toasted-ad",
+    //         action: [
+    //           {
+    //             text: "Donate",
+    //             icon: "chevron_right",
+    //             onClick: (_, toastObject) => {
+    //               localStorage.setItem("showAd", "no")
+    //               toastObject.goAway(0)
+    //               window.open("https://fundoss.org/collective/hoppscotch")
+    //             },
+    //           },
+    //         ],
+    //         onComplete() {
+    //           localStorage.setItem("showAd", "no")
+    //         },
+    //       }
+    //     )
+    //   }, 6000)
+    // }
 
     // let showExtensionsToast = localStorage.getItem("showExtensionsToast") === "yes"
     // if (!showExtensionsToast) {

+ 6 - 0
netlify.toml

@@ -19,3 +19,9 @@
   to = "https://forms.gle/XPYDMp8m6JHNWcYp9"
   status = 301
   force = true
+
+[[redirects]]
+  from = "/careers"
+  to = "https://www.notion.so/hoppscotch/3b9d5d5239a043bfb91701faabf5b8f0"
+  status = 301
+  force = true

File diff suppressed because it is too large
+ 291 - 203
package-lock.json


+ 7 - 7
package.json

@@ -33,14 +33,14 @@
     "acorn": "^8.4.0",
     "acorn-walk": "^8.1.0",
     "esprima": "^4.0.1",
-    "firebase": "^8.6.7",
+    "firebase": "^8.6.8",
     "graphql": "^15.5.0",
     "graphql-language-service-interface": "^2.8.4",
     "lodash": "^4.17.21",
     "mustache": "^4.2.0",
     "node-interval-tree": "^1.3.3",
     "nuxt": "^2.15.7",
-    "nuxt-i18n": "^6.27.0",
+    "nuxt-i18n": "^6.27.1",
     "paho-mqtt": "^1.1.0",
     "rxjs": "^7.1.0",
     "socket.io-client": "^4.1.2",
@@ -55,7 +55,7 @@
     "yargs-parser": "^20.2.7"
   },
   "devDependencies": {
-    "@babel/core": "^7.14.5",
+    "@babel/core": "^7.14.6",
     "@babel/preset-env": "^7.14.5",
     "@nuxt/types": "^2.15.7",
     "@nuxt/typescript-build": "^2.1.0",
@@ -73,7 +73,7 @@
     "@vue/test-utils": "^1.2.1",
     "babel-core": "^7.0.0-bridge.0",
     "babel-jest": "^27.0.2",
-    "eslint": "^7.28.0",
+    "eslint": "^7.29.0",
     "eslint-config-prettier": "^8.1.0",
     "eslint-plugin-nuxt": ">=2.0.0",
     "eslint-plugin-prettier": "^3.3.1",
@@ -82,11 +82,11 @@
     "jest": "^27.0.4",
     "jest-serializer-vue": "^2.0.2",
     "lint-staged": "^11.0.0",
-    "postcss": "^8.3.4",
+    "postcss": "^8.3.5",
     "prettier": "^2.3.1",
-    "pretty-quick": "^3.1.0",
+    "pretty-quick": "^3.1.1",
     "raw-loader": "^4.0.2",
-    "sass": "^1.34.1",
+    "sass": "^1.35.1",
     "sass-loader": "^10.2.0",
     "stylelint": "^13.12.0",
     "stylelint-config-prettier": "^8.0.2",

BIN
static/images/screenshots/banner_dark.png


BIN
static/images/screenshots/banner_light.png


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