chore(deps): bump + docs: add docker pulls badge

This commit is contained in:
Liyas Thomas
2021-04-02 06:46:50 +00:00
committed by GitHub
parent c7e1adf638
commit 516d53f9bf
3 changed files with 671 additions and 455 deletions

View File

@@ -456,6 +456,8 @@ _Sample keys only works with the [production build](https://hoppscotch.io)._
## **Docker** ## **Docker**
**Official container**   [![hoppscotch/hoppscotch](https://img.shields.io/docker/pulls/hoppscotch/hoppscotch?style=social)](https://hub.docker.com/r/hoppscotch/hoppscotch)
```bash ```bash
#pull #pull
docker pull hoppscotch/hoppscotch docker pull hoppscotch/hoppscotch
@@ -467,6 +469,8 @@ docker build -t hoppscotch/hoppscotch:latest .
docker run -p 3000:3000 hoppscotch/hoppscotch:latest docker run -p 3000:3000 hoppscotch/hoppscotch:latest
``` ```
**Legacy container**   [![liyasthomas/postwoman](https://img.shields.io/docker/pulls/liyasthomas/postwoman?style=social)](https://hub.docker.com/r/liyasthomas/postwoman)
<details> <details>
<summary><i>Legacy container</i></summary> <summary><i>Legacy container</i></summary>

1112
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,16 +29,16 @@
"acorn": "^8.1.0", "acorn": "^8.1.0",
"acorn-walk": "^8.0.2", "acorn-walk": "^8.0.2",
"esprima": "^4.0.1", "esprima": "^4.0.1",
"firebase": "^8.3.1", "firebase": "^8.3.2",
"graphql": "^15.5.0", "graphql": "^15.5.0",
"graphql-language-service-interface": "^2.8.2", "graphql-language-service-interface": "^2.8.2",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"mustache": "^4.2.0", "mustache": "^4.2.0",
"nuxt": "^2.15.3", "nuxt": "^2.15.4",
"nuxt-i18n": "^6.22.3", "nuxt-i18n": "^6.22.3",
"paho-mqtt": "^1.1.0", "paho-mqtt": "^1.1.0",
"rxjs": "^6.6.7", "rxjs": "^6.6.7",
"socket.io-client": "^4.0.0", "socket.io-client": "^4.0.1",
"socketio-wildcard": "^2.0.0", "socketio-wildcard": "^2.0.0",
"tern": "^0.24.3", "tern": "^0.24.3",
"v-tooltip": "^2.1.3", "v-tooltip": "^2.1.3",
@@ -51,13 +51,13 @@
"@babel/core": "^7.13.14", "@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-env": "^7.13.10", "@babel/preset-env": "^7.13.10",
"@nuxt/types": "^2.15.3", "@nuxt/types": "^2.15.4",
"@nuxt/typescript-build": "^2.1.0", "@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/color-mode": "^2.0.5", "@nuxtjs/color-mode": "^2.0.5",
"@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/google-fonts": "^1.3.0", "@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/pwa": "^3.3.5", "@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^4.0.2", "@nuxtjs/tailwindcss": "^4.0.3",
"@testing-library/jest-dom": "^5.11.10", "@testing-library/jest-dom": "^5.11.10",
"@types/lodash": "^4.14.168", "@types/lodash": "^4.14.168",
"@vue/test-utils": "^1.1.3", "@vue/test-utils": "^1.1.3",