@teselagen/ove 0.7.23 → 0.7.24
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/Menlo.ttf +0 -0
- package/Monaco.ttf +0 -0
- package/html2canvas.esm--JN4fLQL.mjs +7891 -0
- package/html2canvas.esm-B7d7VJmQ.js +7891 -0
- package/html2canvas.esm-BabtSl1E.cjs +7848 -0
- package/html2canvas.esm-ClY198IE.js +7848 -0
- package/html2canvas.esm-GLpiTZLt.cjs +7891 -0
- package/html2canvas.esm-GLpiTZLt.js +7891 -0
- package/html2canvas.esm-nFNn58sx.js +7891 -0
- package/html2canvas.esm-nFNn58sx.mjs +7891 -0
- package/index.cjs.js +15714 -16546
- package/index.es.js +13724 -14556
- package/index.umd.js +15172 -16564
- package/package.json +4 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teselagen/ove",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.24",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -15,12 +15,11 @@
|
|
|
15
15
|
"@teselagen/range-utils": "0.3.10",
|
|
16
16
|
"@teselagen/ui": "0.7.23",
|
|
17
17
|
"@teselagen/file-utils": "0.3.18",
|
|
18
|
-
"@teselagen/bio-parsers": "0.4.
|
|
18
|
+
"@teselagen/bio-parsers": "0.4.24",
|
|
19
19
|
"@blueprintjs/core": "3.54.0",
|
|
20
20
|
"@blueprintjs/datetime": "^3.24.1",
|
|
21
21
|
"@blueprintjs/icons": "3.33.0",
|
|
22
22
|
"@blueprintjs/select": "3.18.11",
|
|
23
|
-
"@dnd-kit/core": "^6.1.0",
|
|
24
23
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
25
24
|
"@dnd-kit/sortable": "^8.0.0",
|
|
26
25
|
"@dnd-kit/utilities": "3.2.2",
|
|
@@ -28,22 +27,19 @@
|
|
|
28
27
|
"@risingstack/react-easy-state": "^6.3.0",
|
|
29
28
|
"@teselagen/react-list": "0.8.18",
|
|
30
29
|
"@teselagen/react-table": "6.10.16",
|
|
31
|
-
"@use-gesture/react": "^10.2.23",
|
|
32
30
|
"bluebird": "3.7.2",
|
|
33
31
|
"bson-objectid": "2.0.4",
|
|
34
|
-
"buffer": "
|
|
32
|
+
"buffer": "6.0.3",
|
|
35
33
|
"bufferpack": "0.0.6",
|
|
36
34
|
"classnames": "^2.3.2",
|
|
37
35
|
"color": "^3.2.1",
|
|
38
36
|
"combokeys": "^3.0.1",
|
|
39
37
|
"copy-to-clipboard": "^3.3.1",
|
|
40
|
-
"dayjs": "^1.10.4",
|
|
41
38
|
"deep-equal": "^1.1.1",
|
|
42
39
|
"dom-scroll-into-view": "^2.0.1",
|
|
43
40
|
"dom-to-image": "^2.6.0",
|
|
44
41
|
"downloadjs": "^1.4.7",
|
|
45
|
-
"escape-string-regexp": "
|
|
46
|
-
"fast-xml-parser": "4.3.5",
|
|
42
|
+
"escape-string-regexp": "5.0.0",
|
|
47
43
|
"fflate": "0.8.2",
|
|
48
44
|
"file-saver": "^2.0.5",
|
|
49
45
|
"fuse.js": "^6.6.2",
|
|
@@ -56,16 +52,12 @@
|
|
|
56
52
|
"lodash": "4.17.21",
|
|
57
53
|
"lodash-es": "^4.17.21",
|
|
58
54
|
"math-expression-evaluator": "^1.3.7",
|
|
59
|
-
"mobx": "^6.10.2",
|
|
60
|
-
"mock-fs": "5.2.0",
|
|
61
|
-
"nanoid": "^4.0.0",
|
|
62
55
|
"node-interval-tree": "^1.3.3",
|
|
63
56
|
"papaparse": "5.3.2",
|
|
64
57
|
"paths-js": "^0.4.11",
|
|
65
58
|
"pluralize": "^7.0.0",
|
|
66
59
|
"popper.js": "^1.16.1",
|
|
67
60
|
"prop-types": "^15.6.2",
|
|
68
|
-
"qs": "^6.9.6",
|
|
69
61
|
"react": "^18.3.1",
|
|
70
62
|
"react-color": "^2.19.3",
|
|
71
63
|
"react-dom": "^18.3.1",
|
|
@@ -74,8 +66,6 @@
|
|
|
74
66
|
"react-markdown": "9.0.1",
|
|
75
67
|
"react-measure": "^2.5.2",
|
|
76
68
|
"react-redux": "^8.0.5",
|
|
77
|
-
"react-rnd": "^10.2.4",
|
|
78
|
-
"react-router-dom": "5",
|
|
79
69
|
"react-sizeme": "^2.6.12",
|
|
80
70
|
"react-transition-group": "^2.4.0",
|
|
81
71
|
"recompose": "npm:react-recompose@0.31.1",
|
|
@@ -85,7 +75,6 @@
|
|
|
85
75
|
"redux-thunk": "2.4.1",
|
|
86
76
|
"remark-gfm": "^4.0.0",
|
|
87
77
|
"reselect": "^4.1.7",
|
|
88
|
-
"shortid": "^2.2.16",
|
|
89
78
|
"tg-use-local-storage-state": "^16.0.3",
|
|
90
79
|
"tippy.js": "^6.3.7",
|
|
91
80
|
"to-regex-range": "5.0.1",
|