@amcharts/amcharts5 5.14.0 → 5.14.2
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/.internal/charts/gantt/Gantt.d.ts +6 -0
- package/.internal/charts/gantt/Gantt.d.ts.map +1 -1
- package/.internal/charts/gantt/Gantt.js +23 -0
- package/.internal/charts/gantt/Gantt.js.map +1 -1
- package/.internal/charts/gantt/GanttCategoryAxis.d.ts.map +1 -1
- package/.internal/charts/gantt/GanttCategoryAxis.js +5 -9
- package/.internal/charts/gantt/GanttCategoryAxis.js.map +1 -1
- package/.internal/charts/gantt/GanttDefaultTheme.d.ts.map +1 -1
- package/.internal/charts/gantt/GanttDefaultTheme.js +15 -2
- package/.internal/charts/gantt/GanttDefaultTheme.js.map +1 -1
- package/.internal/charts/gantt/GanttSeries.d.ts.map +1 -1
- package/.internal/charts/gantt/GanttSeries.js +16 -8
- package/.internal/charts/gantt/GanttSeries.js.map +1 -1
- package/.internal/charts/xy/axes/CategoryAxis.d.ts.map +1 -1
- package/.internal/charts/xy/axes/CategoryAxis.js +13 -6
- package/.internal/charts/xy/axes/CategoryAxis.js.map +1 -1
- package/.internal/charts/xy/axes/DateAxis.js +1 -1
- package/.internal/charts/xy/axes/DateAxis.js.map +1 -1
- package/.internal/core/Registry.js +1 -1
- package/.internal/core/Registry.js.map +1 -1
- package/.internal/core/Root.d.ts +1 -0
- package/.internal/core/Root.d.ts.map +1 -1
- package/.internal/core/Root.js +13 -1
- package/.internal/core/Root.js.map +1 -1
- package/CHANGELOG.md +21 -1
- package/examples/javascript/flow-arc-horizontal/package.json +1 -1
- package/examples/javascript/flow-arc-vertical/package.json +1 -1
- package/examples/javascript/flow-chord/package.json +1 -1
- package/examples/javascript/flow-chord-directed/package.json +1 -1
- package/examples/javascript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/javascript/flow-sankey/package.json +1 -1
- package/examples/javascript/gantt/index.js +0 -5
- package/examples/javascript/gantt/package.json +1 -1
- package/examples/javascript/gantt-multilevel/index.js +27 -48
- package/examples/javascript/gantt-multilevel/package.json +1 -1
- package/examples/javascript/gantt-simple/index.js +0 -4
- package/examples/javascript/gantt-simple/package.json +1 -1
- package/examples/javascript/gauge/package.json +1 -1
- package/examples/javascript/gauge-bands/package.json +1 -1
- package/examples/javascript/hierarchy-force-directed/package.json +1 -1
- package/examples/javascript/hierarchy-pack/package.json +1 -1
- package/examples/javascript/hierarchy-partition/package.json +1 -1
- package/examples/javascript/hierarchy-sunburst/package.json +1 -1
- package/examples/javascript/hierarchy-tree/package.json +1 -1
- package/examples/javascript/hierarchy-treemap/package.json +1 -1
- package/examples/javascript/hierarchy-voronoi-treemap/package.json +1 -1
- package/examples/javascript/jest/package.json +1 -1
- package/examples/javascript/json-pie/package.json +1 -1
- package/examples/javascript/json-xy/package.json +1 -1
- package/examples/javascript/map-animating-along-lines/package.json +1 -1
- package/examples/javascript/map-clustered-points/package.json +1 -1
- package/examples/javascript/map-day-and-night/package.json +1 -1
- package/examples/javascript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/javascript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/javascript/map-with-bubbles/package.json +1 -1
- package/examples/javascript/map-zoom-to-country/package.json +1 -1
- package/examples/javascript/misc-40-charts/package.json +1 -1
- package/examples/javascript/misc-microchart-grid/package.json +1 -1
- package/examples/javascript/pie-chart/package.json +1 -1
- package/examples/javascript/pie-donut-chart/package.json +1 -1
- package/examples/javascript/pie-variable-radius/package.json +1 -1
- package/examples/javascript/radar-column-iwatch-style/package.json +1 -1
- package/examples/javascript/radar-heat-map/package.json +1 -1
- package/examples/javascript/radar-line/package.json +1 -1
- package/examples/javascript/radar-time-line/package.json +1 -1
- package/examples/javascript/sliced-funnel/package.json +1 -1
- package/examples/javascript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/javascript/sliced-pyramid/package.json +1 -1
- package/examples/javascript/stock-chart/package.json +1 -1
- package/examples/javascript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/javascript/stock-chart-data-granularity/package.json +1 -1
- package/examples/javascript/stock-chart-data-grouping/package.json +1 -1
- package/examples/javascript/stock-chart-intraday/package.json +1 -1
- package/examples/javascript/stock-chart-live/package.json +1 -1
- package/examples/javascript/stock-chart-volume-separate-panel/package.json +1 -1
- package/examples/javascript/timeline-horizontal-serpentine-chart/package.json +1 -1
- package/examples/javascript/timeline-linear-process-diagram/package.json +1 -1
- package/examples/javascript/timeline-serpentine-chart/package.json +1 -1
- package/examples/javascript/timeline-spiral-chart/package.json +1 -1
- package/examples/javascript/venn-diagram/package.json +1 -1
- package/examples/javascript/wordcloud-with-data/package.json +1 -1
- package/examples/javascript/wordcloud-with-text/package.json +1 -1
- package/examples/javascript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/javascript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/javascript/xy-bubble/package.json +1 -1
- package/examples/javascript/xy-candlestick/package.json +1 -1
- package/examples/javascript/xy-clustered-column/package.json +1 -1
- package/examples/javascript/xy-column/package.json +1 -1
- package/examples/javascript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/javascript/xy-data-grouping/package.json +1 -1
- package/examples/javascript/xy-draggable-range/package.json +1 -1
- package/examples/javascript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/javascript/xy-dumbbell plot/package.json +1 -1
- package/examples/javascript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/javascript/xy-line/package.json +1 -1
- package/examples/javascript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/javascript/xy-live-data/package.json +1 -1
- package/examples/javascript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/javascript/xy-ohlc/package.json +1 -1
- package/examples/javascript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/javascript/xy-smoothed-line/package.json +1 -1
- package/examples/javascript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/javascript/xy-stacked-column/package.json +1 -1
- package/examples/javascript/xy-stacked-step/package.json +1 -1
- package/examples/javascript/xy-stock/package.json +1 -1
- package/examples/javascript/xy-stock-comparing/package.json +1 -1
- package/examples/typescript/flow-arc-horizontal/package.json +1 -1
- package/examples/typescript/flow-arc-vertical/package.json +1 -1
- package/examples/typescript/flow-chord/package.json +1 -1
- package/examples/typescript/flow-chord-directed/package.json +1 -1
- package/examples/typescript/flow-chord-non-ribbon/package.json +1 -1
- package/examples/typescript/flow-sankey/package.json +1 -1
- package/examples/typescript/gantt/index.ts +0 -5
- package/examples/typescript/gantt/package.json +1 -1
- package/examples/typescript/gantt-multilevel/index.ts +27 -48
- package/examples/typescript/gantt-multilevel/package.json +1 -1
- package/examples/typescript/gantt-simple/index.ts +0 -4
- package/examples/typescript/gantt-simple/package.json +1 -1
- package/examples/typescript/gauge/package.json +1 -1
- package/examples/typescript/gauge-bands/package.json +1 -1
- package/examples/typescript/hierarchy-force-directed/package.json +1 -1
- package/examples/typescript/hierarchy-pack/package.json +1 -1
- package/examples/typescript/hierarchy-partition/package.json +1 -1
- package/examples/typescript/hierarchy-sunburst/package.json +1 -1
- package/examples/typescript/hierarchy-tree/package.json +1 -1
- package/examples/typescript/hierarchy-treemap/package.json +1 -1
- package/examples/typescript/hierarchy-voronoi-treemap/package.json +1 -1
- package/examples/typescript/jest/package.json +1 -1
- package/examples/typescript/json-pie/package.json +1 -1
- package/examples/typescript/json-xy/package.json +1 -1
- package/examples/typescript/map-animating-along-lines/package.json +1 -1
- package/examples/typescript/map-clustered-points/package.json +1 -1
- package/examples/typescript/map-day-and-night/package.json +1 -1
- package/examples/typescript/map-globe-rotate-to-country/package.json +1 -1
- package/examples/typescript/map-globe-with-projected-circles/package.json +1 -1
- package/examples/typescript/map-with-bubbles/package.json +1 -1
- package/examples/typescript/map-zoom-to-country/package.json +1 -1
- package/examples/typescript/misc-40-charts/package.json +1 -1
- package/examples/typescript/misc-microchart-grid/package.json +1 -1
- package/examples/typescript/pie-chart/package.json +1 -1
- package/examples/typescript/pie-donut-chart/package.json +1 -1
- package/examples/typescript/pie-variable-radius/package.json +1 -1
- package/examples/typescript/radar-column-iwatch-style/package.json +1 -1
- package/examples/typescript/radar-heat-map/package.json +1 -1
- package/examples/typescript/radar-line/package.json +1 -1
- package/examples/typescript/radar-time-line/package.json +1 -1
- package/examples/typescript/sliced-funnel/package.json +1 -1
- package/examples/typescript/sliced-pictorial-stacked/package.json +1 -1
- package/examples/typescript/sliced-pyramid/package.json +1 -1
- package/examples/typescript/stock-chart/package.json +1 -1
- package/examples/typescript/stock-chart-comparing-stocks/package.json +1 -1
- package/examples/typescript/stock-chart-data-granularity/package.json +1 -1
- package/examples/typescript/stock-chart-data-grouping/package.json +1 -1
- package/examples/typescript/stock-chart-intraday/package.json +1 -1
- package/examples/typescript/stock-chart-live/package.json +1 -1
- package/examples/typescript/stock-chart-volume-separate-panel/package.json +1 -1
- package/examples/typescript/timeline-horizontal-serpentine-chart/package.json +1 -1
- package/examples/typescript/timeline-linear-process-diagram/package.json +1 -1
- package/examples/typescript/timeline-serpentine-chart/package.json +1 -1
- package/examples/typescript/timeline-spiral-chart/package.json +1 -1
- package/examples/typescript/venn-diagram/package.json +1 -1
- package/examples/typescript/wordcloud-with-data/package.json +1 -1
- package/examples/typescript/wordcloud-with-text/package.json +1 -1
- package/examples/typescript/xy-100-percent-stacked-column/package.json +1 -1
- package/examples/typescript/xy-animated-bullet-at-the-end-of-the-series/package.json +1 -1
- package/examples/typescript/xy-bubble/package.json +1 -1
- package/examples/typescript/xy-candlestick/package.json +1 -1
- package/examples/typescript/xy-clustered-column/package.json +1 -1
- package/examples/typescript/xy-column/package.json +1 -1
- package/examples/typescript/xy-comparing-series-google-analytics-style/package.json +1 -1
- package/examples/typescript/xy-data-grouping/package.json +1 -1
- package/examples/typescript/xy-draggable-range/package.json +1 -1
- package/examples/typescript/xy-drawing-series-with-mouse-or-touch/package.json +1 -1
- package/examples/typescript/xy-dumbbell plot/package.json +1 -1
- package/examples/typescript/xy-evenly-spaced-date-axis/package.json +1 -1
- package/examples/typescript/xy-line/package.json +1 -1
- package/examples/typescript/xy-line-highlight-on-legend-hover/package.json +1 -1
- package/examples/typescript/xy-live-data/package.json +1 -1
- package/examples/typescript/xy-multiple-synced-value-axes/package.json +1 -1
- package/examples/typescript/xy-ohlc/package.json +1 -1
- package/examples/typescript/xy-real-time-data-sorting/package.json +1 -1
- package/examples/typescript/xy-smoothed-line/package.json +1 -1
- package/examples/typescript/xy-stacked-and-clustered-column/package.json +1 -1
- package/examples/typescript/xy-stacked-column/package.json +1 -1
- package/examples/typescript/xy-stacked-step/package.json +1 -1
- package/examples/typescript/xy-stock/package.json +1 -1
- package/examples/typescript/xy-stock-comparing/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
|
5
5
|
Please note, that this project, while following numbering syntax, it DOES NOT
|
|
6
6
|
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
|
|
7
7
|
|
|
8
|
+
## [5.14.2] - 2025-10-01
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Minor tweaks to Gantt icons.
|
|
12
|
+
- The column for zero-length tasks on Gantt is now limited in size by default.
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Pressing Shift-TAB when the first element of a series was focused and `focusableGroup` is set, would jump back two series back instead of one.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [5.14.1] - 2025-09-30
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- `editButton` added to `Gantt` chart. The button is hidden by default. Unhide to enable users toggle between edit and read-only modes. [More info](https://www.amcharts.com/docs/v5/charts/gantt/#Control_buttons).
|
|
22
|
+
|
|
23
|
+
### Fixed
|
|
24
|
+
- Links were active in read-only mode (`editable: false`) of `Gantt` chart.
|
|
25
|
+
- Too many minor grid intervals could be drawn on a `DateAxis` if grid interval was `"year"`.
|
|
26
|
+
|
|
27
|
+
|
|
8
28
|
## [5.14.0] - 2025-09-30
|
|
9
29
|
|
|
10
30
|
### Added
|
|
@@ -265,7 +285,7 @@ adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.
|
|
|
265
285
|
- New setting `clickAnnounceText` added to `Sprite`. If set will announce the text when focused element is triggered with a press of ENTER or SPACE.
|
|
266
286
|
|
|
267
287
|
### Changed
|
|
268
|
-
- Pressing Shift-TAB while focus on non-first member of the
|
|
288
|
+
- Pressing Shift-TAB while focus on non-first member of the focusable group will now jump to a previous group or focusable element, rather than current group's first element.
|
|
269
289
|
- When an `XYChart` is zoomed using mouse wheel it will no longer stop page scroll when its fully zoomed out or zoomed in.
|
|
270
290
|
|
|
271
291
|
### Fixed
|
|
@@ -17,11 +17,6 @@ root.setThemes([
|
|
|
17
17
|
// https://www.amcharts.com/docs/v5/charts/gantt/
|
|
18
18
|
const gantt = root.container.children.push(am5gantt.Gantt.new(root, {}));
|
|
19
19
|
|
|
20
|
-
// Configure Y-axis
|
|
21
|
-
gantt.yAxis.setAll({
|
|
22
|
-
maxCellHeight: 70
|
|
23
|
-
});
|
|
24
|
-
|
|
25
20
|
// Default data
|
|
26
21
|
let categoryData = [{
|
|
27
22
|
name: "Start",
|
|
@@ -5,7 +5,7 @@ import am5themes_Animated from "@amcharts/amcharts5/themes/Animated";
|
|
|
5
5
|
|
|
6
6
|
// Create root element
|
|
7
7
|
// https://www.amcharts.com/docs/v5/getting-started/#Root_element
|
|
8
|
-
|
|
8
|
+
var root = am5.Root.new("chartdiv");
|
|
9
9
|
|
|
10
10
|
// Set themes
|
|
11
11
|
// https://www.amcharts.com/docs/v5/concepts/themes/
|
|
@@ -15,46 +15,31 @@ root.setThemes([
|
|
|
15
15
|
|
|
16
16
|
// Create Gantt chart
|
|
17
17
|
// https://www.amcharts.com/docs/v5/charts/gantt/
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
gantt.yAxis.setAll({
|
|
21
|
-
maxCellHeight: 70
|
|
22
|
-
});
|
|
18
|
+
var gantt = root.container.children.push(am5gantt.Gantt.new(root, {}));
|
|
23
19
|
|
|
24
20
|
// Set category data
|
|
25
21
|
// https://www.amcharts.com/docs/v5/charts/gantt/#Category_data
|
|
26
22
|
gantt.yAxis.data.setAll([{
|
|
27
23
|
name: "Idea",
|
|
28
24
|
id: "gantt_0"
|
|
29
|
-
}, {
|
|
30
|
-
name: "Preparation",
|
|
31
|
-
id: "gantt_1"
|
|
32
25
|
}, {
|
|
33
26
|
name: "Kick-off",
|
|
34
|
-
id: "
|
|
35
|
-
parentId: "gantt_1"
|
|
27
|
+
id: "gantt_1"
|
|
36
28
|
}, {
|
|
37
29
|
name: "Planning",
|
|
38
|
-
id: "
|
|
39
|
-
parentId: "gantt_1"
|
|
40
|
-
}, {
|
|
41
|
-
name: "Implementation",
|
|
42
|
-
id: "gantt_4"
|
|
43
|
-
}, {
|
|
44
|
-
name: "Setup",
|
|
45
|
-
id: "gantt_5",
|
|
46
|
-
parentId: "gantt_4"
|
|
30
|
+
id: "gantt_2"
|
|
47
31
|
}, {
|
|
48
32
|
name: "Development",
|
|
49
|
-
id: "
|
|
50
|
-
|
|
33
|
+
id: "gantt_3"
|
|
34
|
+
}, {
|
|
35
|
+
name: "Testing",
|
|
36
|
+
id: "gantt_4"
|
|
51
37
|
}, {
|
|
52
38
|
name: "Finalization",
|
|
53
|
-
id: "
|
|
54
|
-
parentId: "gantt_4"
|
|
39
|
+
id: "gantt_5"
|
|
55
40
|
}, {
|
|
56
41
|
name: "Release",
|
|
57
|
-
id: "
|
|
42
|
+
id: "gantt_6"
|
|
58
43
|
}]);
|
|
59
44
|
|
|
60
45
|
// Set series data
|
|
@@ -62,50 +47,44 @@ gantt.yAxis.data.setAll([{
|
|
|
62
47
|
gantt.series.data.setAll([{
|
|
63
48
|
start: 1758142800000,
|
|
64
49
|
duration: 0,
|
|
65
|
-
progress:
|
|
50
|
+
progress: 1,
|
|
66
51
|
id: "gantt_0",
|
|
67
52
|
linkTo: ["gantt_1"]
|
|
68
|
-
}, {
|
|
69
|
-
start: 1758142800000,
|
|
70
|
-
id: "gantt_1"
|
|
71
53
|
}, {
|
|
72
54
|
start: 1758142800000,
|
|
73
55
|
duration: 2,
|
|
74
|
-
progress:
|
|
75
|
-
id: "
|
|
76
|
-
linkTo: ["
|
|
56
|
+
progress: 1,
|
|
57
|
+
id: "gantt_1",
|
|
58
|
+
linkTo: ["gantt_2"]
|
|
77
59
|
}, {
|
|
78
60
|
start: 1758488400000,
|
|
79
61
|
duration: 2,
|
|
80
|
-
progress: 0,
|
|
81
|
-
id: "
|
|
82
|
-
linkTo: ["
|
|
83
|
-
}, {
|
|
84
|
-
start: 1758661200000,
|
|
85
|
-
id: "gantt_4"
|
|
62
|
+
progress: 0.2,
|
|
63
|
+
id: "gantt_2",
|
|
64
|
+
linkTo: ["gantt_3"]
|
|
86
65
|
}, {
|
|
87
66
|
start: 1758661200000,
|
|
88
67
|
duration: 1,
|
|
89
|
-
progress: 0,
|
|
90
|
-
id: "
|
|
91
|
-
linkTo: ["
|
|
68
|
+
progress: 0.8,
|
|
69
|
+
id: "gantt_3",
|
|
70
|
+
linkTo: ["gantt_4"]
|
|
92
71
|
}, {
|
|
93
72
|
start: 1758747600000,
|
|
94
73
|
duration: 3,
|
|
95
74
|
progress: 0,
|
|
96
|
-
id: "
|
|
97
|
-
linkTo: ["
|
|
75
|
+
id: "gantt_4",
|
|
76
|
+
linkTo: ["gantt_5"]
|
|
98
77
|
}, {
|
|
99
78
|
start: 1759179600000,
|
|
100
|
-
duration:
|
|
79
|
+
duration: 0,
|
|
101
80
|
progress: 0,
|
|
102
|
-
id: "
|
|
103
|
-
linkTo: ["
|
|
81
|
+
id: "gantt_5",
|
|
82
|
+
linkTo: ["gantt_6"]
|
|
104
83
|
}, {
|
|
105
84
|
start: 1759179600000,
|
|
106
|
-
duration:
|
|
85
|
+
duration: 4,
|
|
107
86
|
progress: 0,
|
|
108
|
-
id: "
|
|
87
|
+
id: "gantt_6"
|
|
109
88
|
}]);
|
|
110
89
|
|
|
111
90
|
gantt.appear();
|
|
@@ -17,10 +17,6 @@ root.setThemes([
|
|
|
17
17
|
// https://www.amcharts.com/docs/v5/charts/gantt/
|
|
18
18
|
const gantt = root.container.children.push(am5gantt.Gantt.new(root, {}));
|
|
19
19
|
|
|
20
|
-
gantt.yAxis.setAll({
|
|
21
|
-
maxCellHeight: 70
|
|
22
|
-
});
|
|
23
|
-
|
|
24
20
|
// Set category data
|
|
25
21
|
// https://www.amcharts.com/docs/v5/charts/gantt/#Category_data
|
|
26
22
|
gantt.yAxis.data.setAll([{
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "amcharts5-example-map-animating-along-lines",
|
|
4
4
|
"version": "0.1.0",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@amcharts/amcharts5": "^5.14.
|
|
6
|
+
"@amcharts/amcharts5": "^5.14.2",
|
|
7
7
|
"@amcharts/amcharts5-geodata": "^5.1.5",
|
|
8
8
|
"source-map-loader": "^4.0.1",
|
|
9
9
|
"webpack": "^5.1.3",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "amcharts5-example-map-globe-rotate-to-country",
|
|
4
4
|
"version": "0.1.0",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@amcharts/amcharts5": "^5.14.
|
|
6
|
+
"@amcharts/amcharts5": "^5.14.2",
|
|
7
7
|
"@amcharts/amcharts5-geodata": "^5.1.5",
|
|
8
8
|
"source-map-loader": "^4.0.1",
|
|
9
9
|
"webpack": "^5.1.3",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "amcharts5-example-map-globe-with-projected-circles",
|
|
4
4
|
"version": "0.1.0",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@amcharts/amcharts5": "^5.14.
|
|
6
|
+
"@amcharts/amcharts5": "^5.14.2",
|
|
7
7
|
"@amcharts/amcharts5-geodata": "^5.1.5",
|
|
8
8
|
"source-map-loader": "^4.0.1",
|
|
9
9
|
"webpack": "^5.1.3",
|