@univerjs-pro/drill-down-extraction 0.3.0-nightly.202410101606 → 0.3.0-nightly.202410111606
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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/locale/fa-IR.json +45 -0
- package/lib/locale/vi-VN.json +45 -0
- package/lib/locale/zh-TW.json +45 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/umd/index.js +1 -1
- package/package.json +25 -24
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@univerjs-pro/drill-down-extraction",
|
3
|
-
"version": "0.3.0-nightly.
|
3
|
+
"version": "0.3.0-nightly.202410111606",
|
4
4
|
"private": false,
|
5
5
|
"description": "",
|
6
6
|
"author": "DreamNum <developer@univer.ai>",
|
@@ -46,38 +46,39 @@
|
|
46
46
|
"peerDependencies": {
|
47
47
|
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
|
48
48
|
"rxjs": ">=7.0.0",
|
49
|
-
"@univerjs/core": "0.3.0-nightly.
|
50
|
-
"@univerjs/
|
51
|
-
"@univerjs/engine-
|
52
|
-
"@univerjs/
|
53
|
-
"@univerjs/
|
54
|
-
"@univerjs/sheets": "0.3.0-nightly.
|
55
|
-
"@univerjs/sheets-hyper-link": "0.3.0-nightly.
|
56
|
-
"@univerjs/sheets-hyper-link
|
57
|
-
"@univerjs/sheets-ui": "0.3.0-nightly.
|
58
|
-
"@univerjs/ui": "0.3.0-nightly.
|
49
|
+
"@univerjs/core": "0.3.0-nightly.202410111606",
|
50
|
+
"@univerjs/network": "0.3.0-nightly.202410111606",
|
51
|
+
"@univerjs/engine-render": "0.3.0-nightly.202410111606",
|
52
|
+
"@univerjs/design": "0.3.0-nightly.202410111606",
|
53
|
+
"@univerjs/engine-formula": "0.3.0-nightly.202410111606",
|
54
|
+
"@univerjs/sheets": "0.3.0-nightly.202410111606",
|
55
|
+
"@univerjs/sheets-hyper-link-ui": "0.3.0-nightly.202410111606",
|
56
|
+
"@univerjs/sheets-hyper-link": "0.3.0-nightly.202410111606",
|
57
|
+
"@univerjs/sheets-ui": "0.3.0-nightly.202410111606",
|
58
|
+
"@univerjs/ui": "0.3.0-nightly.202410111606"
|
59
59
|
},
|
60
60
|
"dependencies": {
|
61
61
|
"@univerjs/icons": "^0.1.78",
|
62
|
-
"@univerjs/core": "0.3.0-nightly.
|
63
|
-
"@univerjs/engine-formula": "0.3.0-nightly.
|
64
|
-
"@univerjs/
|
62
|
+
"@univerjs/core": "0.3.0-nightly.202410111606",
|
63
|
+
"@univerjs/engine-formula": "0.3.0-nightly.202410111606",
|
64
|
+
"@univerjs/engine-render": "0.3.0-nightly.202410111606",
|
65
|
+
"@univerjs/design": "0.3.0-nightly.202410111606",
|
65
66
|
"@univerjs/protocol": "0.1.39-alpha.24",
|
66
|
-
"@univerjs/network": "0.3.0-nightly.
|
67
|
-
"@univerjs/
|
68
|
-
"@univerjs/sheets": "0.3.0-nightly.
|
69
|
-
"@univerjs/sheets-hyper-link": "0.3.0-nightly.
|
70
|
-
"@univerjs/sheets-
|
71
|
-
"@univerjs/
|
72
|
-
"@univerjs/ui": "0.3.0-nightly.202410101606"
|
67
|
+
"@univerjs/network": "0.3.0-nightly.202410111606",
|
68
|
+
"@univerjs/sheets": "0.3.0-nightly.202410111606",
|
69
|
+
"@univerjs/sheets-hyper-link": "0.3.0-nightly.202410111606",
|
70
|
+
"@univerjs/sheets-hyper-link-ui": "0.3.0-nightly.202410111606",
|
71
|
+
"@univerjs/sheets-ui": "0.3.0-nightly.202410111606",
|
72
|
+
"@univerjs/ui": "0.3.0-nightly.202410111606"
|
73
73
|
},
|
74
74
|
"devDependencies": {
|
75
|
-
"@types/react": "^18.3.
|
75
|
+
"@types/react": "^18.3.11",
|
76
76
|
"less": "^4.2.0",
|
77
|
+
"react": "^18.3.1",
|
77
78
|
"rxjs": "^7.8.1",
|
78
|
-
"typescript": "
|
79
|
+
"typescript": "5.6.3",
|
79
80
|
"vite": "^5.4.8",
|
80
|
-
"vitest": "^2.1.
|
81
|
+
"vitest": "^2.1.2",
|
81
82
|
"@univerjs-infra/shared": "0.3.0"
|
82
83
|
},
|
83
84
|
"univerSpace": {
|