diff --git a/composer.json b/composer.json index e827626cc6b..ea29086ade7 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "socialiteproviders/linkedin": "^4.2", "socialiteproviders/microsoft-azure": "^5.1", "socialiteproviders/twitter": "^4.1", - "tightenco/ziggy": "1.5.2", + "tightenco/ziggy": "1.6.0", "uploadcare/uploadcare-php": "^3.2" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 05be4aff83a..2b58727f7ca 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b9b449749e6c5d3c04f90f643d34a664", + "content-hash": "dd779b5ab4c2f9fce303a4b6000e6ddf", "packages": [ { "name": "asbiin/laravel-webauthn", @@ -9908,16 +9908,16 @@ }, { "name": "tightenco/ziggy", - "version": "v1.5.2", + "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/tighten/ziggy.git", - "reference": "5c4399c820e66c8e46e779cfb5231ceef6ddc9c5" + "reference": "3beb080be60b1eadad043f3773a160df13fa215f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tighten/ziggy/zipball/5c4399c820e66c8e46e779cfb5231ceef6ddc9c5", - "reference": "5c4399c820e66c8e46e779cfb5231ceef6ddc9c5", + "url": "https://api.github.com/repos/tighten/ziggy/zipball/3beb080be60b1eadad043f3773a160df13fa215f", + "reference": "3beb080be60b1eadad043f3773a160df13fa215f", "shasum": "" }, "require": { @@ -9969,9 +9969,9 @@ ], "support": { "issues": "https://github.com/tighten/ziggy/issues", - "source": "https://github.com/tighten/ziggy/tree/v1.5.2" + "source": "https://github.com/tighten/ziggy/tree/v1.6.0" }, - "time": "2023-05-05T17:52:13+00:00" + "time": "2023-05-12T20:08:56+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", diff --git a/package.json b/package.json index 3b34135069d..84704a93609 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ }, "devDependencies": { "@inertiajs/vue3": "^1.0.7", - "@popperjs/core": "^2.11.7", + "@popperjs/core": "^2.11.8", "@sentry/tracing": "^7.11.1", - "@sentry/vue": "^7.11.1", + "@sentry/vue": "^7.54.0", "@tailwindcss/forms": "^0.5.2", "@tailwindcss/typography": "^0.5.7", "@vitejs/plugin-basic-ssl": "^1.0.1", @@ -23,29 +23,29 @@ "autoprefixer": "^10.4.14", "axios": "^1.4.0", "charts.css": "^0.9.0", - "eslint": "^8.40.0", + "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", - "eslint-plugin-vue": "^9.11.1", + "eslint-plugin-vue": "^9.14.1", "husky": "^8.0.3", - "laravel-vite-plugin": "^0.7.4", - "laravel-vue-i18n": "^2.4.3", + "laravel-vite-plugin": "^0.7.8", + "laravel-vue-i18n": "^2.5.1", "lint-staged": "^13.2.2", "lodash": "^4.17.21", "mitt": "^3.0.0", - "postcss": "^8.4.23", + "postcss": "^8.4.24", "postcss-import": "^15.1.0", "prettier": "^2.8.8", - "prettier-plugin-tailwindcss": "^0.2.8", - "sass": "^1.62.1", + "prettier-plugin-tailwindcss": "^0.3.0", + "sass": "^1.63.3", "tailwindcss": "^3.3.2", "tiny-emitter": "^2.1.0", "uploadcare-vue": "^1.0.0", - "v-calendar": "^3.0.3", - "vite": "^4.3.5", + "v-calendar": "next", + "vite": "^4.3.9", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0", "vuedraggable-es": "^4.1.1", - "ziggy-js": "1.5.2" + "ziggy-js": "1.6.0" }, "lint-staged": { "*.js|resources/**/*.{vue,js}": [ diff --git a/resources/js/Pages/Vault/Contact/Index.vue b/resources/js/Pages/Vault/Contact/Index.vue index 336b71ddb48..c50d58408b3 100644 --- a/resources/js/Pages/Vault/Contact/Index.vue +++ b/resources/js/Pages/Vault/Contact/Index.vue @@ -80,14 +80,14 @@ const update = () => {
diff --git a/resources/js/Pages/Vault/Group/Edit.vue b/resources/js/Pages/Vault/Group/Edit.vue index f1444be8909..a2cf41cd870 100644 --- a/resources/js/Pages/Vault/Group/Edit.vue +++ b/resources/js/Pages/Vault/Group/Edit.vue @@ -117,7 +117,7 @@ const update = () => {
{
- +
diff --git a/resources/js/Pages/Vault/Group/Show.vue b/resources/js/Pages/Vault/Group/Show.vue index 5e4d88119e8..81719931227 100644 --- a/resources/js/Pages/Vault/Group/Show.vue +++ b/resources/js/Pages/Vault/Group/Show.vue @@ -118,7 +118,7 @@ const destroy = () => {
  • - {{ $t('Edit') }} + {{ $t('Edit') }}
  • {{ $t('Delete') }} diff --git a/resources/js/Shared/Modules/Addresses.vue b/resources/js/Shared/Modules/Addresses.vue index 8665454406e..99b2aa46a31 100644 --- a/resources/js/Shared/Modules/Addresses.vue +++ b/resources/js/Shared/Modules/Addresses.vue @@ -183,9 +183,7 @@ const destroy = () => { class="mb-6 rounded-lg border border-gray-200 bg-gray-50 dark:border-gray-700 dark:bg-gray-900" @submit.prevent="submit()"> -
    +
    {
    {{ $t('Date of the event:') }} - {{ props.lifeEvent ? props.lifeEvent.happened_at : props.data.current_date_human_format }} + {{ lifeEvent ? lifeEvent.happened_at : data.current_date_human_format }}

    @@ -292,9 +292,9 @@ const store = () => {

    - + - {{ props.data.contact.name }} + {{ data.contact.name }}
    diff --git a/resources/js/Shared/Modules/FeedItems/Note.vue b/resources/js/Shared/Modules/FeedItems/Note.vue index 9635e92d91e..d58156a6864 100644 --- a/resources/js/Shared/Modules/FeedItems/Note.vue +++ b/resources/js/Shared/Modules/FeedItems/Note.vue @@ -15,28 +15,28 @@ defineProps({ v-if="!contactViewMode" class="flex items-center border-b border-gray-300 px-3 py-2 text-sm dark:border-gray-700">
    - {{ - props.data.contact.name + {{ + data.contact.name }}
    -
    -
    {{ props.data.note.object.title }}
    -
    {{ props.data.note.object.body }}
    +
    +
    {{ data.note.object.title }}
    +
    {{ data.note.object.body }}
    - {{ props.data.note.description }} + {{ data.note.description }}
    diff --git a/resources/js/Shared/Modules/Goals.vue b/resources/js/Shared/Modules/Goals.vue index e1491fac143..6823cf58032 100644 --- a/resources/js/Shared/Modules/Goals.vue +++ b/resources/js/Shared/Modules/Goals.vue @@ -215,7 +215,7 @@ export default { axios .post(this.data.url.store, this.form) .then((response) => { - this.flash($t('The goal has been created'), 'success'); + this.flash(this.$t('The goal has been created'), 'success'); this.localGoals.unshift(response.data.data); this.createGoalModalShown = false; }) @@ -230,7 +230,7 @@ export default { axios .put(goal.url.streak_update, this.form) .then((response) => { - this.flash($t('The goal has been edited'), 'success'); + this.flash(this.$t('The goal has been edited'), 'success'); this.localGoals[this.localGoals.findIndex((x) => x.id === goal.id)] = response.data.data; this.editedGoalId = 0; }) diff --git a/resources/js/Shared/Modules/LifeEvent.vue b/resources/js/Shared/Modules/LifeEvent.vue index 42ac23fe31c..021f0314959 100644 --- a/resources/js/Shared/Modules/LifeEvent.vue +++ b/resources/js/Shared/Modules/LifeEvent.vue @@ -137,8 +137,8 @@ const toggleLifeEventVisibility = (lifeEvent) => {
    { class="mb-2 ms-6 rounded-lg border-gray-200 dark:border-gray-700">