1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-14 21:09:58 +00:00

chore: update masto.js to latest version 6.10.1 (#3019)

This commit is contained in:
TAKAHASHI Shuuji 2024-10-24 12:46:15 +09:00 committed by GitHub
parent 2c8307b3d8
commit 18b3d36e03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View file

@ -83,7 +83,7 @@
"iso-639-1": "^3.0.0",
"js-yaml": "^4.1.0",
"lru-cache": "^11.0.0",
"masto": "^6.7.5",
"masto": "^6.10.1",
"node-emoji": "^2.1.3",
"nuxt-security": "^1.4.3",
"page-lifecycle": "^0.1.2",

View file

@ -47,6 +47,8 @@ const filterIconMap: Record<mastodon.v1.NotificationType, string> = {
'update': 'i-ri:edit-2-line',
'admin.sign_up': 'i-ri:user-add-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}`)}` : ''}`)

View file

@ -185,8 +185,8 @@ importers:
specifier: ^11.0.0
version: 11.0.0
masto:
specifier: ^6.7.5
version: 6.7.7
specifier: ^6.10.1
version: 6.10.1
node-emoji:
specifier: ^2.1.3
version: 2.1.3
@ -5689,8 +5689,8 @@ packages:
markdown-table@3.0.3:
resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
masto@6.7.7:
resolution: {integrity: sha512-iu9pWcBfyJO+GXgmZQo8/nSS2N3p5FYSiR+gZNDMT/LMUZgA9Pmr/YeGgn4uqoz/rllQtFm2W/+1v1Etr4b1pA==}
masto@6.10.1:
resolution: {integrity: sha512-CBEAvWJfMLMgk0cURSGU/fRJDcFEZWo1LBfVYztBNEOyijoedQh4htKaon+XCE4aT7TLYPqOLmcllXwMjOvztA==}
md5@2.3.0:
resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==}
@ -15077,7 +15077,7 @@ snapshots:
markdown-table@3.0.3: {}
masto@6.7.7:
masto@6.10.1:
dependencies:
change-case: 4.1.2
events-to-async: 2.0.1