@univerjs/preset-sheets-find-replace 0.23.0 → 0.25.0

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 (85) hide show
  1. package/lib/cjs/locales/ar-SA.js +1 -0
  2. package/lib/cjs/locales/ca-ES.js +1 -1
  3. package/lib/cjs/locales/de-DE.js +1 -0
  4. package/lib/cjs/locales/en-US.js +1 -1
  5. package/lib/cjs/locales/es-ES.js +1 -1
  6. package/lib/cjs/locales/fa-IR.js +1 -1
  7. package/lib/cjs/locales/fr-FR.js +1 -1
  8. package/lib/cjs/locales/id-ID.js +1 -0
  9. package/lib/cjs/locales/it-IT.js +1 -0
  10. package/lib/cjs/locales/ja-JP.js +1 -1
  11. package/lib/cjs/locales/ko-KR.js +1 -1
  12. package/lib/cjs/locales/pl-PL.js +1 -0
  13. package/lib/cjs/locales/pt-BR.js +1 -0
  14. package/lib/cjs/locales/ru-RU.js +1 -1
  15. package/lib/cjs/locales/sk-SK.js +1 -1
  16. package/lib/cjs/locales/vi-VN.js +1 -1
  17. package/lib/cjs/locales/zh-CN.js +1 -1
  18. package/lib/cjs/locales/zh-HK.js +1 -0
  19. package/lib/cjs/locales/zh-TW.js +1 -1
  20. package/lib/es/locales/ar-SA.js +8 -0
  21. package/lib/es/locales/ca-ES.js +3 -5
  22. package/lib/es/locales/de-DE.js +8 -0
  23. package/lib/es/locales/en-US.js +1 -3
  24. package/lib/es/locales/es-ES.js +3 -5
  25. package/lib/es/locales/fa-IR.js +3 -5
  26. package/lib/es/locales/fr-FR.js +5 -7
  27. package/lib/es/locales/id-ID.js +8 -0
  28. package/lib/es/locales/it-IT.js +8 -0
  29. package/lib/es/locales/ja-JP.js +3 -5
  30. package/lib/es/locales/ko-KR.js +1 -3
  31. package/lib/es/locales/pl-PL.js +8 -0
  32. package/lib/es/locales/pt-BR.js +8 -0
  33. package/lib/es/locales/ru-RU.js +4 -6
  34. package/lib/es/locales/sk-SK.js +3 -5
  35. package/lib/es/locales/vi-VN.js +3 -5
  36. package/lib/es/locales/zh-CN.js +1 -3
  37. package/lib/es/locales/zh-HK.js +8 -0
  38. package/lib/es/locales/zh-TW.js +1 -3
  39. package/lib/locales/ar-SA.js +8 -0
  40. package/lib/locales/ca-ES.js +3 -5
  41. package/lib/locales/de-DE.js +8 -0
  42. package/lib/locales/en-US.js +1 -3
  43. package/lib/locales/es-ES.js +3 -5
  44. package/lib/locales/fa-IR.js +3 -5
  45. package/lib/locales/fr-FR.js +5 -7
  46. package/lib/locales/id-ID.js +8 -0
  47. package/lib/locales/it-IT.js +8 -0
  48. package/lib/locales/ja-JP.js +3 -5
  49. package/lib/locales/ko-KR.js +1 -3
  50. package/lib/locales/pl-PL.js +8 -0
  51. package/lib/locales/pt-BR.js +8 -0
  52. package/lib/locales/ru-RU.js +4 -6
  53. package/lib/locales/sk-SK.js +3 -5
  54. package/lib/locales/vi-VN.js +3 -5
  55. package/lib/locales/zh-CN.js +1 -3
  56. package/lib/locales/zh-HK.js +8 -0
  57. package/lib/locales/zh-TW.js +1 -3
  58. package/lib/types/locales/ar-SA.d.ts +4 -0
  59. package/lib/types/locales/de-DE.d.ts +4 -0
  60. package/lib/types/locales/id-ID.d.ts +4 -0
  61. package/lib/types/locales/it-IT.d.ts +4 -0
  62. package/lib/types/locales/pl-PL.d.ts +4 -0
  63. package/lib/types/locales/pt-BR.d.ts +4 -0
  64. package/lib/types/locales/zh-HK.d.ts +4 -0
  65. package/lib/umd/index.js +3 -3
  66. package/lib/umd/locales/ar-SA.js +5 -0
  67. package/lib/umd/locales/ca-ES.js +2 -5
  68. package/lib/umd/locales/de-DE.js +5 -0
  69. package/lib/umd/locales/en-US.js +2 -5
  70. package/lib/umd/locales/es-ES.js +2 -5
  71. package/lib/umd/locales/fa-IR.js +2 -5
  72. package/lib/umd/locales/fr-FR.js +2 -5
  73. package/lib/umd/locales/id-ID.js +5 -0
  74. package/lib/umd/locales/it-IT.js +5 -0
  75. package/lib/umd/locales/ja-JP.js +2 -5
  76. package/lib/umd/locales/ko-KR.js +2 -5
  77. package/lib/umd/locales/pl-PL.js +5 -0
  78. package/lib/umd/locales/pt-BR.js +5 -0
  79. package/lib/umd/locales/ru-RU.js +2 -5
  80. package/lib/umd/locales/sk-SK.js +2 -5
  81. package/lib/umd/locales/vi-VN.js +2 -5
  82. package/lib/umd/locales/zh-CN.js +2 -5
  83. package/lib/umd/locales/zh-HK.js +5 -0
  84. package/lib/umd/locales/zh-TW.js +2 -5
  85. package/package.json +5 -5
