@univerjs-pro/collaboration-client 0.1.15 → 0.1.17
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.1.
|
3
|
+
"version": "0.1.17",
|
4
4
|
"private": false,
|
5
5
|
"description": "Univer Collaboration Client",
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
@@ -52,22 +52,22 @@
|
|
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.1.
|
56
|
-
"@univerjs/core": "0.1.
|
57
|
-
"@univerjs/design": "0.1.
|
58
|
-
"@univerjs/docs": "0.1.
|
59
|
-
"@univerjs/drawing": "0.1.
|
60
|
-
"@univerjs/engine-formula": "0.1.
|
61
|
-
"@univerjs/engine-render": "0.1.
|
62
|
-
"@univerjs/network": "0.1.
|
63
|
-
"@univerjs/rpc": "0.1.
|
64
|
-
"@univerjs/sheets": "0.1.
|
65
|
-
"@univerjs/sheets-ui": "0.1.
|
66
|
-
"@univerjs/ui": "0.1.
|
55
|
+
"@univerjs-pro/collaboration": "0.1.17",
|
56
|
+
"@univerjs/core": "0.1.17",
|
57
|
+
"@univerjs/design": "0.1.17",
|
58
|
+
"@univerjs/docs": "0.1.17",
|
59
|
+
"@univerjs/drawing": "0.1.17",
|
60
|
+
"@univerjs/engine-formula": "0.1.17",
|
61
|
+
"@univerjs/engine-render": "0.1.17",
|
62
|
+
"@univerjs/network": "0.1.17",
|
63
|
+
"@univerjs/rpc": "0.1.17",
|
64
|
+
"@univerjs/sheets": "0.1.17",
|
65
|
+
"@univerjs/sheets-ui": "0.1.17",
|
66
|
+
"@univerjs/ui": "0.1.17"
|
67
67
|
},
|
68
68
|
"dependencies": {
|
69
|
-
"@univerjs/icons": "^0.1.
|
70
|
-
"@univerjs/protocol": "0.1.38-alpha.
|
69
|
+
"@univerjs/icons": "^0.1.57",
|
70
|
+
"@univerjs/protocol": "0.1.38-alpha.8"
|
71
71
|
},
|
72
72
|
"devDependencies": {
|
73
73
|
"@types/lodash": "^4.17.4",
|
@@ -79,21 +79,21 @@
|
|
79
79
|
"react": "18.3.1",
|
80
80
|
"rxjs": "^7.8.1",
|
81
81
|
"typescript": "^5.4.5",
|
82
|
-
"vite": "^5.
|
82
|
+
"vite": "^5.3.1",
|
83
83
|
"vitest": "^1.6.0",
|
84
|
-
"@univerjs-pro/collaboration": "0.1.
|
85
|
-
"@univerjs/core": "0.1.
|
86
|
-
"@univerjs/design": "0.1.
|
87
|
-
"@univerjs/docs": "0.1.
|
88
|
-
"@univerjs/drawing": "0.1.
|
89
|
-
"@univerjs/engine-formula": "0.1.
|
90
|
-
"@univerjs/engine-render": "0.1.
|
91
|
-
"@univerjs/network": "0.1.
|
92
|
-
"@univerjs/rpc": "0.1.
|
93
|
-
"@univerjs/shared": "0.1.
|
94
|
-
"@univerjs/sheets": "0.1.
|
95
|
-
"@univerjs/sheets-ui": "0.1.
|
96
|
-
"@univerjs/ui": "0.1.
|
84
|
+
"@univerjs-pro/collaboration": "0.1.17",
|
85
|
+
"@univerjs/core": "0.1.17",
|
86
|
+
"@univerjs/design": "0.1.17",
|
87
|
+
"@univerjs/docs": "0.1.17",
|
88
|
+
"@univerjs/drawing": "0.1.17",
|
89
|
+
"@univerjs/engine-formula": "0.1.17",
|
90
|
+
"@univerjs/engine-render": "0.1.17",
|
91
|
+
"@univerjs/network": "0.1.17",
|
92
|
+
"@univerjs/rpc": "0.1.17",
|
93
|
+
"@univerjs/shared": "0.1.17",
|
94
|
+
"@univerjs/sheets": "0.1.17",
|
95
|
+
"@univerjs/sheets-ui": "0.1.17",
|
96
|
+
"@univerjs/ui": "0.1.17"
|
97
97
|
},
|
98
98
|
"univerSpace": {
|
99
99
|
".": {
|
@@ -114,6 +114,7 @@
|
|
114
114
|
"test:watch": "vitest",
|
115
115
|
"coverage": "vitest run --coverage",
|
116
116
|
"lint:types": "tsc --noEmit",
|
117
|
-
"build": "tsc && vite build"
|
117
|
+
"build": "tsc && vite build",
|
118
|
+
"sync:pro:cnpm": "cnpm sync"
|
118
119
|
}
|
119
120
|
}
|