@equinor/echo-cli 2.0.0 → 2.0.1
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/README.md +1 -0
- package/lib/echo-dev-host/package-lock.json +429 -93
- package/lib/echo-dev-host/package.json +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -152,6 +152,7 @@ Patch versions (`x`) can differ between libraries, but the major and minor versi
|
|
|
152
152
|
<!-- prettier-ignore -->
|
|
153
153
|
| Cli | [Base](tree/master/libs/echo-base) | [Core](tree/master/libs/echo-core) | [Search](tree/master/libs/echo-search) | [Framework](tree/master/libs/echo-framework) | [Components](tree/master/libs/echo-components) | [Utils](tree/master/libs/echo-utils) | [EDS Core](https://github.com/equinor/design-system) | [EDS Icons](https://github.com/equinor/design-system/tree/develop/packages/eds-icons) | [EDS Utils](https://github.com/equinor/design-system/tree/develop/packages/eds-utils) | Notes
|
|
154
154
|
|--------|-------|-------|--------|-----------|--------|--------|----------|---------|-----|------|
|
|
155
|
+
| 2.0.1 | **2.2.1** | **2.2.1** | **2.2.1** | **2.2.1** | **2.2.1** | **2.2.1** | 0.49.0 | 0.22.0 | 0.9.0 |
|
|
155
156
|
| 2.0.0 | **2.0.0** | **2.0.0** | **2.0.0** | **2.0.0** | **2.0.0** | **2.0.0** | **0.49.0** | 0.22.0 | **0.9.0** | new EDS version
|
|
156
157
|
| 1.0.3 | **1.3.0** | **1.3.0** | **1.3.0** | **1.3.0** | **1.3.0** | **1.3.0** | 0.43.0 | 0.22.0 | 0.8.6 |
|
|
157
158
|
| 0.21.6 | 1.0.0 | 1.0.0 | 1.0.0 | **1.1.0** | **1.0.0** | **1.1.0** | 0.43.0 | 0.22.0 | 0.8.6 |
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"version": "0.0.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@equinor/echo-base": "2.
|
|
13
|
-
"@equinor/echo-components": "2.
|
|
14
|
-
"@equinor/echo-core": "2.
|
|
15
|
-
"@equinor/echo-framework": "2.
|
|
12
|
+
"@equinor/echo-base": "2.2.1",
|
|
13
|
+
"@equinor/echo-components": "2.2.1",
|
|
14
|
+
"@equinor/echo-core": "2.2.1",
|
|
15
|
+
"@equinor/echo-framework": "2.2.1",
|
|
16
16
|
"@equinor/echo-scripts": "0.1.5",
|
|
17
|
-
"@equinor/echo-search": "2.
|
|
18
|
-
"@equinor/echo-utils": "2.
|
|
17
|
+
"@equinor/echo-search": "2.2.1",
|
|
18
|
+
"@equinor/echo-utils": "2.2.1",
|
|
19
19
|
"@equinor/eds-core-react": "0.49.0",
|
|
20
20
|
"@equinor/eds-icons": "0.22.0",
|
|
21
21
|
"@equinor/eds-tokens": "0.10.0",
|
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz",
|
|
124
124
|
"integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
|
|
125
125
|
"license": "MIT",
|
|
126
|
+
"peer": true,
|
|
126
127
|
"dependencies": {
|
|
127
128
|
"@ampproject/remapping": "^2.2.0",
|
|
128
129
|
"@babel/code-frame": "^7.27.1",
|
|
@@ -1728,18 +1729,20 @@
|
|
|
1728
1729
|
"license": "MIT"
|
|
1729
1730
|
},
|
|
1730
1731
|
"node_modules/@equinor/echo-base": {
|
|
1731
|
-
"version": "2.
|
|
1732
|
-
"resolved": "https://registry.npmjs.org/@equinor/echo-base/-/echo-base-2.
|
|
1733
|
-
"integrity": "sha512-
|
|
1732
|
+
"version": "2.2.1",
|
|
1733
|
+
"resolved": "https://registry.npmjs.org/@equinor/echo-base/-/echo-base-2.2.1.tgz",
|
|
1734
|
+
"integrity": "sha512-FxO9+9Iu/MvxvFt0l5yflDsGyEo2HYxKIFXWzbXjuRgbVdTdm9oQ15BMunr2BlrPXnMg5sWynY4RTQzS617d0g==",
|
|
1734
1735
|
"license": "MIT",
|
|
1736
|
+
"peer": true,
|
|
1735
1737
|
"dependencies": {
|
|
1736
1738
|
"lodash": "4.17.21"
|
|
1737
1739
|
}
|
|
1738
1740
|
},
|
|
1739
1741
|
"node_modules/@equinor/echo-components": {
|
|
1740
|
-
"version": "2.
|
|
1741
|
-
"resolved": "https://registry.npmjs.org/@equinor/echo-components/-/echo-components-2.
|
|
1742
|
-
"integrity": "sha512-
|
|
1742
|
+
"version": "2.2.1",
|
|
1743
|
+
"resolved": "https://registry.npmjs.org/@equinor/echo-components/-/echo-components-2.2.1.tgz",
|
|
1744
|
+
"integrity": "sha512-MOlILBv0aKyBnSPHtgYowphBkzAB5OGqPv3XmaHlQ2Jr2mlqFBRQji8jHtJlen0FhMlb8NrSO5ATBO0e0fXGqA==",
|
|
1745
|
+
"peer": true,
|
|
1743
1746
|
"dependencies": {
|
|
1744
1747
|
"chart.js": "4.5.1",
|
|
1745
1748
|
"react-datepicker": "8.7.0",
|
|
@@ -1747,7 +1750,7 @@
|
|
|
1747
1750
|
"react-window": "1.8.11"
|
|
1748
1751
|
},
|
|
1749
1752
|
"peerDependencies": {
|
|
1750
|
-
"@equinor/echo-utils": ">= 2.
|
|
1753
|
+
"@equinor/echo-utils": ">= 2.2.1 < 3.0.0",
|
|
1751
1754
|
"@equinor/eds-core-react": "0.49.0",
|
|
1752
1755
|
"@equinor/eds-icons": "0.22.0",
|
|
1753
1756
|
"@equinor/eds-tokens": "0.10.0",
|
|
@@ -1761,17 +1764,18 @@
|
|
|
1761
1764
|
}
|
|
1762
1765
|
},
|
|
1763
1766
|
"node_modules/@equinor/echo-core": {
|
|
1764
|
-
"version": "2.
|
|
1765
|
-
"resolved": "https://registry.npmjs.org/@equinor/echo-core/-/echo-core-2.
|
|
1766
|
-
"integrity": "sha512-
|
|
1767
|
+
"version": "2.2.1",
|
|
1768
|
+
"resolved": "https://registry.npmjs.org/@equinor/echo-core/-/echo-core-2.2.1.tgz",
|
|
1769
|
+
"integrity": "sha512-2wf/YjA5WwmCm2s6lBIWIN8iyuZy0bJgUI0IvN38YsE1kfzqivCs2dQqxQzaCKAgMgcZX1xg1t21q3Qt69dKhg==",
|
|
1767
1770
|
"license": "MIT",
|
|
1771
|
+
"peer": true,
|
|
1768
1772
|
"dependencies": {
|
|
1769
1773
|
"@azure/msal-browser": "4.25.0",
|
|
1770
1774
|
"@microsoft/applicationinsights-web": "3.3.10",
|
|
1771
1775
|
"sha1": "1.1.1"
|
|
1772
1776
|
},
|
|
1773
1777
|
"peerDependencies": {
|
|
1774
|
-
"@equinor/echo-base": ">= 2.
|
|
1778
|
+
"@equinor/echo-base": ">= 2.2.1 < 3.0.0",
|
|
1775
1779
|
"@microsoft/microsoft-graph-types": "2.43.1",
|
|
1776
1780
|
"@microsoft/microsoft-graph-types-beta": "0.44.0-preview",
|
|
1777
1781
|
"@tanstack/react-query": ">= 5.24.1 < 6",
|
|
@@ -1781,22 +1785,22 @@
|
|
|
1781
1785
|
}
|
|
1782
1786
|
},
|
|
1783
1787
|
"node_modules/@equinor/echo-framework": {
|
|
1784
|
-
"version": "2.
|
|
1785
|
-
"resolved": "https://registry.npmjs.org/@equinor/echo-framework/-/echo-framework-2.
|
|
1786
|
-
"integrity": "sha512-
|
|
1788
|
+
"version": "2.2.1",
|
|
1789
|
+
"resolved": "https://registry.npmjs.org/@equinor/echo-framework/-/echo-framework-2.2.1.tgz",
|
|
1790
|
+
"integrity": "sha512-8JNZ2Y+JQvGyUs83WvGb7kbFzHcpVnng2nGktFowTjNhdU+wNIlThViey8NmdaVmeYP21SuaKYT9xqca9buYIw==",
|
|
1787
1791
|
"dependencies": {
|
|
1788
|
-
"ag-charts-community": "12.
|
|
1789
|
-
"ag-charts-enterprise": "12.
|
|
1790
|
-
"ag-charts-react": "12.
|
|
1792
|
+
"ag-charts-community": "12.3.1",
|
|
1793
|
+
"ag-charts-enterprise": "12.3.1",
|
|
1794
|
+
"ag-charts-react": "12.3.1",
|
|
1791
1795
|
"dexie": "4.2.1",
|
|
1792
1796
|
"mark.js": "8.11.1"
|
|
1793
1797
|
},
|
|
1794
1798
|
"peerDependencies": {
|
|
1795
|
-
"@equinor/echo-base": ">= 2.
|
|
1796
|
-
"@equinor/echo-components": ">= 2.
|
|
1797
|
-
"@equinor/echo-core": ">= 2.
|
|
1798
|
-
"@equinor/echo-search": ">= 2.
|
|
1799
|
-
"@equinor/echo-utils": ">= 2.
|
|
1799
|
+
"@equinor/echo-base": ">= 2.2.1 < 3.0.0",
|
|
1800
|
+
"@equinor/echo-components": ">= 2.2.1 < 3.0.0",
|
|
1801
|
+
"@equinor/echo-core": ">= 2.2.1 < 3.0.0",
|
|
1802
|
+
"@equinor/echo-search": ">= 2.2.1 < 3.0.0",
|
|
1803
|
+
"@equinor/echo-utils": ">= 2.2.1 < 3.0.0",
|
|
1800
1804
|
"@equinor/eds-core-react": "0.49.0",
|
|
1801
1805
|
"@equinor/eds-icons": "0.22.0",
|
|
1802
1806
|
"@microsoft/signalr": "9.0.6",
|
|
@@ -1805,6 +1809,7 @@
|
|
|
1805
1809
|
"history": "5.3.0",
|
|
1806
1810
|
"immer": "10.1.3",
|
|
1807
1811
|
"lodash": "4.17.21",
|
|
1812
|
+
"msw": "2.11.6",
|
|
1808
1813
|
"react": ">= 17.0.2",
|
|
1809
1814
|
"react-dom": ">= 17.0.2",
|
|
1810
1815
|
"react-router-dom": "5.3.4",
|
|
@@ -1816,9 +1821,10 @@
|
|
|
1816
1821
|
"license": "MIT"
|
|
1817
1822
|
},
|
|
1818
1823
|
"node_modules/@equinor/echo-search": {
|
|
1819
|
-
"version": "2.
|
|
1820
|
-
"resolved": "https://registry.npmjs.org/@equinor/echo-search/-/echo-search-2.
|
|
1821
|
-
"integrity": "sha512-
|
|
1824
|
+
"version": "2.2.1",
|
|
1825
|
+
"resolved": "https://registry.npmjs.org/@equinor/echo-search/-/echo-search-2.2.1.tgz",
|
|
1826
|
+
"integrity": "sha512-W3m8JhbwtldYYVuTdP0w9nhRMFho1Jv4pL6fsv1pJMpsLVtaJ4+ads6Mw389U0FmCnQBj6rrxIQIWrNPdSmvkA==",
|
|
1827
|
+
"peer": true,
|
|
1822
1828
|
"dependencies": {
|
|
1823
1829
|
"comlink": "4.4.2",
|
|
1824
1830
|
"dexie": "4.2.1",
|
|
@@ -1826,8 +1832,8 @@
|
|
|
1826
1832
|
"worker-thread": "1.1.0"
|
|
1827
1833
|
},
|
|
1828
1834
|
"peerDependencies": {
|
|
1829
|
-
"@equinor/echo-core": ">= 2.
|
|
1830
|
-
"@equinor/echo-utils": ">= 2.
|
|
1835
|
+
"@equinor/echo-core": ">= 2.2.1 < 3.0.0",
|
|
1836
|
+
"@equinor/echo-utils": ">= 2.2.1 < 3.0.0",
|
|
1831
1837
|
"fake-indexeddb": ">=6.0.1 <7",
|
|
1832
1838
|
"lodash": ">= 4.17.21 < 5"
|
|
1833
1839
|
}
|
|
@@ -1847,10 +1853,11 @@
|
|
|
1847
1853
|
}
|
|
1848
1854
|
},
|
|
1849
1855
|
"node_modules/@equinor/echo-utils": {
|
|
1850
|
-
"version": "2.
|
|
1851
|
-
"resolved": "https://registry.npmjs.org/@equinor/echo-utils/-/echo-utils-2.
|
|
1852
|
-
"integrity": "sha512-
|
|
1856
|
+
"version": "2.2.1",
|
|
1857
|
+
"resolved": "https://registry.npmjs.org/@equinor/echo-utils/-/echo-utils-2.2.1.tgz",
|
|
1858
|
+
"integrity": "sha512-6a8Xxgq/XHJ4Goo5ruv55vtvXGOZTrmfXac45nAtsKyTvAxH9OOgzKLySlndhpsTCATGNhRvl3ocBg+6DqlH/w==",
|
|
1853
1859
|
"license": "MIT",
|
|
1860
|
+
"peer": true,
|
|
1854
1861
|
"dependencies": {
|
|
1855
1862
|
"react-cool-onclickoutside": "1.7.0",
|
|
1856
1863
|
"ua-parser-js": "2.0.6",
|
|
@@ -1868,6 +1875,7 @@
|
|
|
1868
1875
|
"resolved": "https://registry.npmjs.org/@equinor/eds-core-react/-/eds-core-react-0.49.0.tgz",
|
|
1869
1876
|
"integrity": "sha512-nFShN+Jwm5SXtEAb+KC6OYxcSomgk6aTolG3JY6zhJ73pT2xVFZnTX8t2CLBu/w5T1EFb70TzkQJGKFUk1nMmA==",
|
|
1870
1877
|
"license": "MIT",
|
|
1878
|
+
"peer": true,
|
|
1871
1879
|
"dependencies": {
|
|
1872
1880
|
"@babel/runtime": "^7.28.3",
|
|
1873
1881
|
"@equinor/eds-icons": "^0.22.0",
|
|
@@ -1891,13 +1899,15 @@
|
|
|
1891
1899
|
},
|
|
1892
1900
|
"node_modules/@equinor/eds-icons": {
|
|
1893
1901
|
"version": "0.22.0",
|
|
1894
|
-
"license": "Apache-2.0"
|
|
1902
|
+
"license": "Apache-2.0",
|
|
1903
|
+
"peer": true
|
|
1895
1904
|
},
|
|
1896
1905
|
"node_modules/@equinor/eds-tokens": {
|
|
1897
1906
|
"version": "0.10.0",
|
|
1898
1907
|
"resolved": "https://registry.npmjs.org/@equinor/eds-tokens/-/eds-tokens-0.10.0.tgz",
|
|
1899
1908
|
"integrity": "sha512-oI7V8gZrrtP2aMOfimUn6WsB06KFJ5Dv0Qip9g/dcch0zHN5ZR8po1pJFis+Jjfi/OrYKRm7Kd+LcKCwtKSb6Q==",
|
|
1900
|
-
"license": "MIT"
|
|
1909
|
+
"license": "MIT",
|
|
1910
|
+
"peer": true
|
|
1901
1911
|
},
|
|
1902
1912
|
"node_modules/@equinor/eds-utils": {
|
|
1903
1913
|
"version": "0.9.0",
|
|
@@ -2018,6 +2028,15 @@
|
|
|
2018
2028
|
"tslib": "^2.8.0"
|
|
2019
2029
|
}
|
|
2020
2030
|
},
|
|
2031
|
+
"node_modules/@inquirer/ansi": {
|
|
2032
|
+
"version": "1.0.2",
|
|
2033
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
|
|
2034
|
+
"integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
|
|
2035
|
+
"license": "MIT",
|
|
2036
|
+
"engines": {
|
|
2037
|
+
"node": ">=18"
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2021
2040
|
"node_modules/@inquirer/checkbox": {
|
|
2022
2041
|
"version": "2.5.0",
|
|
2023
2042
|
"dev": true,
|
|
@@ -2118,8 +2137,9 @@
|
|
|
2118
2137
|
}
|
|
2119
2138
|
},
|
|
2120
2139
|
"node_modules/@inquirer/figures": {
|
|
2121
|
-
"version": "1.0.
|
|
2122
|
-
"
|
|
2140
|
+
"version": "1.0.15",
|
|
2141
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
|
|
2142
|
+
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
|
|
2123
2143
|
"license": "MIT",
|
|
2124
2144
|
"engines": {
|
|
2125
2145
|
"node": ">=18"
|
|
@@ -2868,6 +2888,7 @@
|
|
|
2868
2888
|
"resolved": "https://registry.npmjs.org/@microsoft/signalr/-/signalr-9.0.6.tgz",
|
|
2869
2889
|
"integrity": "sha512-DrhgzFWI9JE4RPTsHYRxh4yr+OhnwKz8bnJe7eIi7mLLjqhJpEb62CiUy/YbFvLqLzcGzlzz1QWgVAW0zyipMQ==",
|
|
2870
2890
|
"license": "MIT",
|
|
2891
|
+
"peer": true,
|
|
2871
2892
|
"dependencies": {
|
|
2872
2893
|
"abort-controller": "^3.0.0",
|
|
2873
2894
|
"eventsource": "^2.0.2",
|
|
@@ -2897,6 +2918,23 @@
|
|
|
2897
2918
|
}
|
|
2898
2919
|
}
|
|
2899
2920
|
},
|
|
2921
|
+
"node_modules/@mswjs/interceptors": {
|
|
2922
|
+
"version": "0.40.0",
|
|
2923
|
+
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.40.0.tgz",
|
|
2924
|
+
"integrity": "sha512-EFd6cVbHsgLa6wa4RljGj6Wk75qoHxUSyc5asLyyPSyuhIcdS2Q3Phw6ImS1q+CkALthJRShiYfKANcQMuMqsQ==",
|
|
2925
|
+
"license": "MIT",
|
|
2926
|
+
"dependencies": {
|
|
2927
|
+
"@open-draft/deferred-promise": "^2.2.0",
|
|
2928
|
+
"@open-draft/logger": "^0.3.0",
|
|
2929
|
+
"@open-draft/until": "^2.0.0",
|
|
2930
|
+
"is-node-process": "^1.2.0",
|
|
2931
|
+
"outvariant": "^1.4.3",
|
|
2932
|
+
"strict-event-emitter": "^0.5.1"
|
|
2933
|
+
},
|
|
2934
|
+
"engines": {
|
|
2935
|
+
"node": ">=18"
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2900
2938
|
"node_modules/@nevware21/ts-async": {
|
|
2901
2939
|
"version": "0.5.4",
|
|
2902
2940
|
"resolved": "https://registry.npmjs.org/@nevware21/ts-async/-/ts-async-0.5.4.tgz",
|
|
@@ -3107,6 +3145,28 @@
|
|
|
3107
3145
|
"node": ">=8.0.0"
|
|
3108
3146
|
}
|
|
3109
3147
|
},
|
|
3148
|
+
"node_modules/@open-draft/deferred-promise": {
|
|
3149
|
+
"version": "2.2.0",
|
|
3150
|
+
"resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
|
|
3151
|
+
"integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
|
|
3152
|
+
"license": "MIT"
|
|
3153
|
+
},
|
|
3154
|
+
"node_modules/@open-draft/logger": {
|
|
3155
|
+
"version": "0.3.0",
|
|
3156
|
+
"resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
|
|
3157
|
+
"integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
|
|
3158
|
+
"license": "MIT",
|
|
3159
|
+
"dependencies": {
|
|
3160
|
+
"is-node-process": "^1.2.0",
|
|
3161
|
+
"outvariant": "^1.4.0"
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3164
|
+
"node_modules/@open-draft/until": {
|
|
3165
|
+
"version": "2.1.0",
|
|
3166
|
+
"resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
|
|
3167
|
+
"integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
|
|
3168
|
+
"license": "MIT"
|
|
3169
|
+
},
|
|
3110
3170
|
"node_modules/@react-aria/breadcrumbs": {
|
|
3111
3171
|
"version": "3.5.29",
|
|
3112
3172
|
"resolved": "https://registry.npmjs.org/@react-aria/breadcrumbs/-/breadcrumbs-3.5.29.tgz",
|
|
@@ -4914,6 +4974,7 @@
|
|
|
4914
4974
|
"node_modules/@svgr/core": {
|
|
4915
4975
|
"version": "8.1.0",
|
|
4916
4976
|
"license": "MIT",
|
|
4977
|
+
"peer": true,
|
|
4917
4978
|
"dependencies": {
|
|
4918
4979
|
"@babel/core": "^7.21.3",
|
|
4919
4980
|
"@svgr/babel-preset": "8.1.0",
|
|
@@ -5028,6 +5089,7 @@
|
|
|
5028
5089
|
"resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.85.5.tgz",
|
|
5029
5090
|
"integrity": "sha512-/X4EFNcnPiSs8wM2v+b6DqS5mmGeuJQvxBglmDxl6ZQb5V26ouD2SJYAcC3VjbNwqhY2zjxVD15rDA5nGbMn3A==",
|
|
5030
5091
|
"license": "MIT",
|
|
5092
|
+
"peer": true,
|
|
5031
5093
|
"dependencies": {
|
|
5032
5094
|
"@tanstack/query-core": "5.85.5"
|
|
5033
5095
|
},
|
|
@@ -5270,8 +5332,9 @@
|
|
|
5270
5332
|
},
|
|
5271
5333
|
"node_modules/@types/node": {
|
|
5272
5334
|
"version": "22.15.19",
|
|
5273
|
-
"
|
|
5335
|
+
"devOptional": true,
|
|
5274
5336
|
"license": "MIT",
|
|
5337
|
+
"peer": true,
|
|
5275
5338
|
"dependencies": {
|
|
5276
5339
|
"undici-types": "~6.21.0"
|
|
5277
5340
|
}
|
|
@@ -5303,6 +5366,7 @@
|
|
|
5303
5366
|
"version": "18.3.18",
|
|
5304
5367
|
"devOptional": true,
|
|
5305
5368
|
"license": "MIT",
|
|
5369
|
+
"peer": true,
|
|
5306
5370
|
"dependencies": {
|
|
5307
5371
|
"@types/prop-types": "*",
|
|
5308
5372
|
"csstype": "^3.0.2"
|
|
@@ -5387,6 +5451,12 @@
|
|
|
5387
5451
|
"dev": true,
|
|
5388
5452
|
"license": "MIT"
|
|
5389
5453
|
},
|
|
5454
|
+
"node_modules/@types/statuses": {
|
|
5455
|
+
"version": "2.0.6",
|
|
5456
|
+
"resolved": "https://registry.npmjs.org/@types/statuses/-/statuses-2.0.6.tgz",
|
|
5457
|
+
"integrity": "sha512-xMAgYwceFhRA2zY+XbEA7mxYbA093wdiW8Vu6gZPGWy9cmOyU9XesH1tNcEWsKFd5Vzrqx5T3D38PWx1FIIXkA==",
|
|
5458
|
+
"license": "MIT"
|
|
5459
|
+
},
|
|
5390
5460
|
"node_modules/@types/stylis": {
|
|
5391
5461
|
"version": "4.2.5",
|
|
5392
5462
|
"resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.5.tgz",
|
|
@@ -5650,63 +5720,64 @@
|
|
|
5650
5720
|
}
|
|
5651
5721
|
},
|
|
5652
5722
|
"node_modules/ag-charts-community": {
|
|
5653
|
-
"version": "12.
|
|
5654
|
-
"resolved": "https://registry.npmjs.org/ag-charts-community/-/ag-charts-community-12.
|
|
5655
|
-
"integrity": "sha512-
|
|
5723
|
+
"version": "12.3.1",
|
|
5724
|
+
"resolved": "https://registry.npmjs.org/ag-charts-community/-/ag-charts-community-12.3.1.tgz",
|
|
5725
|
+
"integrity": "sha512-uRaUFmCl8e0Y3KxjaHUYlkCPS5OtwtfTChkdpoZuBKDXqerCPTjPu+uvlun3rYUSYxScwVf2LZCI0Hfw4Vc+WQ==",
|
|
5656
5726
|
"license": "MIT",
|
|
5657
5727
|
"dependencies": {
|
|
5658
|
-
"ag-charts-core": "12.
|
|
5659
|
-
"ag-charts-locale": "12.
|
|
5660
|
-
"ag-charts-types": "12.
|
|
5728
|
+
"ag-charts-core": "12.3.1",
|
|
5729
|
+
"ag-charts-locale": "12.3.1",
|
|
5730
|
+
"ag-charts-types": "12.3.1"
|
|
5661
5731
|
}
|
|
5662
5732
|
},
|
|
5663
5733
|
"node_modules/ag-charts-core": {
|
|
5664
|
-
"version": "12.
|
|
5665
|
-
"resolved": "https://registry.npmjs.org/ag-charts-core/-/ag-charts-core-12.
|
|
5666
|
-
"integrity": "sha512-
|
|
5734
|
+
"version": "12.3.1",
|
|
5735
|
+
"resolved": "https://registry.npmjs.org/ag-charts-core/-/ag-charts-core-12.3.1.tgz",
|
|
5736
|
+
"integrity": "sha512-711UJ0fXengb8+4PEW4nlzWDowmbYymPcjW2eJWHRzzvttUf14hnh+wP/l/s3EGVgYkEHe9vkXFwmeOJUlkC0Q==",
|
|
5667
5737
|
"license": "MIT",
|
|
5668
5738
|
"dependencies": {
|
|
5669
|
-
"ag-charts-types": "12.
|
|
5739
|
+
"ag-charts-types": "12.3.1"
|
|
5670
5740
|
}
|
|
5671
5741
|
},
|
|
5672
5742
|
"node_modules/ag-charts-enterprise": {
|
|
5673
|
-
"version": "12.
|
|
5674
|
-
"resolved": "https://registry.npmjs.org/ag-charts-enterprise/-/ag-charts-enterprise-12.
|
|
5675
|
-
"integrity": "sha512-
|
|
5743
|
+
"version": "12.3.1",
|
|
5744
|
+
"resolved": "https://registry.npmjs.org/ag-charts-enterprise/-/ag-charts-enterprise-12.3.1.tgz",
|
|
5745
|
+
"integrity": "sha512-2sQIwLfksRTcI4JVRjgQkyGq6z68UVTO/I91HKmtpukrQLsW/o0TzzHmgTtVJOXd9yO9gx2KWa2DMg0+FKdXEQ==",
|
|
5676
5746
|
"license": "Commercial",
|
|
5677
5747
|
"dependencies": {
|
|
5678
|
-
"ag-charts-community": "12.
|
|
5679
|
-
"ag-charts-core": "12.
|
|
5748
|
+
"ag-charts-community": "12.3.1",
|
|
5749
|
+
"ag-charts-core": "12.3.1"
|
|
5680
5750
|
}
|
|
5681
5751
|
},
|
|
5682
5752
|
"node_modules/ag-charts-locale": {
|
|
5683
|
-
"version": "12.
|
|
5684
|
-
"resolved": "https://registry.npmjs.org/ag-charts-locale/-/ag-charts-locale-12.
|
|
5685
|
-
"integrity": "sha512-
|
|
5753
|
+
"version": "12.3.1",
|
|
5754
|
+
"resolved": "https://registry.npmjs.org/ag-charts-locale/-/ag-charts-locale-12.3.1.tgz",
|
|
5755
|
+
"integrity": "sha512-dCn7oHh3xLI576FT514aBedNQgtb5zwh/Gcj7jHvjOWYRnfH8kaekZzLzntITA6dF6E78okJfoI7CUCbYduQ4Q==",
|
|
5686
5756
|
"license": "MIT"
|
|
5687
5757
|
},
|
|
5688
5758
|
"node_modules/ag-charts-react": {
|
|
5689
|
-
"version": "12.
|
|
5690
|
-
"resolved": "https://registry.npmjs.org/ag-charts-react/-/ag-charts-react-12.
|
|
5691
|
-
"integrity": "sha512-
|
|
5759
|
+
"version": "12.3.1",
|
|
5760
|
+
"resolved": "https://registry.npmjs.org/ag-charts-react/-/ag-charts-react-12.3.1.tgz",
|
|
5761
|
+
"integrity": "sha512-lwMzn+GWJccAHb9iJR4DR4DLkgrfbF/X7dIMzVHAufGhQmvgOVj6LsIVXc8/At0NycKq/PP59+6GVRu6wAXO0w==",
|
|
5692
5762
|
"license": "MIT",
|
|
5693
5763
|
"dependencies": {
|
|
5694
|
-
"ag-charts-community": "12.
|
|
5764
|
+
"ag-charts-community": "12.3.1"
|
|
5695
5765
|
},
|
|
5696
5766
|
"peerDependencies": {
|
|
5697
5767
|
"react": "^18.0.0 || ^19.0.0"
|
|
5698
5768
|
}
|
|
5699
5769
|
},
|
|
5700
5770
|
"node_modules/ag-charts-types": {
|
|
5701
|
-
"version": "12.
|
|
5702
|
-
"resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-12.
|
|
5703
|
-
"integrity": "sha512-
|
|
5771
|
+
"version": "12.3.1",
|
|
5772
|
+
"resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-12.3.1.tgz",
|
|
5773
|
+
"integrity": "sha512-5216xYoawnvMXDFI6kTpPku+mH0Csiwu/FE7lsAm8Z22HEN6ciSG/V7g+IrpLWncELqksgENebCTP75PZ3CsHA==",
|
|
5704
5774
|
"license": "MIT"
|
|
5705
5775
|
},
|
|
5706
5776
|
"node_modules/ajv": {
|
|
5707
5777
|
"version": "8.17.1",
|
|
5708
5778
|
"dev": true,
|
|
5709
5779
|
"license": "MIT",
|
|
5780
|
+
"peer": true,
|
|
5710
5781
|
"dependencies": {
|
|
5711
5782
|
"fast-deep-equal": "^3.1.3",
|
|
5712
5783
|
"fast-uri": "^3.0.1",
|
|
@@ -5772,7 +5843,6 @@
|
|
|
5772
5843
|
},
|
|
5773
5844
|
"node_modules/ansi-regex": {
|
|
5774
5845
|
"version": "5.0.1",
|
|
5775
|
-
"dev": true,
|
|
5776
5846
|
"license": "MIT",
|
|
5777
5847
|
"engines": {
|
|
5778
5848
|
"node": ">=8"
|
|
@@ -5780,7 +5850,6 @@
|
|
|
5780
5850
|
},
|
|
5781
5851
|
"node_modules/ansi-styles": {
|
|
5782
5852
|
"version": "4.3.0",
|
|
5783
|
-
"dev": true,
|
|
5784
5853
|
"license": "MIT",
|
|
5785
5854
|
"dependencies": {
|
|
5786
5855
|
"color-convert": "^2.0.1"
|
|
@@ -6170,6 +6239,7 @@
|
|
|
6170
6239
|
}
|
|
6171
6240
|
],
|
|
6172
6241
|
"license": "MIT",
|
|
6242
|
+
"peer": true,
|
|
6173
6243
|
"dependencies": {
|
|
6174
6244
|
"caniuse-lite": "^1.0.30001716",
|
|
6175
6245
|
"electron-to-chromium": "^1.5.149",
|
|
@@ -6421,7 +6491,8 @@
|
|
|
6421
6491
|
"version": "2.5.1",
|
|
6422
6492
|
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
|
|
6423
6493
|
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
|
|
6424
|
-
"license": "MIT"
|
|
6494
|
+
"license": "MIT",
|
|
6495
|
+
"peer": true
|
|
6425
6496
|
},
|
|
6426
6497
|
"node_modules/clean-css": {
|
|
6427
6498
|
"version": "5.3.3",
|
|
@@ -6450,7 +6521,6 @@
|
|
|
6450
6521
|
},
|
|
6451
6522
|
"node_modules/cli-width": {
|
|
6452
6523
|
"version": "4.1.0",
|
|
6453
|
-
"dev": true,
|
|
6454
6524
|
"license": "ISC",
|
|
6455
6525
|
"engines": {
|
|
6456
6526
|
"node": ">= 12"
|
|
@@ -6458,7 +6528,6 @@
|
|
|
6458
6528
|
},
|
|
6459
6529
|
"node_modules/cliui": {
|
|
6460
6530
|
"version": "8.0.1",
|
|
6461
|
-
"dev": true,
|
|
6462
6531
|
"license": "ISC",
|
|
6463
6532
|
"dependencies": {
|
|
6464
6533
|
"string-width": "^4.2.0",
|
|
@@ -6504,7 +6573,6 @@
|
|
|
6504
6573
|
},
|
|
6505
6574
|
"node_modules/color-convert": {
|
|
6506
6575
|
"version": "2.0.1",
|
|
6507
|
-
"dev": true,
|
|
6508
6576
|
"license": "MIT",
|
|
6509
6577
|
"dependencies": {
|
|
6510
6578
|
"color-name": "~1.1.4"
|
|
@@ -6515,7 +6583,6 @@
|
|
|
6515
6583
|
},
|
|
6516
6584
|
"node_modules/color-name": {
|
|
6517
6585
|
"version": "1.1.4",
|
|
6518
|
-
"dev": true,
|
|
6519
6586
|
"license": "MIT"
|
|
6520
6587
|
},
|
|
6521
6588
|
"node_modules/colorette": {
|
|
@@ -7248,7 +7315,6 @@
|
|
|
7248
7315
|
},
|
|
7249
7316
|
"node_modules/emoji-regex": {
|
|
7250
7317
|
"version": "8.0.0",
|
|
7251
|
-
"dev": true,
|
|
7252
7318
|
"license": "MIT"
|
|
7253
7319
|
},
|
|
7254
7320
|
"node_modules/emojis-list": {
|
|
@@ -7600,9 +7666,9 @@
|
|
|
7600
7666
|
}
|
|
7601
7667
|
},
|
|
7602
7668
|
"node_modules/fake-indexeddb": {
|
|
7603
|
-
"version": "6.2.
|
|
7604
|
-
"resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-6.2.
|
|
7605
|
-
"integrity": "sha512-
|
|
7669
|
+
"version": "6.2.5",
|
|
7670
|
+
"resolved": "https://registry.npmjs.org/fake-indexeddb/-/fake-indexeddb-6.2.5.tgz",
|
|
7671
|
+
"integrity": "sha512-CGnyrvbhPlWYMngksqrSSUT1BAVP49dZocrHuK0SvtR0D5TMs5wP0o3j7jexDJW01KSadjBp1M/71o/KR3nD1w==",
|
|
7606
7672
|
"license": "Apache-2.0",
|
|
7607
7673
|
"peer": true,
|
|
7608
7674
|
"engines": {
|
|
@@ -7741,6 +7807,7 @@
|
|
|
7741
7807
|
"version": "6.12.6",
|
|
7742
7808
|
"dev": true,
|
|
7743
7809
|
"license": "MIT",
|
|
7810
|
+
"peer": true,
|
|
7744
7811
|
"dependencies": {
|
|
7745
7812
|
"fast-deep-equal": "^3.1.1",
|
|
7746
7813
|
"fast-json-stable-stringify": "^2.0.0",
|
|
@@ -7939,6 +8006,21 @@
|
|
|
7939
8006
|
"dev": true,
|
|
7940
8007
|
"license": "ISC"
|
|
7941
8008
|
},
|
|
8009
|
+
"node_modules/fsevents": {
|
|
8010
|
+
"version": "2.3.3",
|
|
8011
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
8012
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
8013
|
+
"dev": true,
|
|
8014
|
+
"hasInstallScript": true,
|
|
8015
|
+
"license": "MIT",
|
|
8016
|
+
"optional": true,
|
|
8017
|
+
"os": [
|
|
8018
|
+
"darwin"
|
|
8019
|
+
],
|
|
8020
|
+
"engines": {
|
|
8021
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
8022
|
+
}
|
|
8023
|
+
},
|
|
7942
8024
|
"node_modules/function-bind": {
|
|
7943
8025
|
"version": "1.1.2",
|
|
7944
8026
|
"license": "MIT",
|
|
@@ -7955,7 +8037,6 @@
|
|
|
7955
8037
|
},
|
|
7956
8038
|
"node_modules/get-caller-file": {
|
|
7957
8039
|
"version": "2.0.5",
|
|
7958
|
-
"dev": true,
|
|
7959
8040
|
"license": "ISC",
|
|
7960
8041
|
"engines": {
|
|
7961
8042
|
"node": "6.* || 8.* || >= 10.*"
|
|
@@ -8091,6 +8172,15 @@
|
|
|
8091
8172
|
"version": "4.2.11",
|
|
8092
8173
|
"license": "ISC"
|
|
8093
8174
|
},
|
|
8175
|
+
"node_modules/graphql": {
|
|
8176
|
+
"version": "16.12.0",
|
|
8177
|
+
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz",
|
|
8178
|
+
"integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==",
|
|
8179
|
+
"license": "MIT",
|
|
8180
|
+
"engines": {
|
|
8181
|
+
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
|
8182
|
+
}
|
|
8183
|
+
},
|
|
8094
8184
|
"node_modules/handle-thing": {
|
|
8095
8185
|
"version": "2.0.1",
|
|
8096
8186
|
"dev": true,
|
|
@@ -8147,11 +8237,18 @@
|
|
|
8147
8237
|
"he": "bin/he"
|
|
8148
8238
|
}
|
|
8149
8239
|
},
|
|
8240
|
+
"node_modules/headers-polyfill": {
|
|
8241
|
+
"version": "4.0.3",
|
|
8242
|
+
"resolved": "https://registry.npmjs.org/headers-polyfill/-/headers-polyfill-4.0.3.tgz",
|
|
8243
|
+
"integrity": "sha512-IScLbePpkvO846sIwOtOTDjutRMWdXdJmXdMvk6gCBHxFO8d+QKOQedyZSxFTTFYRSmlgSTDtXqqq4pcenBXLQ==",
|
|
8244
|
+
"license": "MIT"
|
|
8245
|
+
},
|
|
8150
8246
|
"node_modules/history": {
|
|
8151
8247
|
"version": "5.3.0",
|
|
8152
8248
|
"resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz",
|
|
8153
8249
|
"integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==",
|
|
8154
8250
|
"license": "MIT",
|
|
8251
|
+
"peer": true,
|
|
8155
8252
|
"dependencies": {
|
|
8156
8253
|
"@babel/runtime": "^7.7.6"
|
|
8157
8254
|
}
|
|
@@ -8403,6 +8500,7 @@
|
|
|
8403
8500
|
"resolved": "https://registry.npmjs.org/immer/-/immer-10.1.3.tgz",
|
|
8404
8501
|
"integrity": "sha512-tmjF/k8QDKydUlm3mZU+tjM6zeq9/fFpPqH9SzWmBnVVKsPBg/V66qsMwb3/Bo90cgUN+ghdVBess+hPsxUyRw==",
|
|
8405
8502
|
"license": "MIT",
|
|
8503
|
+
"peer": true,
|
|
8406
8504
|
"funding": {
|
|
8407
8505
|
"type": "opencollective",
|
|
8408
8506
|
"url": "https://opencollective.com/immer"
|
|
@@ -8579,7 +8677,6 @@
|
|
|
8579
8677
|
},
|
|
8580
8678
|
"node_modules/is-fullwidth-code-point": {
|
|
8581
8679
|
"version": "3.0.0",
|
|
8582
|
-
"dev": true,
|
|
8583
8680
|
"license": "MIT",
|
|
8584
8681
|
"engines": {
|
|
8585
8682
|
"node": ">=8"
|
|
@@ -8655,6 +8752,12 @@
|
|
|
8655
8752
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8656
8753
|
}
|
|
8657
8754
|
},
|
|
8755
|
+
"node_modules/is-node-process": {
|
|
8756
|
+
"version": "1.2.0",
|
|
8757
|
+
"resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
|
|
8758
|
+
"integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
|
|
8759
|
+
"license": "MIT"
|
|
8760
|
+
},
|
|
8658
8761
|
"node_modules/is-number": {
|
|
8659
8762
|
"version": "7.0.0",
|
|
8660
8763
|
"dev": true,
|
|
@@ -8836,6 +8939,7 @@
|
|
|
8836
8939
|
"version": "29.7.0",
|
|
8837
8940
|
"dev": true,
|
|
8838
8941
|
"license": "MIT",
|
|
8942
|
+
"peer": true,
|
|
8839
8943
|
"dependencies": {
|
|
8840
8944
|
"@jest/core": "^29.7.0",
|
|
8841
8945
|
"@jest/types": "^29.6.3",
|
|
@@ -9498,7 +9602,8 @@
|
|
|
9498
9602
|
"version": "4.17.21",
|
|
9499
9603
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
9500
9604
|
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
9501
|
-
"license": "MIT"
|
|
9605
|
+
"license": "MIT",
|
|
9606
|
+
"peer": true
|
|
9502
9607
|
},
|
|
9503
9608
|
"node_modules/lodash.debounce": {
|
|
9504
9609
|
"version": "4.0.8",
|
|
@@ -9727,6 +9832,186 @@
|
|
|
9727
9832
|
"version": "2.1.3",
|
|
9728
9833
|
"license": "MIT"
|
|
9729
9834
|
},
|
|
9835
|
+
"node_modules/msw": {
|
|
9836
|
+
"version": "2.11.6",
|
|
9837
|
+
"resolved": "https://registry.npmjs.org/msw/-/msw-2.11.6.tgz",
|
|
9838
|
+
"integrity": "sha512-MCYMykvmiYScyUm7I6y0VCxpNq1rgd5v7kG8ks5dKtvmxRUUPjribX6mUoUNBbM5/3PhUyoelEWiKXGOz84c+w==",
|
|
9839
|
+
"hasInstallScript": true,
|
|
9840
|
+
"license": "MIT",
|
|
9841
|
+
"dependencies": {
|
|
9842
|
+
"@inquirer/confirm": "^5.0.0",
|
|
9843
|
+
"@mswjs/interceptors": "^0.40.0",
|
|
9844
|
+
"@open-draft/deferred-promise": "^2.2.0",
|
|
9845
|
+
"@types/statuses": "^2.0.4",
|
|
9846
|
+
"cookie": "^1.0.2",
|
|
9847
|
+
"graphql": "^16.8.1",
|
|
9848
|
+
"headers-polyfill": "^4.0.2",
|
|
9849
|
+
"is-node-process": "^1.2.0",
|
|
9850
|
+
"outvariant": "^1.4.3",
|
|
9851
|
+
"path-to-regexp": "^6.3.0",
|
|
9852
|
+
"picocolors": "^1.1.1",
|
|
9853
|
+
"rettime": "^0.7.0",
|
|
9854
|
+
"statuses": "^2.0.2",
|
|
9855
|
+
"strict-event-emitter": "^0.5.1",
|
|
9856
|
+
"tough-cookie": "^6.0.0",
|
|
9857
|
+
"type-fest": "^4.26.1",
|
|
9858
|
+
"until-async": "^3.0.2",
|
|
9859
|
+
"yargs": "^17.7.2"
|
|
9860
|
+
},
|
|
9861
|
+
"bin": {
|
|
9862
|
+
"msw": "cli/index.js"
|
|
9863
|
+
},
|
|
9864
|
+
"engines": {
|
|
9865
|
+
"node": ">=18"
|
|
9866
|
+
},
|
|
9867
|
+
"funding": {
|
|
9868
|
+
"url": "https://github.com/sponsors/mswjs"
|
|
9869
|
+
},
|
|
9870
|
+
"peerDependencies": {
|
|
9871
|
+
"typescript": ">= 4.8.x"
|
|
9872
|
+
},
|
|
9873
|
+
"peerDependenciesMeta": {
|
|
9874
|
+
"typescript": {
|
|
9875
|
+
"optional": true
|
|
9876
|
+
}
|
|
9877
|
+
}
|
|
9878
|
+
},
|
|
9879
|
+
"node_modules/msw/node_modules/@inquirer/confirm": {
|
|
9880
|
+
"version": "5.1.21",
|
|
9881
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
|
|
9882
|
+
"integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
|
|
9883
|
+
"license": "MIT",
|
|
9884
|
+
"dependencies": {
|
|
9885
|
+
"@inquirer/core": "^10.3.2",
|
|
9886
|
+
"@inquirer/type": "^3.0.10"
|
|
9887
|
+
},
|
|
9888
|
+
"engines": {
|
|
9889
|
+
"node": ">=18"
|
|
9890
|
+
},
|
|
9891
|
+
"peerDependencies": {
|
|
9892
|
+
"@types/node": ">=18"
|
|
9893
|
+
},
|
|
9894
|
+
"peerDependenciesMeta": {
|
|
9895
|
+
"@types/node": {
|
|
9896
|
+
"optional": true
|
|
9897
|
+
}
|
|
9898
|
+
}
|
|
9899
|
+
},
|
|
9900
|
+
"node_modules/msw/node_modules/@inquirer/core": {
|
|
9901
|
+
"version": "10.3.2",
|
|
9902
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
|
|
9903
|
+
"integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
|
|
9904
|
+
"license": "MIT",
|
|
9905
|
+
"dependencies": {
|
|
9906
|
+
"@inquirer/ansi": "^1.0.2",
|
|
9907
|
+
"@inquirer/figures": "^1.0.15",
|
|
9908
|
+
"@inquirer/type": "^3.0.10",
|
|
9909
|
+
"cli-width": "^4.1.0",
|
|
9910
|
+
"mute-stream": "^2.0.0",
|
|
9911
|
+
"signal-exit": "^4.1.0",
|
|
9912
|
+
"wrap-ansi": "^6.2.0",
|
|
9913
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
9914
|
+
},
|
|
9915
|
+
"engines": {
|
|
9916
|
+
"node": ">=18"
|
|
9917
|
+
},
|
|
9918
|
+
"peerDependencies": {
|
|
9919
|
+
"@types/node": ">=18"
|
|
9920
|
+
},
|
|
9921
|
+
"peerDependenciesMeta": {
|
|
9922
|
+
"@types/node": {
|
|
9923
|
+
"optional": true
|
|
9924
|
+
}
|
|
9925
|
+
}
|
|
9926
|
+
},
|
|
9927
|
+
"node_modules/msw/node_modules/@inquirer/type": {
|
|
9928
|
+
"version": "3.0.10",
|
|
9929
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
|
|
9930
|
+
"integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
|
|
9931
|
+
"license": "MIT",
|
|
9932
|
+
"engines": {
|
|
9933
|
+
"node": ">=18"
|
|
9934
|
+
},
|
|
9935
|
+
"peerDependencies": {
|
|
9936
|
+
"@types/node": ">=18"
|
|
9937
|
+
},
|
|
9938
|
+
"peerDependenciesMeta": {
|
|
9939
|
+
"@types/node": {
|
|
9940
|
+
"optional": true
|
|
9941
|
+
}
|
|
9942
|
+
}
|
|
9943
|
+
},
|
|
9944
|
+
"node_modules/msw/node_modules/cookie": {
|
|
9945
|
+
"version": "1.0.2",
|
|
9946
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
|
|
9947
|
+
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
|
|
9948
|
+
"license": "MIT",
|
|
9949
|
+
"engines": {
|
|
9950
|
+
"node": ">=18"
|
|
9951
|
+
}
|
|
9952
|
+
},
|
|
9953
|
+
"node_modules/msw/node_modules/mute-stream": {
|
|
9954
|
+
"version": "2.0.0",
|
|
9955
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
9956
|
+
"integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==",
|
|
9957
|
+
"license": "ISC",
|
|
9958
|
+
"engines": {
|
|
9959
|
+
"node": "^18.17.0 || >=20.5.0"
|
|
9960
|
+
}
|
|
9961
|
+
},
|
|
9962
|
+
"node_modules/msw/node_modules/path-to-regexp": {
|
|
9963
|
+
"version": "6.3.0",
|
|
9964
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
|
|
9965
|
+
"integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
|
|
9966
|
+
"license": "MIT"
|
|
9967
|
+
},
|
|
9968
|
+
"node_modules/msw/node_modules/statuses": {
|
|
9969
|
+
"version": "2.0.2",
|
|
9970
|
+
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
|
|
9971
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
9972
|
+
"license": "MIT",
|
|
9973
|
+
"engines": {
|
|
9974
|
+
"node": ">= 0.8"
|
|
9975
|
+
}
|
|
9976
|
+
},
|
|
9977
|
+
"node_modules/msw/node_modules/tough-cookie": {
|
|
9978
|
+
"version": "6.0.0",
|
|
9979
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.0.tgz",
|
|
9980
|
+
"integrity": "sha512-kXuRi1mtaKMrsLUxz3sQYvVl37B0Ns6MzfrtV5DvJceE9bPyspOqk9xxv7XbZWcfLWbFmm997vl83qUWVJA64w==",
|
|
9981
|
+
"license": "BSD-3-Clause",
|
|
9982
|
+
"dependencies": {
|
|
9983
|
+
"tldts": "^7.0.5"
|
|
9984
|
+
},
|
|
9985
|
+
"engines": {
|
|
9986
|
+
"node": ">=16"
|
|
9987
|
+
}
|
|
9988
|
+
},
|
|
9989
|
+
"node_modules/msw/node_modules/type-fest": {
|
|
9990
|
+
"version": "4.41.0",
|
|
9991
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
9992
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
9993
|
+
"license": "(MIT OR CC0-1.0)",
|
|
9994
|
+
"engines": {
|
|
9995
|
+
"node": ">=16"
|
|
9996
|
+
},
|
|
9997
|
+
"funding": {
|
|
9998
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
9999
|
+
}
|
|
10000
|
+
},
|
|
10001
|
+
"node_modules/msw/node_modules/wrap-ansi": {
|
|
10002
|
+
"version": "6.2.0",
|
|
10003
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
10004
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
10005
|
+
"license": "MIT",
|
|
10006
|
+
"dependencies": {
|
|
10007
|
+
"ansi-styles": "^4.0.0",
|
|
10008
|
+
"string-width": "^4.1.0",
|
|
10009
|
+
"strip-ansi": "^6.0.0"
|
|
10010
|
+
},
|
|
10011
|
+
"engines": {
|
|
10012
|
+
"node": ">=8"
|
|
10013
|
+
}
|
|
10014
|
+
},
|
|
9730
10015
|
"node_modules/multicast-dns": {
|
|
9731
10016
|
"version": "7.2.5",
|
|
9732
10017
|
"dev": true,
|
|
@@ -9956,6 +10241,12 @@
|
|
|
9956
10241
|
"node": ">=0.10.0"
|
|
9957
10242
|
}
|
|
9958
10243
|
},
|
|
10244
|
+
"node_modules/outvariant": {
|
|
10245
|
+
"version": "1.4.3",
|
|
10246
|
+
"resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
|
|
10247
|
+
"integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
|
|
10248
|
+
"license": "MIT"
|
|
10249
|
+
},
|
|
9959
10250
|
"node_modules/p-limit": {
|
|
9960
10251
|
"version": "3.1.0",
|
|
9961
10252
|
"dev": true,
|
|
@@ -10126,6 +10417,7 @@
|
|
|
10126
10417
|
"version": "4.0.2",
|
|
10127
10418
|
"dev": true,
|
|
10128
10419
|
"license": "MIT",
|
|
10420
|
+
"peer": true,
|
|
10129
10421
|
"engines": {
|
|
10130
10422
|
"node": ">=12"
|
|
10131
10423
|
},
|
|
@@ -10159,6 +10451,7 @@
|
|
|
10159
10451
|
}
|
|
10160
10452
|
],
|
|
10161
10453
|
"license": "MIT",
|
|
10454
|
+
"peer": true,
|
|
10162
10455
|
"dependencies": {
|
|
10163
10456
|
"nanoid": "^3.3.8",
|
|
10164
10457
|
"picocolors": "^1.1.1",
|
|
@@ -10443,6 +10736,7 @@
|
|
|
10443
10736
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
10444
10737
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
10445
10738
|
"license": "MIT",
|
|
10739
|
+
"peer": true,
|
|
10446
10740
|
"dependencies": {
|
|
10447
10741
|
"loose-envify": "^1.1.0"
|
|
10448
10742
|
},
|
|
@@ -10533,6 +10827,7 @@
|
|
|
10533
10827
|
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
|
|
10534
10828
|
"integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==",
|
|
10535
10829
|
"license": "MIT",
|
|
10830
|
+
"peer": true,
|
|
10536
10831
|
"dependencies": {
|
|
10537
10832
|
"loose-envify": "^1.1.0",
|
|
10538
10833
|
"scheduler": "^0.23.2"
|
|
@@ -10570,6 +10865,7 @@
|
|
|
10570
10865
|
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz",
|
|
10571
10866
|
"integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==",
|
|
10572
10867
|
"license": "MIT",
|
|
10868
|
+
"peer": true,
|
|
10573
10869
|
"dependencies": {
|
|
10574
10870
|
"@babel/runtime": "^7.12.13",
|
|
10575
10871
|
"history": "^4.9.0",
|
|
@@ -10637,6 +10933,7 @@
|
|
|
10637
10933
|
"resolved": "https://registry.npmjs.org/react-sortablejs/-/react-sortablejs-6.1.4.tgz",
|
|
10638
10934
|
"integrity": "sha512-fc7cBosfhnbh53Mbm6a45W+F735jwZ1UFIYSrIqcO/gRIFoDyZeMtgKlpV4DdyQfbCzdh5LoALLTDRxhMpTyXQ==",
|
|
10639
10935
|
"license": "MIT",
|
|
10936
|
+
"peer": true,
|
|
10640
10937
|
"dependencies": {
|
|
10641
10938
|
"classnames": "2.3.1",
|
|
10642
10939
|
"tiny-invariant": "1.2.0"
|
|
@@ -10808,7 +11105,6 @@
|
|
|
10808
11105
|
},
|
|
10809
11106
|
"node_modules/require-directory": {
|
|
10810
11107
|
"version": "2.1.1",
|
|
10811
|
-
"dev": true,
|
|
10812
11108
|
"license": "MIT",
|
|
10813
11109
|
"engines": {
|
|
10814
11110
|
"node": ">=0.10.0"
|
|
@@ -10892,6 +11188,12 @@
|
|
|
10892
11188
|
"node": ">= 4"
|
|
10893
11189
|
}
|
|
10894
11190
|
},
|
|
11191
|
+
"node_modules/rettime": {
|
|
11192
|
+
"version": "0.7.0",
|
|
11193
|
+
"resolved": "https://registry.npmjs.org/rettime/-/rettime-0.7.0.tgz",
|
|
11194
|
+
"integrity": "sha512-LPRKoHnLKd/r3dVxcwO7vhCW+orkOGj9ViueosEBK6ie89CijnfRlhaDhHq/3Hxu4CkWQtxwlBG0mzTQY6uQjw==",
|
|
11195
|
+
"license": "MIT"
|
|
11196
|
+
},
|
|
10895
11197
|
"node_modules/reusify": {
|
|
10896
11198
|
"version": "1.1.0",
|
|
10897
11199
|
"dev": true,
|
|
@@ -11299,7 +11601,6 @@
|
|
|
11299
11601
|
},
|
|
11300
11602
|
"node_modules/signal-exit": {
|
|
11301
11603
|
"version": "4.1.0",
|
|
11302
|
-
"dev": true,
|
|
11303
11604
|
"license": "ISC",
|
|
11304
11605
|
"engines": {
|
|
11305
11606
|
"node": ">=14"
|
|
@@ -11351,7 +11652,8 @@
|
|
|
11351
11652
|
"version": "1.15.6",
|
|
11352
11653
|
"resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.6.tgz",
|
|
11353
11654
|
"integrity": "sha512-aNfiuwMEpfBM/CN6LY0ibyhxPfPbyFeBTYJKCvzkJ2GkUpazIt3H+QIPAMHwqQ7tMKaHz1Qj+rJJCqljnf4p3A==",
|
|
11354
|
-
"license": "MIT"
|
|
11655
|
+
"license": "MIT",
|
|
11656
|
+
"peer": true
|
|
11355
11657
|
},
|
|
11356
11658
|
"node_modules/source-map": {
|
|
11357
11659
|
"version": "0.6.1",
|
|
@@ -11442,6 +11744,12 @@
|
|
|
11442
11744
|
"dev": true,
|
|
11443
11745
|
"license": "MIT"
|
|
11444
11746
|
},
|
|
11747
|
+
"node_modules/strict-event-emitter": {
|
|
11748
|
+
"version": "0.5.1",
|
|
11749
|
+
"resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
|
|
11750
|
+
"integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
|
|
11751
|
+
"license": "MIT"
|
|
11752
|
+
},
|
|
11445
11753
|
"node_modules/string_decoder": {
|
|
11446
11754
|
"version": "1.3.0",
|
|
11447
11755
|
"dev": true,
|
|
@@ -11464,7 +11772,6 @@
|
|
|
11464
11772
|
},
|
|
11465
11773
|
"node_modules/string-width": {
|
|
11466
11774
|
"version": "4.2.3",
|
|
11467
|
-
"dev": true,
|
|
11468
11775
|
"license": "MIT",
|
|
11469
11776
|
"dependencies": {
|
|
11470
11777
|
"emoji-regex": "^8.0.0",
|
|
@@ -11477,7 +11784,6 @@
|
|
|
11477
11784
|
},
|
|
11478
11785
|
"node_modules/strip-ansi": {
|
|
11479
11786
|
"version": "6.0.1",
|
|
11480
|
-
"dev": true,
|
|
11481
11787
|
"license": "MIT",
|
|
11482
11788
|
"dependencies": {
|
|
11483
11789
|
"ansi-regex": "^5.0.1"
|
|
@@ -11533,6 +11839,7 @@
|
|
|
11533
11839
|
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.19.tgz",
|
|
11534
11840
|
"integrity": "sha512-1v/e3Dl1BknC37cXMhwGomhO8AkYmN41CqyX9xhUDxry1ns3BFQy2lLDRQXJRdVVWB9OHemv/53xaStimvWyuA==",
|
|
11535
11841
|
"license": "MIT",
|
|
11842
|
+
"peer": true,
|
|
11536
11843
|
"dependencies": {
|
|
11537
11844
|
"@emotion/is-prop-valid": "1.2.2",
|
|
11538
11845
|
"@emotion/unitless": "0.8.1",
|
|
@@ -11861,6 +12168,24 @@
|
|
|
11861
12168
|
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
11862
12169
|
}
|
|
11863
12170
|
},
|
|
12171
|
+
"node_modules/tldts": {
|
|
12172
|
+
"version": "7.0.19",
|
|
12173
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.19.tgz",
|
|
12174
|
+
"integrity": "sha512-8PWx8tvC4jDB39BQw1m4x8y5MH1BcQ5xHeL2n7UVFulMPH/3Q0uiamahFJ3lXA0zO2SUyRXuVVbWSDmstlt9YA==",
|
|
12175
|
+
"license": "MIT",
|
|
12176
|
+
"dependencies": {
|
|
12177
|
+
"tldts-core": "^7.0.19"
|
|
12178
|
+
},
|
|
12179
|
+
"bin": {
|
|
12180
|
+
"tldts": "bin/cli.js"
|
|
12181
|
+
}
|
|
12182
|
+
},
|
|
12183
|
+
"node_modules/tldts-core": {
|
|
12184
|
+
"version": "7.0.19",
|
|
12185
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.19.tgz",
|
|
12186
|
+
"integrity": "sha512-lJX2dEWx0SGH4O6p+7FPwYmJ/bu1JbcGJ8RLaG9b7liIgZ85itUVEPbMtWRVrde/0fnDPEPHW10ZsKW3kVsE9A==",
|
|
12187
|
+
"license": "MIT"
|
|
12188
|
+
},
|
|
11864
12189
|
"node_modules/tmp": {
|
|
11865
12190
|
"version": "0.0.33",
|
|
11866
12191
|
"dev": true,
|
|
@@ -12049,7 +12374,8 @@
|
|
|
12049
12374
|
},
|
|
12050
12375
|
"node_modules/tslib": {
|
|
12051
12376
|
"version": "2.8.1",
|
|
12052
|
-
"license": "0BSD"
|
|
12377
|
+
"license": "0BSD",
|
|
12378
|
+
"peer": true
|
|
12053
12379
|
},
|
|
12054
12380
|
"node_modules/type-detect": {
|
|
12055
12381
|
"version": "4.0.8",
|
|
@@ -12086,6 +12412,7 @@
|
|
|
12086
12412
|
"version": "5.8.3",
|
|
12087
12413
|
"devOptional": true,
|
|
12088
12414
|
"license": "Apache-2.0",
|
|
12415
|
+
"peer": true,
|
|
12089
12416
|
"bin": {
|
|
12090
12417
|
"tsc": "bin/tsc",
|
|
12091
12418
|
"tsserver": "bin/tsserver"
|
|
@@ -12145,7 +12472,7 @@
|
|
|
12145
12472
|
},
|
|
12146
12473
|
"node_modules/undici-types": {
|
|
12147
12474
|
"version": "6.21.0",
|
|
12148
|
-
"
|
|
12475
|
+
"devOptional": true,
|
|
12149
12476
|
"license": "MIT"
|
|
12150
12477
|
},
|
|
12151
12478
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -12197,6 +12524,15 @@
|
|
|
12197
12524
|
"node": ">= 0.8"
|
|
12198
12525
|
}
|
|
12199
12526
|
},
|
|
12527
|
+
"node_modules/until-async": {
|
|
12528
|
+
"version": "3.0.2",
|
|
12529
|
+
"resolved": "https://registry.npmjs.org/until-async/-/until-async-3.0.2.tgz",
|
|
12530
|
+
"integrity": "sha512-IiSk4HlzAMqTUseHHe3VhIGyuFmN90zMTpD3Z3y8jeQbzLIq500MVM7Jq2vUAnTKAFPJrqwkzr6PoTcPhGcOiw==",
|
|
12531
|
+
"license": "MIT",
|
|
12532
|
+
"funding": {
|
|
12533
|
+
"url": "https://github.com/sponsors/kettanaito"
|
|
12534
|
+
}
|
|
12535
|
+
},
|
|
12200
12536
|
"node_modules/update-browserslist-db": {
|
|
12201
12537
|
"version": "1.1.3",
|
|
12202
12538
|
"funding": [
|
|
@@ -12344,6 +12680,7 @@
|
|
|
12344
12680
|
"version": "5.99.8",
|
|
12345
12681
|
"dev": true,
|
|
12346
12682
|
"license": "MIT",
|
|
12683
|
+
"peer": true,
|
|
12347
12684
|
"dependencies": {
|
|
12348
12685
|
"@types/eslint-scope": "^3.7.7",
|
|
12349
12686
|
"@types/estree": "^1.0.6",
|
|
@@ -12390,6 +12727,7 @@
|
|
|
12390
12727
|
"version": "6.0.1",
|
|
12391
12728
|
"dev": true,
|
|
12392
12729
|
"license": "MIT",
|
|
12730
|
+
"peer": true,
|
|
12393
12731
|
"dependencies": {
|
|
12394
12732
|
"@discoveryjs/json-ext": "^0.6.1",
|
|
12395
12733
|
"@webpack-cli/configtest": "^3.0.1",
|
|
@@ -12641,7 +12979,6 @@
|
|
|
12641
12979
|
},
|
|
12642
12980
|
"node_modules/wrap-ansi": {
|
|
12643
12981
|
"version": "7.0.0",
|
|
12644
|
-
"dev": true,
|
|
12645
12982
|
"license": "MIT",
|
|
12646
12983
|
"dependencies": {
|
|
12647
12984
|
"ansi-styles": "^4.0.0",
|
|
@@ -12699,7 +13036,6 @@
|
|
|
12699
13036
|
},
|
|
12700
13037
|
"node_modules/y18n": {
|
|
12701
13038
|
"version": "5.0.8",
|
|
12702
|
-
"dev": true,
|
|
12703
13039
|
"license": "ISC",
|
|
12704
13040
|
"engines": {
|
|
12705
13041
|
"node": ">=10"
|
|
@@ -12711,7 +13047,6 @@
|
|
|
12711
13047
|
},
|
|
12712
13048
|
"node_modules/yargs": {
|
|
12713
13049
|
"version": "17.7.2",
|
|
12714
|
-
"dev": true,
|
|
12715
13050
|
"license": "MIT",
|
|
12716
13051
|
"dependencies": {
|
|
12717
13052
|
"cliui": "^8.0.1",
|
|
@@ -12728,7 +13063,6 @@
|
|
|
12728
13063
|
},
|
|
12729
13064
|
"node_modules/yargs-parser": {
|
|
12730
13065
|
"version": "21.1.1",
|
|
12731
|
-
"dev": true,
|
|
12732
13066
|
"license": "ISC",
|
|
12733
13067
|
"engines": {
|
|
12734
13068
|
"node": ">=12"
|
|
@@ -12746,8 +13080,9 @@
|
|
|
12746
13080
|
}
|
|
12747
13081
|
},
|
|
12748
13082
|
"node_modules/yoctocolors-cjs": {
|
|
12749
|
-
"version": "2.1.
|
|
12750
|
-
"
|
|
13083
|
+
"version": "2.1.3",
|
|
13084
|
+
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
|
|
13085
|
+
"integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
|
|
12751
13086
|
"license": "MIT",
|
|
12752
13087
|
"engines": {
|
|
12753
13088
|
"node": ">=18"
|
|
@@ -12761,6 +13096,7 @@
|
|
|
12761
13096
|
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.7.tgz",
|
|
12762
13097
|
"integrity": "sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==",
|
|
12763
13098
|
"license": "MIT",
|
|
13099
|
+
"peer": true,
|
|
12764
13100
|
"dependencies": {
|
|
12765
13101
|
"use-sync-external-store": "^1.2.2"
|
|
12766
13102
|
},
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"author": "",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@equinor/echo-base": "2.
|
|
25
|
-
"@equinor/echo-components": "2.
|
|
26
|
-
"@equinor/echo-core": "2.
|
|
27
|
-
"@equinor/echo-framework": "2.
|
|
24
|
+
"@equinor/echo-base": "2.2.1",
|
|
25
|
+
"@equinor/echo-components": "2.2.1",
|
|
26
|
+
"@equinor/echo-core": "2.2.1",
|
|
27
|
+
"@equinor/echo-framework": "2.2.1",
|
|
28
28
|
"@equinor/echo-scripts": "0.1.5",
|
|
29
|
-
"@equinor/echo-search": "2.
|
|
30
|
-
"@equinor/echo-utils": "2.
|
|
29
|
+
"@equinor/echo-search": "2.2.1",
|
|
30
|
+
"@equinor/echo-utils": "2.2.1",
|
|
31
31
|
"@equinor/eds-core-react": "0.49.0",
|
|
32
32
|
"@equinor/eds-icons": "0.22.0",
|
|
33
33
|
"@equinor/eds-tokens": "0.10.0",
|