@@ -1,8 +1,5 @@
1
1
  // @univerjs/find-replace/locale/vi-VN
2
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceViVN=t())})(this,function(){return{"find-replace":{toolbar:`Tìm kiếm và Thay thế`,shortcut:{"open-find-dialog":`Mở hộp thoại tìm kiếm`,"open-replace-dialog":`Mở hộp thoại thay thế`,"close-dialog":`Đóng hộp thoại tìm kiếm thay thế`,"go-to-next-match":`Đến mục khớp tiếp theo`,"go-to-previous-match":`Đến mục khớp trước đó`,"focus-selection":`Tập trung vào lựa chọn`},dialog:{title:`Tìm kiếm`,find:`Tìm kiếm`,replace:`Thay thế`,"replace-all":`Thay thế tất cả`,"find-placeholder":`Nhập nội dung tìm kiếm`,"advanced-finding":`Thay thế / Tìm kiếm nâng cao`,"replace-placeholder":`Nhập nội dung thay thế`,"case-sensitive":`Phân biệt chữ hoa chữ thường`,"match-the-whole-cell":`Khớp toàn bộ ô`,"find-scope":{title:`Phạm vi tìm kiếm`,"current-sheet":`Bảng hiện tại`,workbook:`Toàn bộ sổ làm việc`},"find-direction":{title:`Thứ tự tìm kiếm`,column:`Tìm theo cột`,row:`Tìm theo hàng`},"find-by":{title:`Phương thức tìm kiếm`,formula:`Tìm công thức`,value:`Tìm giá trị`},"no-match":`Đã hoàn thành tìm kiếm nhưng không tìm thấy mục nào khớp`,"no-result":`Không có kết quả`},replace:{"all-success":`Đã thay thế tất cả {0} mục khớp`,"all-failure":`Thay thế thất bại`,confirm:{title:`Bạn có chắc muốn thay thế tất cả các mục khớp không?`}}},"find-replace-shortcuts":`Tìm kiếm và Thay thế`}});
3
-
4
- // @univerjs/sheets-find-replace/locale/vi-VN
5
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsFindReplaceViVN=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`Thay thế một phần ô thất bại`,failure:`Thay thế thất bại`}}}});
2
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceViVN=t())})(this,function(){return{"find-replace":{toolbar:`Tìm kiếm và Thay thế`,shortcut:{"open-find-dialog":`Mở hộp thoại Tìm kiếm`,"open-replace-dialog":`Mở hộp thoại Thay thế`,"close-dialog":`Đóng hộp thoại Tìm kiếm & Thay thế`,"go-to-next-match":`Chuyển đến kết quả tiếp theo`,"go-to-previous-match":`Chuyển đến kết quả trước đó`,"focus-selection":`Tập trung vào vùng chọn`,panel:`Tìm kiếm và Thay thế`},dialog:{title:`Tìm kiếm`,find:`Tìm kiếm`,replace:`Thay thế`,"replace-all":`Thay thế Tất cả`,"case-sensitive":`Phân biệt chữ hoa chữ thường`,"find-placeholder":`Tìm trong Trang tính này`,"advanced-finding":`Tìm kiếm & Thay thế Nâng cao`,"replace-placeholder":`Nhập chuỗi thay thế`,"match-the-whole-cell":`Khớp toàn bộ ô`,"find-direction":{title:`Hướng tìm kiếm`,row:`Tìm theo hàng`,column:`Tìm theo cột`},"find-scope":{title:`Phạm vi tìm kiếm`,"current-sheet":`Trang tính hiện tại`,workbook:`Sổ làm việc`},"find-by":{title:`Tìm theo`,value:`Tìm theo giá trị`,formula:`Tìm công thức`},"no-match":`Đã hoàn thành tìm kiếm nhưng không tìm thấy kết quả phù hợp.`,"no-result":`Không có kết quả`},replace:{"all-success":`Đã thay thế tất cả {0} kết quả phù hợp`,"all-failure":`Thay thế thất bại`,confirm:{title:`Bạn có chắc chắn muốn thay thế tất cả các kết quả phù hợp không?`}},button:{confirm:`Xác nhận`,cancel:`Hủy`}}}});
6
3
 
