Merge branch 'master' into feat/binary-response

This commit is contained in:
Liyas Thomas 2020-06-30 14:32:15 +05:30 committed by GitHub
commit 69c9f59479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@
</button>
</div>
<v-popover>
<button class="tooltip-target icon" v-tooltip="$t('more')">
<button class="tooltip-target icon" v-tooltip.left="$t('more')">
<i class="material-icons">more_vert</i>
</button>
<template slot="popover">

View file

@ -10,7 +10,7 @@
</button>
</div>
<v-popover>
<button class="tooltip-target icon" v-tooltip="$t('more')">
<button class="tooltip-target icon" v-tooltip.left="$t('more')">
<i class="material-icons">more_vert</i>
</button>
<template slot="popover">

View file

@ -7,7 +7,7 @@
</button>
</div>
<v-popover>
<button class="tooltip-target icon" v-tooltip="$t('more')">
<button class="tooltip-target icon" v-tooltip.left="$t('more')">
<i class="material-icons">more_vert</i>
</button>
<template slot="popover">

6
package-lock.json generated
View file

@ -7210,9 +7210,9 @@
"integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ=="
},
"graphql": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.1.0.tgz",
"integrity": "sha512-0TVyfOlCGhv/DBczQkJmwXOK6fjWkjzY3Pt7wY8i0gcYXq8aogG3weCsg48m72lywKSeOqedEHvVPOvZvSD51Q=="
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.2.0.tgz",
"integrity": "sha512-tsceRyHfgzZo+ee0YK3o8f0CR0cXAXxRlxoORWFo/CoM1bVy3UXGWeyzBcf+Y6oqPvO27BDmOEVATcunOO/MrQ=="
},
"graphql-language-service-interface": {
"version": "2.4.0",

View file

@ -37,7 +37,7 @@
"@nuxtjs/toast": "^3.3.0",
"ace-builds": "^1.4.11",
"firebase": "^7.15.5",
"graphql": "^15.1.0",
"graphql": "^15.2.0",
"graphql-language-service-interface": "^2.4.0",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.12.2",