mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-15 05:19:58 +00:00
chore: update masto.js to latest version 6.10.1 (#3019)
This commit is contained in:
parent
2c8307b3d8
commit
18b3d36e03
3 changed files with 8 additions and 6 deletions
|
@ -83,7 +83,7 @@
|
||||||
"iso-639-1": "^3.0.0",
|
"iso-639-1": "^3.0.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"lru-cache": "^11.0.0",
|
"lru-cache": "^11.0.0",
|
||||||
"masto": "^6.7.5",
|
"masto": "^6.10.1",
|
||||||
"node-emoji": "^2.1.3",
|
"node-emoji": "^2.1.3",
|
||||||
"nuxt-security": "^1.4.3",
|
"nuxt-security": "^1.4.3",
|
||||||
"page-lifecycle": "^0.1.2",
|
"page-lifecycle": "^0.1.2",
|
||||||
|
|
|
@ -47,6 +47,8 @@ const filterIconMap: Record<mastodon.v1.NotificationType, string> = {
|
||||||
'update': 'i-ri:edit-2-line',
|
'update': 'i-ri:edit-2-line',
|
||||||
'admin.sign_up': 'i-ri:user-add-line',
|
'admin.sign_up': 'i-ri:user-add-line',
|
||||||
'admin.report': 'i-ri:flag-line',
|
'admin.report': 'i-ri:flag-line',
|
||||||
|
'severed_relationships': 'i-ri:user-unfollow-line',
|
||||||
|
'moderation_warning': 'i-ri:error-warning-line',
|
||||||
}
|
}
|
||||||
|
|
||||||
const filterText = computed(() => `${t('tab.notifications_more_tooltip')}${filter.value ? `: ${t(`tab.notifications_${filter.value}`)}` : ''}`)
|
const filterText = computed(() => `${t('tab.notifications_more_tooltip')}${filter.value ? `: ${t(`tab.notifications_${filter.value}`)}` : ''}`)
|
||||||
|
|
|
@ -185,8 +185,8 @@ importers:
|
||||||
specifier: ^11.0.0
|
specifier: ^11.0.0
|
||||||
version: 11.0.0
|
version: 11.0.0
|
||||||
masto:
|
masto:
|
||||||
specifier: ^6.7.5
|
specifier: ^6.10.1
|
||||||
version: 6.7.7
|
version: 6.10.1
|
||||||
node-emoji:
|
node-emoji:
|
||||||
specifier: ^2.1.3
|
specifier: ^2.1.3
|
||||||
version: 2.1.3
|
version: 2.1.3
|
||||||
|
@ -5689,8 +5689,8 @@ packages:
|
||||||
markdown-table@3.0.3:
|
markdown-table@3.0.3:
|
||||||
resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
|
resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
|
||||||
|
|
||||||
masto@6.7.7:
|
masto@6.10.1:
|
||||||
resolution: {integrity: sha512-iu9pWcBfyJO+GXgmZQo8/nSS2N3p5FYSiR+gZNDMT/LMUZgA9Pmr/YeGgn4uqoz/rllQtFm2W/+1v1Etr4b1pA==}
|
resolution: {integrity: sha512-CBEAvWJfMLMgk0cURSGU/fRJDcFEZWo1LBfVYztBNEOyijoedQh4htKaon+XCE4aT7TLYPqOLmcllXwMjOvztA==}
|
||||||
|
|
||||||
md5@2.3.0:
|
md5@2.3.0:
|
||||||
resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==}
|
resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==}
|
||||||
|
@ -15077,7 +15077,7 @@ snapshots:
|
||||||
|
|
||||||
markdown-table@3.0.3: {}
|
markdown-table@3.0.3: {}
|
||||||
|
|
||||||
masto@6.7.7:
|
masto@6.10.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
change-case: 4.1.2
|
change-case: 4.1.2
|
||||||
events-to-async: 2.0.1
|
events-to-async: 2.0.1
|
||||||
|
|
Loading…
Reference in a new issue