7
4
  // locale/vi-VN
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/vi-VN"),require("@univerjs/sheets-find-replace/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/vi-VN","@univerjs/sheets-find-replace/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceViVN=i(e.UniverCore,e.UniverFindReplaceViVN,e.UniverSheetsFindReplaceViVN))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
5
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceViVN=i(e.UniverCore,e.UniverFindReplaceViVN))})(this,(function(e,i){"use strict";return e.mergeLocales(i)}));
@@ -1,8 +1,5 @@
1
1
  // @univerjs/find-replace/locale/zh-CN
2
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceZhCN=t())})(this,function(){return{"find-replace":{toolbar:`查找替换`,shortcut:{"open-find-dialog":`打开查找对话框`,"open-replace-dialog":`打开替换对话框`,"close-dialog":`关闭查找替换对话框`,"go-to-next-match":`下一个匹配项`,"go-to-previous-match":`下一个匹配项`,"focus-selection":`聚焦选区`},dialog:{title:`查找`,find:`查找`,replace:`替换`,"replace-all":`替换全部`,"find-placeholder":`输入查找内容`,"advanced-finding":`替换 / 高级查找`,"replace-placeholder":`输入替换内容`,"case-sensitive":`匹配大小写`,"match-the-whole-cell":`匹配整个单元格`,"find-scope":{title:`查找范围`,"current-sheet":`当前子表`,workbook:`整个工作簿`},"find-direction":{title:`查找顺序`,column:`按列查找`,row:`按行查找`},"find-by":{title:`查找方式`,formula:`查找公式`,value:`查找值`},"no-match":`已完成搜索,但是未找到任何匹配项`,"no-result":`无结果`},replace:{"all-success":`已全部替换 {0} 个匹配项`,"all-failure":`替换失败`,confirm:{title:`确定要替换所有的匹配项吗?`}}},"find-replace-shortcuts":`查找替换`}});
3
-
4
- // @univerjs/sheets-find-replace/locale/zh-CN
5
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsFindReplaceZhCN=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`部分单元格替换失败`,failure:`替换失败`}}}});
2
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceZhCN=t())})(this,function(){return{"find-replace":{toolbar:`查找替换`,shortcut:{"open-find-dialog":`打开查找对话框`,"open-replace-dialog":`打开替换对话框`,"close-dialog":`关闭查找替换对话框`,"go-to-next-match":`下一个匹配项`,"go-to-previous-match":`下一个匹配项`,"focus-selection":`聚焦选区`,panel:`查找替换`},dialog:{title:`查找`,find:`查找`,replace:`替换`,"replace-all":`替换全部`,"find-placeholder":`输入查找内容`,"advanced-finding":`替换 / 高级查找`,"replace-placeholder":`输入替换内容`,"case-sensitive":`匹配大小写`,"match-the-whole-cell":`匹配整个单元格`,"find-scope":{title:`查找范围`,"current-sheet":`当前子表`,workbook:`整个工作簿`},"find-direction":{title:`查找顺序`,column:`按列查找`,row:`按行查找`},"find-by":{title:`查找方式`,formula:`查找公式`,value:`查找值`},"no-match":`已完成搜索,但是未找到任何匹配项`,"no-result":`无结果`},replace:{"all-success":`已全部替换 {0} 个匹配项`,"all-failure":`替换失败`,confirm:{title:`确定要替换所有的匹配项吗?`}},button:{confirm:`确定`,cancel:`取消`}}}});
6
3
 
