@univerjs-pro/collaboration-client 0.2.3 → 0.2.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/collaboration-client",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "private": false,
5
5
  "description": "Univer Collaboration Client",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -47,53 +47,53 @@
47
47
  "lib"
48
48
  ],
49
49
  "peerDependencies": {
50
- "@wendellhu/redi": "0.15.5",
50
+ "@wendellhu/redi": "0.16.0",
51
51
  "clsx": ">=2.0.0",
52
52
  "lodash": ">=4.0.0",
53
53
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
54
54
  "rxjs": ">=7.0.0",
55
- "@univerjs-pro/collaboration": "0.2.3",
56
- "@univerjs/core": "0.2.3",
57
- "@univerjs/design": "0.2.3",
58
- "@univerjs/docs": "0.2.3",
59
- "@univerjs/drawing": "0.2.3",
60
- "@univerjs/engine-formula": "0.2.3",
61
- "@univerjs/engine-render": "0.2.3",
62
- "@univerjs/network": "0.2.3",
63
- "@univerjs/rpc": "0.2.3",
64
- "@univerjs/sheets": "0.2.3",
65
- "@univerjs/sheets-ui": "0.2.3",
66
- "@univerjs/ui": "0.2.3"
55
+ "@univerjs-pro/collaboration": "0.2.4",
56
+ "@univerjs/core": "0.2.4",
57
+ "@univerjs/design": "0.2.4",
58
+ "@univerjs/docs": "0.2.4",
59
+ "@univerjs/drawing": "0.2.4",
60
+ "@univerjs/engine-formula": "0.2.4",
61
+ "@univerjs/engine-render": "0.2.4",
62
+ "@univerjs/network": "0.2.4",
63
+ "@univerjs/rpc": "0.2.4",
64
+ "@univerjs/sheets": "0.2.4",
65
+ "@univerjs/sheets-ui": "0.2.4",
66
+ "@univerjs/ui": "0.2.4"
67
67
  },
68
68
  "dependencies": {
69
- "@univerjs/icons": "^0.1.58",
70
- "@univerjs/protocol": "0.1.38-alpha.19"
69
+ "@univerjs/icons": "^0.1.65",
70
+ "@univerjs/protocol": "0.1.38-alpha.23"
71
71
  },
72
72
  "devDependencies": {
73
73
  "@types/lodash": "^4.17.6",
74
74
  "@types/react": "^18.3.3",
75
- "@wendellhu/redi": "0.15.5",
75
+ "@wendellhu/redi": "0.16.0",
76
76
  "clsx": "^2.1.1",
77
77
  "less": "^4.2.0",
78
78
  "lodash": "^4.17.21",
79
79
  "react": "18.3.1",
80
80
  "rxjs": "^7.8.1",
81
81
  "typescript": "^5.5.3",
82
- "vite": "^5.3.3",
83
- "vitest": "^1.6.0",
84
- "@univerjs-pro/collaboration": "0.2.3",
85
- "@univerjs/core": "0.2.3",
86
- "@univerjs/design": "0.2.3",
87
- "@univerjs/docs": "0.2.3",
88
- "@univerjs/drawing": "0.2.3",
89
- "@univerjs/engine-formula": "0.2.3",
90
- "@univerjs/engine-render": "0.2.3",
91
- "@univerjs/network": "0.2.3",
92
- "@univerjs/rpc": "0.2.3",
93
- "@univerjs/shared": "0.2.3",
94
- "@univerjs/sheets": "0.2.3",
95
- "@univerjs/sheets-ui": "0.2.3",
96
- "@univerjs/ui": "0.2.3"
82
+ "vite": "^5.3.4",
83
+ "vitest": "^2.0.3",
84
+ "@univerjs-pro/collaboration": "0.2.4",
85
+ "@univerjs/core": "0.2.4",
86
+ "@univerjs/design": "0.2.4",
87
+ "@univerjs/docs": "0.2.4",
88
+ "@univerjs/drawing": "0.2.4",
89
+ "@univerjs/engine-formula": "0.2.4",
90
+ "@univerjs/engine-render": "0.2.4",
91
+ "@univerjs/network": "0.2.4",
92
+ "@univerjs/rpc": "0.2.4",
93
+ "@univerjs/shared": "0.2.4",
94
+ "@univerjs/sheets": "0.2.4",
95
+ "@univerjs/sheets-ui": "0.2.4",
96
+ "@univerjs/ui": "0.2.4"
97
97
  },
98
98
  "univerSpace": {
99
99
  ".": {
@@ -110,9 +110,9 @@
110
110
  "./locale/*": "./lib/locale/*.json"
111
111
  },
112
112
  "scripts": {
113
- "test": "vitest run",
114
- "test:watch": "vitest",
115
- "coverage": "vitest run --coverage",
113
+ "test": "vitest run --pool=threads",
114
+ "test:watch": "vitest --pool=threads",
115
+ "coverage": "vitest run --coverage --pool=threads",
116
116
  "lint:types": "tsc --noEmit",
117
117
  "build": "tsc && vite build",
118
118
  "sync:pro:cnpm": "cnpm sync"