@box/threaded-annotations 1.85.0 → 1.85.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/i18n/bn-IN.js +1 -2
  2. package/dist/i18n/bn-IN.properties +6 -4
  3. package/dist/i18n/da-DK.js +1 -2
  4. package/dist/i18n/da-DK.properties +6 -4
  5. package/dist/i18n/de-DE.js +1 -2
  6. package/dist/i18n/de-DE.properties +6 -4
  7. package/dist/i18n/en-AU.js +1 -2
  8. package/dist/i18n/en-AU.properties +6 -4
  9. package/dist/i18n/en-CA.js +1 -2
  10. package/dist/i18n/en-CA.properties +6 -4
  11. package/dist/i18n/en-GB.js +1 -2
  12. package/dist/i18n/en-GB.properties +6 -4
  13. package/dist/i18n/en-x-pseudo.js +43 -44
  14. package/dist/i18n/en-x-pseudo.properties +47 -45
  15. package/dist/i18n/es-419.js +1 -2
  16. package/dist/i18n/es-419.properties +6 -4
  17. package/dist/i18n/es-ES.js +1 -2
  18. package/dist/i18n/es-ES.properties +6 -4
  19. package/dist/i18n/fi-FI.js +1 -2
  20. package/dist/i18n/fi-FI.properties +6 -4
  21. package/dist/i18n/fr-CA.js +1 -2
  22. package/dist/i18n/fr-CA.properties +6 -4
  23. package/dist/i18n/fr-FR.js +1 -2
  24. package/dist/i18n/fr-FR.properties +6 -4
  25. package/dist/i18n/hi-IN.js +1 -2
  26. package/dist/i18n/hi-IN.properties +6 -4
  27. package/dist/i18n/it-IT.js +1 -2
  28. package/dist/i18n/it-IT.properties +6 -4
  29. package/dist/i18n/ja-JP.js +1 -2
  30. package/dist/i18n/ja-JP.properties +6 -4
  31. package/dist/i18n/ko-KR.js +1 -2
  32. package/dist/i18n/ko-KR.properties +6 -4
  33. package/dist/i18n/nb-NO.js +1 -2
  34. package/dist/i18n/nb-NO.properties +6 -4
  35. package/dist/i18n/nl-NL.js +1 -2
  36. package/dist/i18n/nl-NL.properties +6 -4
  37. package/dist/i18n/pl-PL.js +1 -2
  38. package/dist/i18n/pl-PL.properties +6 -4
  39. package/dist/i18n/pt-BR.js +1 -2
  40. package/dist/i18n/pt-BR.properties +6 -4
  41. package/dist/i18n/ru-RU.js +1 -2
  42. package/dist/i18n/ru-RU.properties +6 -4
  43. package/dist/i18n/sv-SE.js +1 -2
  44. package/dist/i18n/sv-SE.properties +6 -4
  45. package/dist/i18n/tr-TR.js +1 -2
  46. package/dist/i18n/tr-TR.properties +6 -4
  47. package/dist/i18n/zh-CN.js +1 -2
  48. package/dist/i18n/zh-CN.properties +6 -4
  49. package/dist/i18n/zh-TW.js +1 -2
  50. package/dist/i18n/zh-TW.properties +6 -4
  51. package/package.json +11 -11
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Сообщ
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = Стр. {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Кнопка отмены удаления
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Удалить
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Кнопка у
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = Отмена
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Удалить этот комментарий?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Удалить этот комментарий и ответы? Это действие невозможно отменить.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Подтверждение удаления
21
+ # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Изменить
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Оригина
64
66
  groupSharedFeatures.threadedAnnotations.reply = Ответить
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Кнопка ответа
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Разрешить
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Сообщение о статусе решения
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Кнопк
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Упоминание пользователя
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Текст сообщения
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Отменить разрешение
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = Аватар пользователя
@@ -42,6 +42,5 @@ export default {
42
42
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Meddelandetext",
43
43
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Olöst",
44
44
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Avatar för användare",
45
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knappen visa användarprofil",
46
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Radera den här kommentaren och svaren? Den här åtgärden kan inte återkallas."
45
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Knappen visa användarprofil"
47
46
  }
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Meddelande
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = Sidan {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Knappen Avbryt radera
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Radera
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Knappen Radera
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = Avbryt
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Vill du radera den här kommentaren?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Radera den här kommentaren och svaren? Den här åtgärden kan inte återkallas.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Bekräftelse av radering
21
+ # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Redigera
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Ursprungligt in
64
66
  groupSharedFeatures.threadedAnnotations.reply = Svara
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Knappen Svara
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Löst
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Meddelande om lösningsstatus
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Knappen Sva
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Omnämnande av användare
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Meddelandetext
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Olöst
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = Avatar för användare
@@ -42,6 +42,5 @@ export default {
42
42
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "Mesaj metni",
43
43
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "Çözümü kaldır",
44
44
  "groupSharedFeatures.threadedAnnotations.userAvatar": "Kullanıcı avatarı",
45
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Kullanıcı profilini görüntüle düğmesi",
46
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "Bu yorum ve yanıtlar silinsin mi? Bu işlem geri alınamaz."
45
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "Kullanıcı profilini görüntüle düğmesi"
47
46
  }
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = Açıklama
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = Sayfa {number}
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = Silmeyi iptal et düğmesi
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = Sil
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = Sil düğmesi
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = İptal Et
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = Bu yorumu silmek istiyor musunuz?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = Bu yorum ve yanıtlar silinsin mi? Bu işlem geri alınamaz.
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = Onayı sil
21
+ # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = Düzenle
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = Orijinal içeri
64
66
  groupSharedFeatures.threadedAnnotations.reply = Yanıtla
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = Yanıtla düğmesi
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = Çöz
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = Çözüm durumu mesajı
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = Yanıtla d
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = Kullanıcıdan bahsetme
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = Mesaj metni
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = Çözümü kaldır
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = Kullanıcı avatarı
@@ -42,6 +42,5 @@ export default {
42
42
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "消息文本",
43
43
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "未解决",
44
44
  "groupSharedFeatures.threadedAnnotations.userAvatar": "用户头像",
45
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "查看用户资料按钮",
46
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "是否要删除此评论及回复?此操作无法撤销。"
45
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "查看用户资料按钮"
47
46
  }
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = 批注消
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = 第 {number} 页
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = 取消删除按钮
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = 删除
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = 删除按钮
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = 取消
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = 是否要删除此评论?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = 是否要删除此评论及回复?此操作无法撤销。
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = 删除确认
21
+ # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = 编辑
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = 原始内容已
64
66
  groupSharedFeatures.threadedAnnotations.reply = 回复
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = 回复按钮
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = 解决
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = 解决状态消息
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = 回复按
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = 用户提及
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = 消息文本
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = 未解决
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = 用户头像
@@ -42,6 +42,5 @@ export default {
42
42
  "groupSharedFeatures.threadedAnnotations.textMessageAriaLabel": "訊息文字",
43
43
  "groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel": "取消解決",
44
44
  "groupSharedFeatures.threadedAnnotations.userAvatar": "使用者頭像",
45
- "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "檢視使用者設定檔按鈕",
46
- "groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion": "是否要刪除此留言與回覆?此動作無法復原。"
45
+ "groupSharedFeatures.threadedAnnotations.userAvatarButtonAriaLabel": "檢視使用者設定檔按鈕"
47
46
  }
@@ -6,6 +6,8 @@ groupSharedFeatures.threadedAnnotations.annotationMessageAriaLabel = 註解訊
6
6
  groupSharedFeatures.threadedAnnotations.annotationPage = 第 {number} 頁
7
7
  # Aria label for cancel delete button
8
8
  groupSharedFeatures.threadedAnnotations.cancelDeleteButtonAriaLabel = 取消刪除按鈕
9
+ # Copy link option in message context menu
10
+ groupSharedFeatures.threadedAnnotations.copyLink = Copy link
9
11
  # Delete button text
10
12
  groupSharedFeatures.threadedAnnotations.delete = 刪除
11
13
  # Aria label for delete button
@@ -14,10 +16,10 @@ groupSharedFeatures.threadedAnnotations.deleteButtonAriaLabel = 刪除按鈕
14
16
  groupSharedFeatures.threadedAnnotations.deleteCancel = 取消
15
17
  # Confirmation text asking user if they want to delete a comment
16
18
  groupSharedFeatures.threadedAnnotations.deleteCommentQuestion = 是否要刪除此留言?
17
- # Confirmation text asking user if they want to delete a comment and its replies
18
- groupSharedFeatures.threadedAnnotations.deleteCommentWithRepliesQuestion = 是否要刪除此留言與回覆?此動作無法復原。
19
19
  # Aria label for delete confirmation popover
20
20
  groupSharedFeatures.threadedAnnotations.deleteConfirmation = 刪除確認
21
+ # Confirmation text asking the user if they want to delete a thread. `type` is `annotation` or `comment`; `hasReplies` is `true` or `false`.
22
+ groupSharedFeatures.threadedAnnotations.deleteQuestion = Delete this {type, select, annotation {annotation} other {comment}}{hasReplies, select, true { and replies} other {}}? This action can't be undone.
21
23
  # Edit option in message context menu
22
24
  groupSharedFeatures.threadedAnnotations.edit = 編輯
23
25
  # Button text to hide replies in threaded annotations
@@ -64,7 +66,7 @@ groupSharedFeatures.threadedAnnotations.originalContentDeleted = 原始內容已
64
66
  groupSharedFeatures.threadedAnnotations.reply = 回覆
65
67
  # Aria label for the reply button that opens the message editor
66
68
  groupSharedFeatures.threadedAnnotations.replyButtonAriaLabel = 回覆按鈕
67
- # Aria label for resolve button
69
+ # Aria label and tooltip content for the resolve button
68
70
  groupSharedFeatures.threadedAnnotations.resolveButtonAriaLabel = 已回覆
69
71
  # Aria label for the resolution status message container
70
72
  groupSharedFeatures.threadedAnnotations.resolvedStateAriaLabel = 解決狀態訊息
@@ -78,7 +80,7 @@ groupSharedFeatures.threadedAnnotations.showRepliesButtonAriaLabel = 回覆按
78
80
  groupSharedFeatures.threadedAnnotations.textMentionAriaLabel = 使用者提及
79
81
  # Aria label for message text content
80
82
  groupSharedFeatures.threadedAnnotations.textMessageAriaLabel = 訊息文字
81
- # Aria label for unresolve button
83
+ # Aria label and tooltip content for the unresolve button
82
84
  groupSharedFeatures.threadedAnnotations.unresolveButtonAriaLabel = 取消解決
83
85
  # Alt text for user avatar image
84
86
  groupSharedFeatures.threadedAnnotations.userAvatar = 使用者頭像
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/threaded-annotations",
3
- "version": "1.85.0",
3
+ "version": "1.85.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "dependencies": {
6
6
  "@tanstack/react-virtual": "^3.10.8",
@@ -16,23 +16,23 @@
16
16
  "uuid": "^9.0.1"
17
17
  },
18
18
  "peerDependencies": {
19
- "@box/blueprint-web": "^14.26.1",
20
- "@box/blueprint-web-assets": "^4.116.5",
21
- "@box/collaboration-popover": "^1.61.27",
22
- "@box/readable-time": "^1.40.27",
23
- "@box/user-selector": "^1.75.27",
19
+ "@box/blueprint-web": "^14.27.0",
20
+ "@box/blueprint-web-assets": "^4.116.6",
21
+ "@box/collaboration-popover": "^1.61.29",
22
+ "@box/readable-time": "^1.40.29",
23
+ "@box/user-selector": "^1.75.29",
24
24
  "clsx": "^1.2.1",
25
25
  "react": "^18.0.0",
26
26
  "react-dom": "^18.0.0",
27
27
  "react-intl": "^6.4.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@box/blueprint-web": "^14.26.1",
31
- "@box/blueprint-web-assets": "^4.116.5",
30
+ "@box/blueprint-web": "^14.27.0",
31
+ "@box/blueprint-web-assets": "^4.116.6",
32
32
  "@box/eslint-plugin-blueprint": "1.1.21",
33
- "@box/readable-time": "^1.40.27",
34
- "@box/storybook-utils": "^0.18.19",
35
- "@box/user-selector": "^1.75.27",
33
+ "@box/readable-time": "^1.40.29",
34
+ "@box/storybook-utils": "^0.18.20",
35
+ "@box/user-selector": "^1.75.29",
36
36
  "react": "^18.0.0",
37
37
  "react-dom": "^18.0.0"
38
38
  },