@univerjs/thread-comment-ui 0.7.0-nightly.202505211607 → 0.7.0-nightly.202505231607

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.
@@ -1,3 +1,3 @@
1
- import { default as zhCN } from './zh-CN';
2
- declare const locale: typeof zhCN;
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
3
  export default locale;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/thread-comment-ui",
3
- "version": "0.7.0-nightly.202505211607",
3
+ "version": "0.7.0-nightly.202505231607",
4
4
  "private": false,
5
5
  "description": "Univer common thread comment UI plugin",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,11 +53,11 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^0.3.24",
56
- "@univerjs/core": "0.7.0-nightly.202505211607",
57
- "@univerjs/docs-ui": "0.7.0-nightly.202505211607",
58
- "@univerjs/ui": "0.7.0-nightly.202505211607",
59
- "@univerjs/thread-comment": "0.7.0-nightly.202505211607",
60
- "@univerjs/design": "0.7.0-nightly.202505211607"
56
+ "@univerjs/core": "0.7.0-nightly.202505231607",
57
+ "@univerjs/design": "0.7.0-nightly.202505231607",
58
+ "@univerjs/docs-ui": "0.7.0-nightly.202505231607",
59
+ "@univerjs/ui": "0.7.0-nightly.202505231607",
60
+ "@univerjs/thread-comment": "0.7.0-nightly.202505231607"
61
61
  },
62
62
  "devDependencies": {
63
63
  "postcss": "^8.5.3",
@@ -66,7 +66,7 @@
66
66
  "tailwindcss": "^3.4.17",
67
67
  "typescript": "^5.8.3",
68
68
  "vite": "^6.3.5",
69
- "vitest": "^3.1.3",
69
+ "vitest": "^3.1.4",
70
70
  "@univerjs-infra/shared": "0.7.0"
71
71
  },
72
72
  "scripts": {