@perses-dev/tempo-plugin 0.52.0 → 0.53.0
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/__mf/js/Tempo.2f6d49a1.js +5 -0
- package/__mf/js/async/1101.0dae4724.js +73 -0
- package/__mf/js/async/1576.83b7de56.js +1 -0
- package/__mf/js/async/1964.e6c5b93b.js +2 -0
- package/__mf/js/async/2292.75e9aa11.js +2 -0
- package/__mf/js/async/2913.f73e6635.js +7 -0
- package/__mf/js/async/2913.f73e6635.js.LICENSE.txt +21 -0
- package/__mf/js/async/2981.8fe4ed12.js +2 -0
- package/__mf/js/async/3224.ce173388.js +1 -0
- package/__mf/js/async/3863.8d56ecec.js +2 -0
- package/__mf/js/async/3960.401ff0b0.js +2 -0
- package/__mf/js/async/3980.4d5490b2.js +2 -0
- package/__mf/js/async/4075.4c5ac93a.js +1 -0
- package/__mf/js/async/4238.7962a7a1.js +1 -0
- package/__mf/js/async/4269.0cfaf9bb.js +2 -0
- package/__mf/js/async/4368.bd6fd0e7.js +2 -0
- package/__mf/js/async/4368.bd6fd0e7.js.LICENSE.txt +15 -0
- package/__mf/js/async/4421.14238d27.js +1 -0
- package/__mf/js/async/4535.7c92d3fd.js +1 -0
- package/__mf/js/async/5214.c44cbfe5.js +1 -0
- package/__mf/js/async/5266.1c520126.js +10 -0
- package/__mf/js/async/5409.676a5f3f.js +1 -0
- package/__mf/js/async/5790.b4d4134d.js +1 -0
- package/__mf/js/async/5876.47f40562.js +2 -0
- package/__mf/js/async/{7832.9f2a70d0.js.LICENSE.txt → 5876.47f40562.js.LICENSE.txt} +1 -23
- package/__mf/js/async/5981.c6edce96.js +2 -0
- package/__mf/js/async/6292.463b4f49.js +1 -0
- package/__mf/js/async/6333.367d6758.js +2 -0
- package/__mf/js/async/6495.eae3d4b4.js +1 -0
- package/__mf/js/async/6527.5341d09f.js +2 -0
- package/__mf/js/async/6751.03514b88.js +1 -0
- package/__mf/js/async/6770.d9c238f2.js +1 -0
- package/__mf/js/async/694.c2c37771.js +1 -0
- package/__mf/js/async/7127.a0877987.js +38 -0
- package/__mf/js/async/7376.588b7a17.js +1 -0
- package/__mf/js/async/738.93d35dc9.js +1 -0
- package/__mf/js/async/7740.0500bfc6.js +1 -0
- package/__mf/js/async/8216.2f92a883.js +1 -0
- package/__mf/js/async/8488.6c9a25e4.js +1 -0
- package/__mf/js/async/8597.d5ba4ca7.js +1 -0
- package/__mf/js/async/8930.dee9777e.js +1 -0
- package/__mf/js/async/9173.69dc268d.js +2 -0
- package/__mf/js/async/9314.4b8565a0.js +2 -0
- package/__mf/js/async/9368.f0418d24.js +101 -0
- package/__mf/js/async/__federation_expose_TempoDatasource.fa3e24f9.js +2 -0
- package/__mf/js/async/__federation_expose_TempoExplorer.9949b25e.js +2 -0
- package/__mf/js/async/__federation_expose_TempoTraceQuery.13537765.js +1 -0
- package/__mf/js/async/lib-router.312ca028.js +2 -0
- package/__mf/js/main.edbb7a5a.js +5 -0
- package/lib/cjs/components/AttributeFilters.js +274 -0
- package/lib/cjs/components/TraceQLEditor.js +9 -3
- package/lib/cjs/components/complete.js +29 -13
- package/lib/cjs/components/filter/filter.js +25 -0
- package/lib/cjs/components/filter/filter_to_traceql.js +66 -0
- package/lib/cjs/components/filter/index.js +32 -0
- package/lib/cjs/components/filter/traceql_to_filter.js +113 -0
- package/lib/cjs/components/index.js +1 -0
- package/lib/cjs/explore/TempoExplorer.js +25 -12
- package/lib/cjs/explore/links.js +77 -0
- package/lib/cjs/plugins/tempo-trace-query/TempoTraceQueryEditor.js +94 -30
- package/lib/cjs/plugins/tempo-trace-query/get-trace-data.js +8 -0
- package/lib/cjs/plugins/tempo-trace-query/query-editor-model.js +3 -44
- package/lib/components/AttributeFilters.d.ts +9 -0
- package/lib/components/AttributeFilters.d.ts.map +1 -0
- package/lib/components/AttributeFilters.js +261 -0
- package/lib/components/AttributeFilters.js.map +1 -0
- package/lib/components/TraceQLEditor.d.ts +3 -3
- package/lib/components/TraceQLEditor.d.ts.map +1 -1
- package/lib/components/TraceQLEditor.js +9 -3
- package/lib/components/TraceQLEditor.js.map +1 -1
- package/lib/components/complete.d.ts +10 -1
- package/lib/components/complete.d.ts.map +1 -1
- package/lib/components/complete.js +26 -7
- package/lib/components/complete.js.map +1 -1
- package/lib/components/filter/filter.d.ts +17 -0
- package/lib/components/filter/filter.d.ts.map +1 -0
- package/lib/components/filter/filter.js +17 -0
- package/lib/components/filter/filter.js.map +1 -0
- package/lib/components/filter/filter_to_traceql.d.ts +9 -0
- package/lib/components/filter/filter_to_traceql.d.ts.map +1 -0
- package/lib/components/filter/filter_to_traceql.js +63 -0
- package/lib/components/filter/filter_to_traceql.js.map +1 -0
- package/lib/components/filter/index.d.ts +4 -0
- package/lib/components/filter/index.d.ts.map +1 -0
- package/lib/components/filter/index.js +17 -0
- package/lib/components/filter/index.js.map +1 -0
- package/lib/components/filter/traceql_to_filter.d.ts +9 -0
- package/lib/components/filter/traceql_to_filter.d.ts.map +1 -0
- package/lib/components/filter/traceql_to_filter.js +110 -0
- package/lib/components/filter/traceql_to_filter.js.map +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/explore/TempoExplorer.d.ts.map +1 -1
- package/lib/explore/TempoExplorer.js +25 -12
- package/lib/explore/TempoExplorer.js.map +1 -1
- package/lib/explore/links.d.ts +3 -0
- package/lib/explore/links.d.ts.map +1 -0
- package/lib/explore/links.js +63 -0
- package/lib/explore/links.js.map +1 -0
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.d.ts +6 -0
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.d.ts.map +1 -1
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.js +87 -31
- package/lib/plugins/tempo-trace-query/TempoTraceQueryEditor.js.map +1 -1
- package/lib/plugins/tempo-trace-query/get-trace-data.js +8 -0
- package/lib/plugins/tempo-trace-query/get-trace-data.js.map +1 -1
- package/lib/plugins/tempo-trace-query/query-editor-model.d.ts +0 -9
- package/lib/plugins/tempo-trace-query/query-editor-model.d.ts.map +1 -1
- package/lib/plugins/tempo-trace-query/query-editor-model.js +0 -35
- package/lib/plugins/tempo-trace-query/query-editor-model.js.map +1 -1
- package/mf-manifest.json +104 -265
- package/mf-stats.json +112 -270
- package/package.json +6 -6
- package/__mf/js/1096.c549c391.js +0 -5
- package/__mf/js/Tempo.e7d268a6.js +0 -5
- package/__mf/js/async/1465.21c847e0.js +0 -1
- package/__mf/js/async/1540.089c4f28.js +0 -74
- package/__mf/js/async/1620.45989def.js +0 -2
- package/__mf/js/async/1964.75933dd4.js +0 -2
- package/__mf/js/async/2114.28503adb.js +0 -1
- package/__mf/js/async/2823.df67fd4b.js +0 -2
- package/__mf/js/async/3044.8b419ccf.js +0 -1
- package/__mf/js/async/3090.90251187.js +0 -2
- package/__mf/js/async/3224.8d499a63.js +0 -1
- package/__mf/js/async/3355.8bd6f6bd.js +0 -1
- package/__mf/js/async/3828.d981b319.js +0 -2
- package/__mf/js/async/3960.2228bf7e.js +0 -2
- package/__mf/js/async/3980.c94e78cd.js +0 -2
- package/__mf/js/async/4075.4c40db9f.js +0 -1
- package/__mf/js/async/4238.db631f1f.js +0 -1
- package/__mf/js/async/4289.5e2073e0.js +0 -1
- package/__mf/js/async/4421.07335985.js +0 -1
- package/__mf/js/async/4758.cb86850e.js +0 -1
- package/__mf/js/async/5207.e63b049c.js +0 -2
- package/__mf/js/async/5214.fb1215df.js +0 -1
- package/__mf/js/async/5220.80e3b05e.js +0 -10
- package/__mf/js/async/528.2759052c.js +0 -1
- package/__mf/js/async/5503.6e47fa95.js +0 -1
- package/__mf/js/async/5790.949d8d1c.js +0 -1
- package/__mf/js/async/5913.d10c6185.js +0 -73
- package/__mf/js/async/5924.bfb4b2fd.js +0 -2
- package/__mf/js/async/5981.4700ddf6.js +0 -2
- package/__mf/js/async/6292.2481b399.js +0 -1
- package/__mf/js/async/6770.4b9911ea.js +0 -1
- package/__mf/js/async/694.91676c53.js +0 -1
- package/__mf/js/async/7127.ccd78bd8.js +0 -38
- package/__mf/js/async/7376.a69c2e5a.js +0 -1
- package/__mf/js/async/738.2cdddba7.js +0 -1
- package/__mf/js/async/7740.1ecb3732.js +0 -1
- package/__mf/js/async/7832.9f2a70d0.js +0 -7
- package/__mf/js/async/8485.434a672e.js +0 -28
- package/__mf/js/async/8488.d3005164.js +0 -1
- package/__mf/js/async/8597.07c3a890.js +0 -1
- package/__mf/js/async/8930.ae855fbe.js +0 -1
- package/__mf/js/async/9173.83562213.js +0 -2
- package/__mf/js/async/9478.57f45cd9.js +0 -2
- package/__mf/js/async/__federation_expose_TempoDatasource.4f96e206.js +0 -2
- package/__mf/js/async/__federation_expose_TempoExplorer.eb09c758.js +0 -2
- package/__mf/js/async/__federation_expose_TempoTraceQuery.4183e294.js +0 -1
- package/__mf/js/async/lib-router.46460b13.js +0 -2
- package/__mf/js/main.4498dd88.js +0 -1
- /package/__mf/css/async/{4758.c10cf504.css → 1576.c10cf504.css} +0 -0
- /package/__mf/css/async/{5207.c10cf504.css → 9314.c10cf504.css} +0 -0
- /package/__mf/js/async/{5913.d10c6185.js.LICENSE.txt → 1101.0dae4724.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1964.75933dd4.js.LICENSE.txt → 1964.e6c5b93b.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3090.90251187.js.LICENSE.txt → 2292.75e9aa11.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{1620.45989def.js.LICENSE.txt → 2981.8fe4ed12.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{2823.df67fd4b.js.LICENSE.txt → 3863.8d56ecec.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3960.2228bf7e.js.LICENSE.txt → 3960.401ff0b0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3980.c94e78cd.js.LICENSE.txt → 3980.4d5490b2.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{3828.d981b319.js.LICENSE.txt → 4269.0cfaf9bb.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5220.80e3b05e.js.LICENSE.txt → 5266.1c520126.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5981.4700ddf6.js.LICENSE.txt → 5981.c6edce96.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5207.e63b049c.js.LICENSE.txt → 6333.367d6758.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{5924.bfb4b2fd.js.LICENSE.txt → 6527.5341d09f.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9173.83562213.js.LICENSE.txt → 9173.69dc268d.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{9478.57f45cd9.js.LICENSE.txt → 9314.4b8565a0.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_TempoDatasource.4f96e206.js.LICENSE.txt → __federation_expose_TempoDatasource.fa3e24f9.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{__federation_expose_TempoExplorer.eb09c758.js.LICENSE.txt → __federation_expose_TempoExplorer.9949b25e.js.LICENSE.txt} +0 -0
- /package/__mf/js/async/{lib-router.46460b13.js.LICENSE.txt → lib-router.312ca028.js.LICENSE.txt} +0 -0
package/mf-stats.json
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"name": "Tempo",
|
|
6
6
|
"type": "app",
|
|
7
7
|
"buildInfo": {
|
|
8
|
-
"buildVersion": "0.
|
|
8
|
+
"buildVersion": "0.53.0",
|
|
9
9
|
"buildName": "@perses-dev/tempo-plugin"
|
|
10
10
|
},
|
|
11
11
|
"remoteEntry": {
|
|
12
|
-
"name": "__mf/js/Tempo.
|
|
12
|
+
"name": "__mf/js/Tempo.2f6d49a1.js",
|
|
13
13
|
"path": "",
|
|
14
14
|
"type": "global"
|
|
15
15
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"api": ""
|
|
21
21
|
},
|
|
22
22
|
"globalName": "Tempo",
|
|
23
|
-
"pluginVersion": "0.
|
|
23
|
+
"pluginVersion": "0.18.1",
|
|
24
24
|
"prefetchInterface": false,
|
|
25
25
|
"publicPath": "/plugins/Tempo/"
|
|
26
26
|
},
|
|
@@ -35,11 +35,9 @@
|
|
|
35
35
|
"id": "Tempo:@emotion/react",
|
|
36
36
|
"assets": {
|
|
37
37
|
"js": {
|
|
38
|
-
"async": [
|
|
39
|
-
"__mf/js/async/1964.75933dd4.js"
|
|
40
|
-
],
|
|
38
|
+
"async": [],
|
|
41
39
|
"sync": [
|
|
42
|
-
"__mf/js/async/3960.
|
|
40
|
+
"__mf/js/async/3960.401ff0b0.js"
|
|
43
41
|
]
|
|
44
42
|
},
|
|
45
43
|
"css": {
|
|
@@ -59,14 +57,11 @@
|
|
|
59
57
|
"id": "Tempo:@emotion/styled",
|
|
60
58
|
"assets": {
|
|
61
59
|
"js": {
|
|
62
|
-
"async": [
|
|
63
|
-
"__mf/js/async/1964.75933dd4.js",
|
|
64
|
-
"__mf/js/async/3960.2228bf7e.js"
|
|
65
|
-
],
|
|
60
|
+
"async": [],
|
|
66
61
|
"sync": [
|
|
67
|
-
"__mf/js/async/5790.
|
|
68
|
-
"__mf/js/async/6770.
|
|
69
|
-
"__mf/js/async/694.
|
|
62
|
+
"__mf/js/async/5790.b4d4134d.js",
|
|
63
|
+
"__mf/js/async/6770.d9c238f2.js",
|
|
64
|
+
"__mf/js/async/694.c2c37771.js"
|
|
70
65
|
]
|
|
71
66
|
},
|
|
72
67
|
"css": {
|
|
@@ -86,13 +81,10 @@
|
|
|
86
81
|
"id": "Tempo:@hookform/resolvers",
|
|
87
82
|
"assets": {
|
|
88
83
|
"js": {
|
|
89
|
-
"async": [
|
|
90
|
-
"__mf/js/async/6292.2481b399.js",
|
|
91
|
-
"__mf/js/async/1964.75933dd4.js"
|
|
92
|
-
],
|
|
84
|
+
"async": [],
|
|
93
85
|
"sync": [
|
|
94
|
-
"__mf/js/async/5214.
|
|
95
|
-
"__mf/js/async/738.
|
|
86
|
+
"__mf/js/async/5214.c44cbfe5.js",
|
|
87
|
+
"__mf/js/async/738.93d35dc9.js"
|
|
96
88
|
]
|
|
97
89
|
},
|
|
98
90
|
"css": {
|
|
@@ -104,25 +96,17 @@
|
|
|
104
96
|
},
|
|
105
97
|
{
|
|
106
98
|
"singleton": true,
|
|
107
|
-
"requiredVersion": "^0.
|
|
99
|
+
"requiredVersion": "^0.52.0-beta.5",
|
|
108
100
|
"shareScope": "default",
|
|
109
101
|
"name": "@perses-dev/components",
|
|
110
|
-
"version": "0.
|
|
102
|
+
"version": "0.52.0-beta.5",
|
|
111
103
|
"eager": false,
|
|
112
104
|
"id": "Tempo:@perses-dev/components",
|
|
113
105
|
"assets": {
|
|
114
106
|
"js": {
|
|
115
|
-
"async": [
|
|
116
|
-
"__mf/js/async/1964.75933dd4.js",
|
|
117
|
-
"__mf/js/async/9173.83562213.js",
|
|
118
|
-
"__mf/js/async/3960.2228bf7e.js",
|
|
119
|
-
"__mf/js/async/5790.949d8d1c.js",
|
|
120
|
-
"__mf/js/async/4075.4c40db9f.js",
|
|
121
|
-
"__mf/js/async/7740.1ecb3732.js",
|
|
122
|
-
"__mf/js/async/6292.2481b399.js"
|
|
123
|
-
],
|
|
107
|
+
"async": [],
|
|
124
108
|
"sync": [
|
|
125
|
-
"__mf/js/async/
|
|
109
|
+
"__mf/js/async/2913.f73e6635.js"
|
|
126
110
|
]
|
|
127
111
|
},
|
|
128
112
|
"css": {
|
|
@@ -137,50 +121,21 @@
|
|
|
137
121
|
},
|
|
138
122
|
{
|
|
139
123
|
"singleton": true,
|
|
140
|
-
"requiredVersion": "^0.
|
|
124
|
+
"requiredVersion": "^0.52.0-beta.5",
|
|
141
125
|
"shareScope": "default",
|
|
142
126
|
"name": "@perses-dev/dashboards",
|
|
143
|
-
"version": "0.
|
|
127
|
+
"version": "0.52.0-beta.5",
|
|
144
128
|
"eager": false,
|
|
145
129
|
"id": "Tempo:@perses-dev/dashboards",
|
|
146
130
|
"assets": {
|
|
147
131
|
"js": {
|
|
148
|
-
"async": [
|
|
149
|
-
"__mf/js/async/1964.75933dd4.js",
|
|
150
|
-
"__mf/js/async/9173.83562213.js",
|
|
151
|
-
"__mf/js/async/3960.2228bf7e.js",
|
|
152
|
-
"__mf/js/async/6292.2481b399.js",
|
|
153
|
-
"__mf/js/async/5790.949d8d1c.js",
|
|
154
|
-
"__mf/js/async/4238.db631f1f.js",
|
|
155
|
-
"__mf/js/async/3224.8d499a63.js",
|
|
156
|
-
"__mf/js/async/4075.4c40db9f.js",
|
|
157
|
-
"__mf/js/async/7376.a69c2e5a.js",
|
|
158
|
-
"__mf/js/async/3090.90251187.js",
|
|
159
|
-
"__mf/js/async/8597.07c3a890.js",
|
|
160
|
-
"__mf/js/async/7832.9f2a70d0.js",
|
|
161
|
-
"__mf/js/async/7740.1ecb3732.js",
|
|
162
|
-
"__mf/js/async/lib-router.46460b13.js",
|
|
163
|
-
"__mf/js/async/528.2759052c.js",
|
|
164
|
-
"__mf/js/async/738.2cdddba7.js",
|
|
165
|
-
"__mf/js/async/3980.c94e78cd.js",
|
|
166
|
-
"__mf/js/async/5503.6e47fa95.js",
|
|
167
|
-
"__mf/js/async/4289.5e2073e0.js",
|
|
168
|
-
"__mf/js/async/1540.089c4f28.js",
|
|
169
|
-
"__mf/js/async/1465.21c847e0.js",
|
|
170
|
-
"__mf/js/async/4421.07335985.js",
|
|
171
|
-
"__mf/js/async/8488.d3005164.js",
|
|
172
|
-
"__mf/js/async/3355.8bd6f6bd.js",
|
|
173
|
-
"__mf/js/async/5981.4700ddf6.js",
|
|
174
|
-
"__mf/js/async/6770.4b9911ea.js"
|
|
175
|
-
],
|
|
132
|
+
"async": [],
|
|
176
133
|
"sync": [
|
|
177
|
-
"__mf/js/async/
|
|
134
|
+
"__mf/js/async/1101.0dae4724.js"
|
|
178
135
|
]
|
|
179
136
|
},
|
|
180
137
|
"css": {
|
|
181
|
-
"async": [
|
|
182
|
-
"__mf/css/async/2341.c10cf504.css"
|
|
183
|
-
],
|
|
138
|
+
"async": [],
|
|
184
139
|
"sync": []
|
|
185
140
|
}
|
|
186
141
|
},
|
|
@@ -190,49 +145,21 @@
|
|
|
190
145
|
},
|
|
191
146
|
{
|
|
192
147
|
"singleton": true,
|
|
193
|
-
"requiredVersion": "^0.
|
|
148
|
+
"requiredVersion": "^0.52.0-beta.5",
|
|
194
149
|
"shareScope": "default",
|
|
195
150
|
"name": "@perses-dev/explore",
|
|
196
|
-
"version": "0.
|
|
151
|
+
"version": "0.52.0-beta.5",
|
|
197
152
|
"eager": false,
|
|
198
153
|
"id": "Tempo:@perses-dev/explore",
|
|
199
154
|
"assets": {
|
|
200
155
|
"js": {
|
|
201
|
-
"async": [
|
|
202
|
-
"__mf/js/async/1964.75933dd4.js",
|
|
203
|
-
"__mf/js/async/3960.2228bf7e.js",
|
|
204
|
-
"__mf/js/async/5790.949d8d1c.js",
|
|
205
|
-
"__mf/js/async/3044.8b419ccf.js",
|
|
206
|
-
"__mf/js/async/8485.434a672e.js",
|
|
207
|
-
"__mf/js/async/7127.ccd78bd8.js",
|
|
208
|
-
"__mf/js/async/4238.db631f1f.js",
|
|
209
|
-
"__mf/js/async/3224.8d499a63.js",
|
|
210
|
-
"__mf/js/async/3090.90251187.js",
|
|
211
|
-
"__mf/js/async/8597.07c3a890.js",
|
|
212
|
-
"__mf/js/async/7832.9f2a70d0.js",
|
|
213
|
-
"__mf/js/async/9173.83562213.js",
|
|
214
|
-
"__mf/js/async/4075.4c40db9f.js",
|
|
215
|
-
"__mf/js/async/7740.1ecb3732.js",
|
|
216
|
-
"__mf/js/async/6292.2481b399.js",
|
|
217
|
-
"__mf/js/async/lib-router.46460b13.js",
|
|
218
|
-
"__mf/js/async/528.2759052c.js",
|
|
219
|
-
"__mf/js/async/738.2cdddba7.js",
|
|
220
|
-
"__mf/js/async/3980.c94e78cd.js",
|
|
221
|
-
"__mf/js/async/5503.6e47fa95.js",
|
|
222
|
-
"__mf/js/async/8488.d3005164.js",
|
|
223
|
-
"__mf/js/async/5913.d10c6185.js",
|
|
224
|
-
"__mf/js/async/3355.8bd6f6bd.js",
|
|
225
|
-
"__mf/js/async/5981.4700ddf6.js",
|
|
226
|
-
"__mf/js/async/6770.4b9911ea.js"
|
|
227
|
-
],
|
|
156
|
+
"async": [],
|
|
228
157
|
"sync": [
|
|
229
|
-
"__mf/js/async/4421.
|
|
158
|
+
"__mf/js/async/4421.14238d27.js"
|
|
230
159
|
]
|
|
231
160
|
},
|
|
232
161
|
"css": {
|
|
233
|
-
"async": [
|
|
234
|
-
"__mf/css/async/2341.c10cf504.css"
|
|
235
|
-
],
|
|
162
|
+
"async": [],
|
|
236
163
|
"sync": []
|
|
237
164
|
}
|
|
238
165
|
},
|
|
@@ -242,49 +169,21 @@
|
|
|
242
169
|
},
|
|
243
170
|
{
|
|
244
171
|
"singleton": true,
|
|
245
|
-
"requiredVersion": "^0.
|
|
172
|
+
"requiredVersion": "^0.52.0-beta.5",
|
|
246
173
|
"shareScope": "default",
|
|
247
174
|
"name": "@perses-dev/plugin-system",
|
|
248
|
-
"version": "0.
|
|
175
|
+
"version": "0.52.0-beta.5",
|
|
249
176
|
"eager": false,
|
|
250
177
|
"id": "Tempo:@perses-dev/plugin-system",
|
|
251
178
|
"assets": {
|
|
252
179
|
"js": {
|
|
253
|
-
"async": [
|
|
254
|
-
"__mf/js/async/1964.75933dd4.js",
|
|
255
|
-
"__mf/js/async/9173.83562213.js",
|
|
256
|
-
"__mf/js/async/3960.2228bf7e.js",
|
|
257
|
-
"__mf/js/async/6292.2481b399.js",
|
|
258
|
-
"__mf/js/async/5790.949d8d1c.js",
|
|
259
|
-
"__mf/js/async/4238.db631f1f.js",
|
|
260
|
-
"__mf/js/async/3224.8d499a63.js",
|
|
261
|
-
"__mf/js/async/4075.4c40db9f.js",
|
|
262
|
-
"__mf/js/async/7740.1ecb3732.js",
|
|
263
|
-
"__mf/js/async/7127.ccd78bd8.js",
|
|
264
|
-
"__mf/js/async/3090.90251187.js",
|
|
265
|
-
"__mf/js/async/8597.07c3a890.js",
|
|
266
|
-
"__mf/js/async/7832.9f2a70d0.js",
|
|
267
|
-
"__mf/js/async/738.2cdddba7.js",
|
|
268
|
-
"__mf/js/async/3980.c94e78cd.js",
|
|
269
|
-
"__mf/js/async/5503.6e47fa95.js",
|
|
270
|
-
"__mf/js/async/4289.5e2073e0.js",
|
|
271
|
-
"__mf/js/async/1540.089c4f28.js",
|
|
272
|
-
"__mf/js/async/1465.21c847e0.js",
|
|
273
|
-
"__mf/js/async/4421.07335985.js",
|
|
274
|
-
"__mf/js/async/8488.d3005164.js",
|
|
275
|
-
"__mf/js/async/5913.d10c6185.js",
|
|
276
|
-
"__mf/js/async/3355.8bd6f6bd.js",
|
|
277
|
-
"__mf/js/async/5981.4700ddf6.js",
|
|
278
|
-
"__mf/js/async/6770.4b9911ea.js"
|
|
279
|
-
],
|
|
180
|
+
"async": [],
|
|
280
181
|
"sync": [
|
|
281
|
-
"__mf/js/async/
|
|
182
|
+
"__mf/js/async/4368.bd6fd0e7.js"
|
|
282
183
|
]
|
|
283
184
|
},
|
|
284
185
|
"css": {
|
|
285
|
-
"async": [
|
|
286
|
-
"__mf/css/async/2341.c10cf504.css"
|
|
287
|
-
],
|
|
186
|
+
"async": [],
|
|
288
187
|
"sync": []
|
|
289
188
|
}
|
|
290
189
|
},
|
|
@@ -304,11 +203,9 @@
|
|
|
304
203
|
"id": "Tempo:@tanstack/react-query",
|
|
305
204
|
"assets": {
|
|
306
205
|
"js": {
|
|
307
|
-
"async": [
|
|
308
|
-
"__mf/js/async/1964.75933dd4.js"
|
|
309
|
-
],
|
|
206
|
+
"async": [],
|
|
310
207
|
"sync": [
|
|
311
|
-
"__mf/js/async/3980.
|
|
208
|
+
"__mf/js/async/3980.4d5490b2.js"
|
|
312
209
|
]
|
|
313
210
|
},
|
|
314
211
|
"css": {
|
|
@@ -316,7 +213,9 @@
|
|
|
316
213
|
"sync": []
|
|
317
214
|
}
|
|
318
215
|
},
|
|
319
|
-
"usedIn": [
|
|
216
|
+
"usedIn": [
|
|
217
|
+
"./TempoTraceQuery"
|
|
218
|
+
]
|
|
320
219
|
},
|
|
321
220
|
{
|
|
322
221
|
"singleton": true,
|
|
@@ -330,7 +229,7 @@
|
|
|
330
229
|
"js": {
|
|
331
230
|
"async": [],
|
|
332
231
|
"sync": [
|
|
333
|
-
"__mf/js/async/4075.
|
|
232
|
+
"__mf/js/async/4075.4c5ac93a.js"
|
|
334
233
|
]
|
|
335
234
|
},
|
|
336
235
|
"css": {
|
|
@@ -354,7 +253,7 @@
|
|
|
354
253
|
"js": {
|
|
355
254
|
"async": [],
|
|
356
255
|
"sync": [
|
|
357
|
-
"__mf/js/async/
|
|
256
|
+
"__mf/js/async/5409.676a5f3f.js"
|
|
358
257
|
]
|
|
359
258
|
},
|
|
360
259
|
"css": {
|
|
@@ -376,7 +275,7 @@
|
|
|
376
275
|
"js": {
|
|
377
276
|
"async": [],
|
|
378
277
|
"sync": [
|
|
379
|
-
"__mf/js/async/5981.
|
|
278
|
+
"__mf/js/async/5981.c6edce96.js"
|
|
380
279
|
]
|
|
381
280
|
},
|
|
382
281
|
"css": {
|
|
@@ -396,11 +295,9 @@
|
|
|
396
295
|
"id": "Tempo:react-dom",
|
|
397
296
|
"assets": {
|
|
398
297
|
"js": {
|
|
399
|
-
"async": [
|
|
400
|
-
"__mf/js/async/1964.75933dd4.js"
|
|
401
|
-
],
|
|
298
|
+
"async": [],
|
|
402
299
|
"sync": [
|
|
403
|
-
"__mf/js/async/9173.
|
|
300
|
+
"__mf/js/async/9173.69dc268d.js"
|
|
404
301
|
]
|
|
405
302
|
},
|
|
406
303
|
"css": {
|
|
@@ -420,11 +317,9 @@
|
|
|
420
317
|
"id": "Tempo:react-hook-form",
|
|
421
318
|
"assets": {
|
|
422
319
|
"js": {
|
|
423
|
-
"async": [
|
|
424
|
-
"__mf/js/async/1964.75933dd4.js"
|
|
425
|
-
],
|
|
320
|
+
"async": [],
|
|
426
321
|
"sync": [
|
|
427
|
-
"__mf/js/async/6292.
|
|
322
|
+
"__mf/js/async/6292.463b4f49.js"
|
|
428
323
|
]
|
|
429
324
|
},
|
|
430
325
|
"css": {
|
|
@@ -446,7 +341,7 @@
|
|
|
446
341
|
"js": {
|
|
447
342
|
"async": [],
|
|
448
343
|
"sync": [
|
|
449
|
-
"__mf/js/async/1964.
|
|
344
|
+
"__mf/js/async/1964.e6c5b93b.js"
|
|
450
345
|
]
|
|
451
346
|
},
|
|
452
347
|
"css": {
|
|
@@ -469,12 +364,9 @@
|
|
|
469
364
|
"id": "Tempo:date-fns-tz",
|
|
470
365
|
"assets": {
|
|
471
366
|
"js": {
|
|
472
|
-
"async": [
|
|
473
|
-
"__mf/js/async/4238.db631f1f.js",
|
|
474
|
-
"__mf/js/async/4075.4c40db9f.js"
|
|
475
|
-
],
|
|
367
|
+
"async": [],
|
|
476
368
|
"sync": [
|
|
477
|
-
"__mf/js/async/7740.
|
|
369
|
+
"__mf/js/async/7740.0500bfc6.js"
|
|
478
370
|
]
|
|
479
371
|
},
|
|
480
372
|
"css": {
|
|
@@ -499,44 +391,27 @@
|
|
|
499
391
|
"assets": {
|
|
500
392
|
"js": {
|
|
501
393
|
"sync": [
|
|
502
|
-
"__mf/js/async/__federation_expose_TempoDatasource.
|
|
394
|
+
"__mf/js/async/__federation_expose_TempoDatasource.fa3e24f9.js"
|
|
503
395
|
],
|
|
504
396
|
"async": [
|
|
505
|
-
"__mf/js/async/
|
|
506
|
-
"__mf/js/async/
|
|
507
|
-
"__mf/js/async/
|
|
508
|
-
"__mf/js/async/
|
|
509
|
-
"__mf/js/async/
|
|
510
|
-
"__mf/js/async/
|
|
511
|
-
"__mf/js/async/
|
|
512
|
-
"__mf/js/async/
|
|
513
|
-
"__mf/js/async/
|
|
514
|
-
"__mf/js/async/
|
|
515
|
-
"__mf/js/async/
|
|
516
|
-
"__mf/js/async/
|
|
517
|
-
"__mf/js/async/
|
|
518
|
-
"__mf/js/async/
|
|
519
|
-
"__mf/js/async/
|
|
520
|
-
"__mf/js/async/
|
|
521
|
-
"__mf/js/async/
|
|
522
|
-
"__mf/js/async/
|
|
523
|
-
"__mf/js/async/3090.90251187.js",
|
|
524
|
-
"__mf/js/async/7832.9f2a70d0.js",
|
|
525
|
-
"__mf/js/async/9173.83562213.js",
|
|
526
|
-
"__mf/js/async/4075.4c40db9f.js",
|
|
527
|
-
"__mf/js/async/7740.1ecb3732.js",
|
|
528
|
-
"__mf/js/async/6292.2481b399.js",
|
|
529
|
-
"__mf/js/async/738.2cdddba7.js",
|
|
530
|
-
"__mf/js/async/5790.949d8d1c.js",
|
|
531
|
-
"__mf/js/async/3960.2228bf7e.js",
|
|
532
|
-
"__mf/js/async/3980.c94e78cd.js",
|
|
533
|
-
"__mf/js/async/5503.6e47fa95.js",
|
|
534
|
-
"__mf/js/async/4421.07335985.js",
|
|
535
|
-
"__mf/js/async/8488.d3005164.js",
|
|
536
|
-
"__mf/js/async/5913.d10c6185.js",
|
|
537
|
-
"__mf/js/async/3355.8bd6f6bd.js",
|
|
538
|
-
"__mf/js/async/5981.4700ddf6.js",
|
|
539
|
-
"__mf/js/async/6770.4b9911ea.js"
|
|
397
|
+
"__mf/js/async/lib-router.312ca028.js",
|
|
398
|
+
"__mf/js/async/6495.eae3d4b4.js",
|
|
399
|
+
"__mf/js/async/9368.f0418d24.js",
|
|
400
|
+
"__mf/js/async/5266.1c520126.js",
|
|
401
|
+
"__mf/js/async/8597.d5ba4ca7.js",
|
|
402
|
+
"__mf/js/async/2981.8fe4ed12.js",
|
|
403
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.13537765.js",
|
|
404
|
+
"__mf/js/async/6751.03514b88.js",
|
|
405
|
+
"__mf/js/async/7376.588b7a17.js",
|
|
406
|
+
"__mf/js/async/__federation_expose_TempoExplorer.9949b25e.js",
|
|
407
|
+
"__mf/js/async/5876.47f40562.js",
|
|
408
|
+
"__mf/js/async/4535.7c92d3fd.js",
|
|
409
|
+
"__mf/js/async/7127.a0877987.js",
|
|
410
|
+
"__mf/js/async/4238.7962a7a1.js",
|
|
411
|
+
"__mf/js/async/3224.ce173388.js",
|
|
412
|
+
"__mf/js/async/2292.75e9aa11.js",
|
|
413
|
+
"__mf/js/async/8488.6c9a25e4.js",
|
|
414
|
+
"__mf/js/async/8216.2f92a883.js"
|
|
540
415
|
]
|
|
541
416
|
},
|
|
542
417
|
"css": {
|
|
@@ -555,58 +430,42 @@
|
|
|
555
430
|
"react",
|
|
556
431
|
"@perses-dev/plugin-system",
|
|
557
432
|
"@perses-dev/components",
|
|
558
|
-
"date-fns"
|
|
433
|
+
"date-fns",
|
|
434
|
+
"@tanstack/react-query"
|
|
559
435
|
],
|
|
560
436
|
"file": "src/plugins/tempo-trace-query/TempoTraceQuery.ts",
|
|
561
437
|
"assets": {
|
|
562
438
|
"js": {
|
|
563
439
|
"sync": [
|
|
564
|
-
"__mf/js/async/
|
|
565
|
-
"__mf/js/async/
|
|
566
|
-
"__mf/js/async/
|
|
567
|
-
"__mf/js/async/8597.
|
|
568
|
-
"__mf/js/async/
|
|
569
|
-
"__mf/js/async/__federation_expose_TempoTraceQuery.
|
|
440
|
+
"__mf/js/async/6495.eae3d4b4.js",
|
|
441
|
+
"__mf/js/async/9368.f0418d24.js",
|
|
442
|
+
"__mf/js/async/5266.1c520126.js",
|
|
443
|
+
"__mf/js/async/8597.d5ba4ca7.js",
|
|
444
|
+
"__mf/js/async/2981.8fe4ed12.js",
|
|
445
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.13537765.js"
|
|
570
446
|
],
|
|
571
447
|
"async": [
|
|
572
|
-
"__mf/js/async/
|
|
573
|
-
"__mf/js/async/
|
|
574
|
-
"__mf/js/async/
|
|
575
|
-
"__mf/js/async/
|
|
576
|
-
"__mf/js/async/
|
|
577
|
-
"__mf/js/async/
|
|
578
|
-
"__mf/js/async/
|
|
579
|
-
"__mf/js/async/
|
|
580
|
-
"__mf/js/async/
|
|
581
|
-
"__mf/js/async/
|
|
582
|
-
"__mf/js/async/
|
|
583
|
-
"__mf/js/async/
|
|
584
|
-
"__mf/js/async/
|
|
585
|
-
"__mf/js/async/
|
|
586
|
-
"__mf/js/async/__federation_expose_TempoExplorer.eb09c758.js",
|
|
587
|
-
"__mf/js/async/2114.28503adb.js",
|
|
588
|
-
"__mf/js/async/7127.ccd78bd8.js",
|
|
589
|
-
"__mf/js/async/3090.90251187.js",
|
|
590
|
-
"__mf/js/async/7832.9f2a70d0.js",
|
|
591
|
-
"__mf/js/async/7740.1ecb3732.js",
|
|
592
|
-
"__mf/js/async/6292.2481b399.js",
|
|
593
|
-
"__mf/js/async/738.2cdddba7.js",
|
|
594
|
-
"__mf/js/async/3980.c94e78cd.js",
|
|
595
|
-
"__mf/js/async/5503.6e47fa95.js",
|
|
596
|
-
"__mf/js/async/4421.07335985.js",
|
|
597
|
-
"__mf/js/async/8488.d3005164.js",
|
|
598
|
-
"__mf/js/async/5913.d10c6185.js",
|
|
599
|
-
"__mf/js/async/3355.8bd6f6bd.js",
|
|
600
|
-
"__mf/js/async/5981.4700ddf6.js",
|
|
601
|
-
"__mf/js/async/6770.4b9911ea.js",
|
|
602
|
-
"__mf/js/async/4758.cb86850e.js"
|
|
448
|
+
"__mf/js/async/4238.7962a7a1.js",
|
|
449
|
+
"__mf/js/async/3224.ce173388.js",
|
|
450
|
+
"__mf/js/async/lib-router.312ca028.js",
|
|
451
|
+
"__mf/js/async/6751.03514b88.js",
|
|
452
|
+
"__mf/js/async/7376.588b7a17.js",
|
|
453
|
+
"__mf/js/async/5876.47f40562.js",
|
|
454
|
+
"__mf/js/async/4535.7c92d3fd.js",
|
|
455
|
+
"__mf/js/async/5266.1c520126.js",
|
|
456
|
+
"__mf/js/async/__federation_expose_TempoExplorer.9949b25e.js",
|
|
457
|
+
"__mf/js/async/7127.a0877987.js",
|
|
458
|
+
"__mf/js/async/2292.75e9aa11.js",
|
|
459
|
+
"__mf/js/async/8488.6c9a25e4.js",
|
|
460
|
+
"__mf/js/async/8216.2f92a883.js",
|
|
461
|
+
"__mf/js/async/1576.83b7de56.js"
|
|
603
462
|
]
|
|
604
463
|
},
|
|
605
464
|
"css": {
|
|
606
465
|
"sync": [],
|
|
607
466
|
"async": [
|
|
608
467
|
"__mf/css/async/2341.c10cf504.css",
|
|
609
|
-
"__mf/css/async/
|
|
468
|
+
"__mf/css/async/1576.c10cf504.css"
|
|
610
469
|
]
|
|
611
470
|
}
|
|
612
471
|
}
|
|
@@ -616,61 +475,44 @@
|
|
|
616
475
|
"id": "Tempo:TempoExplorer",
|
|
617
476
|
"name": "TempoExplorer",
|
|
618
477
|
"requires": [
|
|
619
|
-
"@perses-dev/plugin-system",
|
|
620
|
-
"@perses-dev/components",
|
|
621
478
|
"@perses-dev/explore",
|
|
622
|
-
"@perses-dev/dashboards"
|
|
479
|
+
"@perses-dev/dashboards",
|
|
480
|
+
"@perses-dev/plugin-system",
|
|
481
|
+
"@perses-dev/components"
|
|
623
482
|
],
|
|
624
483
|
"file": "src/explore/TempoExplorer.tsx",
|
|
625
484
|
"assets": {
|
|
626
485
|
"js": {
|
|
627
486
|
"sync": [
|
|
628
|
-
"__mf/js/async/
|
|
629
|
-
"__mf/js/async/__federation_expose_TempoExplorer.
|
|
487
|
+
"__mf/js/async/5266.1c520126.js",
|
|
488
|
+
"__mf/js/async/__federation_expose_TempoExplorer.9949b25e.js"
|
|
630
489
|
],
|
|
631
490
|
"async": [
|
|
632
|
-
"__mf/js/async/
|
|
633
|
-
"__mf/js/async/
|
|
634
|
-
"__mf/js/async/
|
|
635
|
-
"__mf/js/async/
|
|
636
|
-
"__mf/js/async/
|
|
637
|
-
"__mf/js/async/
|
|
638
|
-
"__mf/js/async/
|
|
639
|
-
"__mf/js/async/
|
|
640
|
-
"__mf/js/async/
|
|
641
|
-
"__mf/js/async/
|
|
642
|
-
"__mf/js/async/
|
|
643
|
-
"__mf/js/async/
|
|
644
|
-
"__mf/js/async/
|
|
645
|
-
"__mf/js/async/
|
|
646
|
-
"__mf/js/async/
|
|
647
|
-
"__mf/js/async/
|
|
648
|
-
"__mf/js/async/
|
|
649
|
-
"__mf/js/async/
|
|
650
|
-
"__mf/js/async/6292.2481b399.js",
|
|
651
|
-
"__mf/js/async/9173.83562213.js",
|
|
652
|
-
"__mf/js/async/3980.c94e78cd.js",
|
|
653
|
-
"__mf/js/async/4238.db631f1f.js",
|
|
654
|
-
"__mf/js/async/3224.8d499a63.js",
|
|
655
|
-
"__mf/js/async/4075.4c40db9f.js",
|
|
656
|
-
"__mf/js/async/3090.90251187.js",
|
|
657
|
-
"__mf/js/async/5503.6e47fa95.js",
|
|
658
|
-
"__mf/js/async/7127.ccd78bd8.js",
|
|
659
|
-
"__mf/js/async/7832.9f2a70d0.js",
|
|
660
|
-
"__mf/js/async/7740.1ecb3732.js",
|
|
661
|
-
"__mf/js/async/5913.d10c6185.js",
|
|
662
|
-
"__mf/js/async/3355.8bd6f6bd.js",
|
|
663
|
-
"__mf/js/async/5981.4700ddf6.js",
|
|
664
|
-
"__mf/js/async/6770.4b9911ea.js",
|
|
665
|
-
"__mf/js/async/2114.28503adb.js",
|
|
666
|
-
"__mf/js/async/4758.cb86850e.js"
|
|
491
|
+
"__mf/js/async/9368.f0418d24.js",
|
|
492
|
+
"__mf/js/async/6495.eae3d4b4.js",
|
|
493
|
+
"__mf/js/async/5266.1c520126.js",
|
|
494
|
+
"__mf/js/async/8597.d5ba4ca7.js",
|
|
495
|
+
"__mf/js/async/2981.8fe4ed12.js",
|
|
496
|
+
"__mf/js/async/__federation_expose_TempoTraceQuery.13537765.js",
|
|
497
|
+
"__mf/js/async/7376.588b7a17.js",
|
|
498
|
+
"__mf/js/async/4535.7c92d3fd.js",
|
|
499
|
+
"__mf/js/async/8488.6c9a25e4.js",
|
|
500
|
+
"__mf/js/async/lib-router.312ca028.js",
|
|
501
|
+
"__mf/js/async/6751.03514b88.js",
|
|
502
|
+
"__mf/js/async/5876.47f40562.js",
|
|
503
|
+
"__mf/js/async/4238.7962a7a1.js",
|
|
504
|
+
"__mf/js/async/3224.ce173388.js",
|
|
505
|
+
"__mf/js/async/2292.75e9aa11.js",
|
|
506
|
+
"__mf/js/async/7127.a0877987.js",
|
|
507
|
+
"__mf/js/async/8216.2f92a883.js",
|
|
508
|
+
"__mf/js/async/1576.83b7de56.js"
|
|
667
509
|
]
|
|
668
510
|
},
|
|
669
511
|
"css": {
|
|
670
512
|
"sync": [],
|
|
671
513
|
"async": [
|
|
672
514
|
"__mf/css/async/2341.c10cf504.css",
|
|
673
|
-
"__mf/css/async/
|
|
515
|
+
"__mf/css/async/1576.c10cf504.css"
|
|
674
516
|
]
|
|
675
517
|
}
|
|
676
518
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perses-dev/tempo-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.0",
|
|
4
4
|
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@emotion/react": "^11.7.1",
|
|
33
33
|
"@emotion/styled": "^11.6.0",
|
|
34
34
|
"@hookform/resolvers": "^3.2.0",
|
|
35
|
-
"@perses-dev/components": "^0.
|
|
36
|
-
"@perses-dev/core": "^0.
|
|
37
|
-
"@perses-dev/dashboards": "^0.
|
|
38
|
-
"@perses-dev/explore": "^0.
|
|
39
|
-
"@perses-dev/plugin-system": "^0.
|
|
35
|
+
"@perses-dev/components": "^0.52.0-beta.5",
|
|
36
|
+
"@perses-dev/core": "^0.52.0-beta.5",
|
|
37
|
+
"@perses-dev/dashboards": "^0.52.0-beta.5",
|
|
38
|
+
"@perses-dev/explore": "^0.52.0-beta.5",
|
|
39
|
+
"@perses-dev/plugin-system": "^0.52.0-beta.5",
|
|
40
40
|
"@tanstack/react-query": "^4.39.1",
|
|
41
41
|
"@uiw/react-codemirror": "^4.19.1",
|
|
42
42
|
"date-fns": "^4.1.0",
|