7
4
  // locale/zh-CN
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-CN"),require("@univerjs/sheets-find-replace/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-CN","@univerjs/sheets-find-replace/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhCN=i(e.UniverCore,e.UniverFindReplaceZhCN,e.UniverSheetsFindReplaceZhCN))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
5
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-CN"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhCN=n(e.UniverCore,e.UniverFindReplaceZhCN))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
@@ -0,0 +1,5 @@
1
+ // @univerjs/find-replace/locale/zh-HK
2
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceZhHK=t())})(this,function(){return{"find-replace":{toolbar:`尋找替換`,shortcut:{"open-find-dialog":`打開尋找對話框`,"open-replace-dialog":`打開取代對話框`,"close-dialog":`關閉尋找與取代對話框`,"go-to-next-match":`前往下一個匹配項`,"go-to-previous-match":`前往上一個匹配項`,"focus-selection":`聚焦選取範圍`,panel:`尋找替換`},dialog:{title:`尋找`,find:`尋找`,replace:`取代`,"replace-all":`全部取代`,"case-sensitive":`區分大小寫`,"find-placeholder":`在此工作表中尋找`,"advanced-finding":`進階搜尋與取代`,"replace-placeholder":`輸入取代字串`,"match-the-whole-cell":`完全符合儲存格內容`,"find-direction":{title:`尋找方向`,row:`按列搜尋`,column:`按欄搜尋`},"find-scope":{title:`尋找範圍`,"current-sheet":`目前工作表`,workbook:`整個活頁簿`},"find-by":{title:`尋找方式`,value:`按值尋找`,formula:`尋找公式`},"no-match":`已完成尋找,但未找到任何相符項目。`,"no-result":`無結果`},replace:{"all-success":`已取代全部 {0} 個相符項目`,"all-failure":`取代失敗`,confirm:{title:`確定要取代所有相符項目嗎?`}},button:{confirm:`確定`,cancel:`取消`}}}});
3
+
4
+ // locale/zh-HK
5
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-HK")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-HK"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhHK=n(e.UniverCore,e.UniverFindReplaceZhHK))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
@@ -1,8 +1,5 @@
1
1
  // @univerjs/find-replace/locale/zh-TW
