Merge pull request #1225 from Human-Connection/dependabot/npm_and_yarn/webapp/vue-sweetalert-icons-4.2.0

Bump vue-sweetalert-icons from 4.1.0 to 4.2.0 in /webapp
This commit is contained in:
Robert Schäfer 2019-08-09 14:13:55 +02:00 committed by GitHub
commit cea206d118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 26 additions and 10 deletions

View File

@ -28,8 +28,13 @@
</template>
<script>
import { SweetalertIcon } from 'vue-sweetalert-icons'
export default {
name: 'ConfirmModal',
components: {
SweetalertIcon,
},
props: {
name: { type: String, default: '' },
type: { type: String, required: true },

View File

@ -27,9 +27,13 @@
<script>
import gql from 'graphql-tag'
import { SweetalertIcon } from 'vue-sweetalert-icons'
export default {
name: 'ReportModal',
components: {
SweetalertIcon,
},
props: {
name: { type: String, default: '' },
type: { type: String, required: true },

View File

@ -54,10 +54,12 @@
<script>
import PasswordStrength from '../Password/Strength'
import gql from 'graphql-tag'
import { SweetalertIcon } from 'vue-sweetalert-icons'
import PasswordForm from '~/components/utils/PasswordFormHelper'
export default {
components: {
SweetalertIcon,
PasswordStrength,
},
props: {

View File

@ -48,8 +48,12 @@
<script>
import gql from 'graphql-tag'
import { SweetalertIcon } from 'vue-sweetalert-icons'
export default {
components: {
SweetalertIcon,
},
data() {
return {
formData: {

View File

@ -71,6 +71,7 @@
<script>
import gql from 'graphql-tag'
import PasswordStrength from '../Password/Strength'
import { SweetalertIcon } from 'vue-sweetalert-icons'
import PasswordForm from '~/components/utils/PasswordFormHelper'
export const SignupVerificationMutation = gql`
@ -85,6 +86,7 @@ export const SignupVerificationMutation = gql`
export default {
components: {
PasswordStrength,
SweetalertIcon,
},
data() {
const passwordForm = PasswordForm({ translate: this.$t })

View File

@ -56,6 +56,7 @@
<script>
import gql from 'graphql-tag'
import { SweetalertIcon } from 'vue-sweetalert-icons'
export const SignupMutation = gql`
mutation($email: String!) {
@ -72,6 +73,9 @@ export const SignupByInvitationMutation = gql`
}
`
export default {
components: {
SweetalertIcon,
},
props: {
token: { type: String, default: null },
},

View File

@ -100,7 +100,6 @@ module.exports = {
{ src: '~/plugins/v-tooltip.js', ssr: false },
{ src: '~/plugins/izi-toast.js', ssr: false },
{ src: '~/plugins/vue-filters.js' },
{ src: '~/plugins/vue-sweetalert-icons.js' },
],
router: {

View File

@ -78,7 +78,7 @@
"vue-count-to": "~1.0.13",
"vue-izitoast": "1.1.2",
"vuex-i18n": "~1.13.1",
"vue-sweetalert-icons": "~4.1.0",
"vue-sweetalert-icons": "~4.2.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {

View File

@ -1,4 +0,0 @@
import Vue from 'vue'
import VueSweetalertIcons from 'vue-sweetalert-icons'
Vue.use(VueSweetalertIcons)

View File

@ -15045,10 +15045,10 @@ vue-svg-loader@~0.12.0:
loader-utils "^1.2.3"
svg-to-vue "^0.4.0"
vue-sweetalert-icons@~4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/vue-sweetalert-icons/-/vue-sweetalert-icons-4.1.0.tgz#0b8c25aac9ad1f874aa5b34464b2359a522ad0f1"
integrity sha512-TTNf0aJh0cTkujIeQUTEhjVkNtyaP0fQ7iG2mDsKRNQlEytRJCYL2Kp97DWFdvLGa9uAoi5pUwpYMim3xGlFpw==
vue-sweetalert-icons@~4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/vue-sweetalert-icons/-/vue-sweetalert-icons-4.2.0.tgz#218d2b151ef1d364f5d147f87f03aacd92c1730f"
integrity sha512-RNnWgdzui9mQ8bwRlJ7HkOEfAEZhTXdpIdXT8pcesFWg1y13UnqjUVvgdg8K6kqPHuVUfipMLjbewrHHjewTmg==
dependencies:
node-sass "^4.12.0"
sass-loader "^7.1.0"