2
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceZhTW=t())})(this,function(){return{"find-replace":{toolbar:`尋找替換`,shortcut:{"open-find-dialog":`開啟尋找對話框`,"open-replace-dialog":`開啟替換對話框`,"close-dialog":`關閉查找替換對話框`,"go-to-next-match":`下一個匹配項`,"go-to-previous-match":`下一個匹配項`,"focus-selection":`聚焦選區`},dialog:{title:`找`,find:`找`,replace:`替換`,"replace-all":`替換全部`,"find-placeholder":`輸入查找內容`,"advanced-finding":`取代 / 進階查找`,"replace-placeholder":`輸入替換內容`,"case-sensitive":`匹配大小寫`,"match-the-whole-cell":`符合整個儲存格`,"find-scope":{title:`找出範圍`,"current-sheet":`目前子表`,workbook:`整個工作簿`},"find-direction":{title:`找出順序`,column:`按列查找`,row:`按行查找`},"find-by":{title:`找出方式`,formula:`找出公式`,value:`查找值`},"no-match":`已完成搜索,但是未找到任何匹配項`,"no-result":`無結果`},replace:{"all-success":`已全部替換 {0} 個匹配項`,"all-failure":`替換失敗`,confirm:{title:`確定要取代所有的符合項目嗎? `}}},"find-replace-shortcuts":`尋找替換`}});
3
-
4
- // @univerjs/sheets-find-replace/locale/zh-TW
5
- (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverSheetsFindReplaceZhTW=t())})(this,function(){return{"sheet-find-replace":{replace:{"partial-failure":`部分儲存格替換失敗`,failure:`替換失敗`}}}});
2
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t():typeof define==`function`&&define.amd?define([],t):(e=typeof globalThis<`u`?globalThis:e||self,e.UniverFindReplaceZhTW=t())})(this,function(){return{"find-replace":{toolbar:`尋找替換`,shortcut:{"open-find-dialog":`打開尋找對話框`,"open-replace-dialog":`打開取代對話框`,"close-dialog":`關閉尋找與取代對話框`,"go-to-next-match":`前往下一個匹配項`,"go-to-previous-match":`前往上一個匹配項`,"focus-selection":`聚焦選取範圍`,panel:`尋找替換`},dialog:{title:`尋找`,find:`尋找`,replace:`取代`,"replace-all":`全部取代`,"case-sensitive":`區分大小寫`,"find-placeholder":`在此工作表中尋找`,"advanced-finding":`進階搜尋與取代`,"replace-placeholder":`輸入取代字串`,"match-the-whole-cell":`完全符合儲存格內容`,"find-direction":{title:`尋找方向`,row:`按列搜尋`,column:`按欄搜尋`},"find-scope":{title:`尋找範圍`,"current-sheet":`目前工作表`,workbook:`整個活頁簿`},"find-by":{title:`尋找方式`,value:`按值尋找`,formula:`尋找公式`},"no-match":`已完成尋找,但未找到任何相符項目。`,"no-result":`無結果`},replace:{"all-success":`已取代全部 {0} 個相符項目`,"all-failure":`取代失敗`,confirm:{title:`確定要取代所有相符項目嗎?`}},button:{confirm:`確定`,cancel:`取消`}}}});
6
3
 
7
4
  // locale/zh-TW
8
- (function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-TW"),require("@univerjs/sheets-find-replace/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-TW","@univerjs/sheets-find-replace/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhTW=i(e.UniverCore,e.UniverFindReplaceZhTW,e.UniverSheetsFindReplaceZhTW))})(this,(function(e,i,n){"use strict";return e.mergeLocales(i,n)}));
5
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("@univerjs/core"),require("@univerjs/find-replace/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/find-replace/locale/zh-TW"],n):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsFindReplaceZhTW=n(e.UniverCore,e.UniverFindReplaceZhTW))})(this,(function(e,n){"use strict";return e.mergeLocales(n)}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/preset-sheets-find-replace",
3
- "version": "0.23.0",
3
+ "version": "0.25.0",
4
4
  "private": false,
5
5
  "description": "Preset for find and replace capabilities in Univer Sheets.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -60,16 +60,16 @@
60
60
  "rxjs": ">=7.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@univerjs/find-replace": "0.23.0",
64
- "@univerjs/sheets-find-replace": "0.23.0"
63
+ "@univerjs/find-replace": "0.25.0",
64
+ "@univerjs/sheets-find-replace": "0.25.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@univerjs/core": "0.23.0",
67
+ "@univerjs/core": "0.25.0",
68
68
  "react": "18.3.1",
69
69
  "react-dom": "18.3.1",
70
70
  "rxjs": "7.8.2",
71
71
  "typescript": "^6.0.3",
72
- "@univerjs-infra/shared": "0.23.0"
72
+ "@univerjs-infra/shared": "0.25.0"
73
73
  },
74
74
  "scripts": {
75
75
  "prebuild:preset": "tsx prepare.ts",