langwatch 0.1.5 → 0.1.7
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/dist/{chunk-I5AU3P36.mjs → chunk-FWBCQQYZ.mjs} +5 -48
- package/dist/chunk-FWBCQQYZ.mjs.map +1 -0
- package/dist/index.d.mts +407 -442
- package/dist/index.d.ts +407 -442
- package/dist/index.js +430 -162
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/dist/{utils-DJoZVcOA.d.mts → utils-B0pgWcps.d.mts} +12 -10
- package/dist/{utils-DJoZVcOA.d.ts → utils-B0pgWcps.d.ts} +12 -10
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.js +4 -47
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +1 -1
- package/example/app/late-update/page.tsx +27 -0
- package/example/components/header.tsx +10 -6
- package/example/instrumentation.ts +3 -1
- package/example/lib/chat/late-update.tsx +208 -0
- package/example/package-lock.json +511 -65
- package/example/package.json +1 -1
- package/package.json +4 -4
- package/src/index.ts +5 -3
- package/src/types.ts +6 -1
- package/src/utils.ts +3 -0
- package/ts-to-zod.config.js +2 -0
- package/dist/chunk-I5AU3P36.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "relock-npm-lock-v2-3v6FUK",
|
|
3
3
|
"lockfileVersion": 3,
|
|
4
4
|
"requires": true,
|
|
5
5
|
"packages": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
18
18
|
"@radix-ui/react-icons": "^1.3.0",
|
|
19
19
|
"@radix-ui/react-label": "^2.0.2",
|
|
20
|
-
"@radix-ui/react-select": "^2.
|
|
20
|
+
"@radix-ui/react-select": "^2.1.4",
|
|
21
21
|
"@radix-ui/react-separator": "^1.0.3",
|
|
22
22
|
"@radix-ui/react-slot": "^1.0.2",
|
|
23
23
|
"@radix-ui/react-switch": "^1.0.3",
|
|
@@ -1112,12 +1112,10 @@
|
|
|
1112
1112
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw=="
|
|
1113
1113
|
},
|
|
1114
1114
|
"node_modules/@radix-ui/number": {
|
|
1115
|
-
"version": "1.0
|
|
1116
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.0.
|
|
1117
|
-
"integrity": "sha512-
|
|
1118
|
-
"
|
|
1119
|
-
"@babel/runtime": "^7.13.10"
|
|
1120
|
-
}
|
|
1115
|
+
"version": "1.1.0",
|
|
1116
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.1.0.tgz",
|
|
1117
|
+
"integrity": "sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==",
|
|
1118
|
+
"license": "MIT"
|
|
1121
1119
|
},
|
|
1122
1120
|
"node_modules/@radix-ui/primitive": {
|
|
1123
1121
|
"version": "1.0.1",
|
|
@@ -1612,38 +1610,279 @@
|
|
|
1612
1610
|
}
|
|
1613
1611
|
},
|
|
1614
1612
|
"node_modules/@radix-ui/react-select": {
|
|
1615
|
-
"version": "2.
|
|
1616
|
-
"resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.
|
|
1617
|
-
"integrity": "sha512-
|
|
1618
|
-
"
|
|
1619
|
-
|
|
1620
|
-
"@radix-ui/number": "1.0
|
|
1621
|
-
"@radix-ui/primitive": "1.
|
|
1622
|
-
"@radix-ui/react-collection": "1.
|
|
1623
|
-
"@radix-ui/react-compose-refs": "1.
|
|
1624
|
-
"@radix-ui/react-context": "1.
|
|
1625
|
-
"@radix-ui/react-direction": "1.0
|
|
1626
|
-
"@radix-ui/react-dismissable-layer": "1.
|
|
1627
|
-
"@radix-ui/react-focus-guards": "1.
|
|
1628
|
-
"@radix-ui/react-focus-scope": "1.
|
|
1629
|
-
"@radix-ui/react-id": "1.0
|
|
1630
|
-
"@radix-ui/react-popper": "1.1
|
|
1631
|
-
"@radix-ui/react-portal": "1.
|
|
1632
|
-
"@radix-ui/react-primitive": "
|
|
1633
|
-
"@radix-ui/react-slot": "1.
|
|
1634
|
-
"@radix-ui/react-use-callback-ref": "1.0
|
|
1635
|
-
"@radix-ui/react-use-controllable-state": "1.0
|
|
1636
|
-
"@radix-ui/react-use-layout-effect": "1.0
|
|
1637
|
-
"@radix-ui/react-use-previous": "1.0
|
|
1638
|
-
"@radix-ui/react-visually-hidden": "1.
|
|
1613
|
+
"version": "2.1.4",
|
|
1614
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-select/-/react-select-2.1.4.tgz",
|
|
1615
|
+
"integrity": "sha512-pOkb2u8KgO47j/h7AylCj7dJsm69BXcjkrvTqMptFqsE2i0p8lHkfgneXKjAgPzBMivnoMyt8o4KiV4wYzDdyQ==",
|
|
1616
|
+
"license": "MIT",
|
|
1617
|
+
"dependencies": {
|
|
1618
|
+
"@radix-ui/number": "1.1.0",
|
|
1619
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1620
|
+
"@radix-ui/react-collection": "1.1.1",
|
|
1621
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1622
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1623
|
+
"@radix-ui/react-direction": "1.1.0",
|
|
1624
|
+
"@radix-ui/react-dismissable-layer": "1.1.3",
|
|
1625
|
+
"@radix-ui/react-focus-guards": "1.1.1",
|
|
1626
|
+
"@radix-ui/react-focus-scope": "1.1.1",
|
|
1627
|
+
"@radix-ui/react-id": "1.1.0",
|
|
1628
|
+
"@radix-ui/react-popper": "1.2.1",
|
|
1629
|
+
"@radix-ui/react-portal": "1.1.3",
|
|
1630
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1631
|
+
"@radix-ui/react-slot": "1.1.1",
|
|
1632
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1633
|
+
"@radix-ui/react-use-controllable-state": "1.1.0",
|
|
1634
|
+
"@radix-ui/react-use-layout-effect": "1.1.0",
|
|
1635
|
+
"@radix-ui/react-use-previous": "1.1.0",
|
|
1636
|
+
"@radix-ui/react-visually-hidden": "1.1.1",
|
|
1639
1637
|
"aria-hidden": "^1.1.1",
|
|
1640
|
-
"react-remove-scroll": "2.
|
|
1638
|
+
"react-remove-scroll": "^2.6.1"
|
|
1641
1639
|
},
|
|
1642
1640
|
"peerDependencies": {
|
|
1643
1641
|
"@types/react": "*",
|
|
1644
1642
|
"@types/react-dom": "*",
|
|
1645
|
-
"react": "^16.8 || ^17.0 || ^18.0",
|
|
1646
|
-
"react-dom": "^16.8 || ^17.0 || ^18.0"
|
|
1643
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1644
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1645
|
+
},
|
|
1646
|
+
"peerDependenciesMeta": {
|
|
1647
|
+
"@types/react": {
|
|
1648
|
+
"optional": true
|
|
1649
|
+
},
|
|
1650
|
+
"@types/react-dom": {
|
|
1651
|
+
"optional": true
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/primitive": {
|
|
1656
|
+
"version": "1.1.1",
|
|
1657
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.1.tgz",
|
|
1658
|
+
"integrity": "sha512-SJ31y+Q/zAyShtXJc8x83i9TYdbAfHZ++tUZnvjJJqFjzsdUnKsxPL6IEtBlxKkU7yzer//GQtZSV4GbldL3YA==",
|
|
1659
|
+
"license": "MIT"
|
|
1660
|
+
},
|
|
1661
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-arrow": {
|
|
1662
|
+
"version": "1.1.1",
|
|
1663
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.1.1.tgz",
|
|
1664
|
+
"integrity": "sha512-NaVpZfmv8SKeZbn4ijN2V3jlHA9ngBG16VnIIm22nUR0Yk8KUALyBxT3KYEUnNuch9sTE8UTsS3whzBgKOL30w==",
|
|
1665
|
+
"license": "MIT",
|
|
1666
|
+
"dependencies": {
|
|
1667
|
+
"@radix-ui/react-primitive": "2.0.1"
|
|
1668
|
+
},
|
|
1669
|
+
"peerDependencies": {
|
|
1670
|
+
"@types/react": "*",
|
|
1671
|
+
"@types/react-dom": "*",
|
|
1672
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1673
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1674
|
+
},
|
|
1675
|
+
"peerDependenciesMeta": {
|
|
1676
|
+
"@types/react": {
|
|
1677
|
+
"optional": true
|
|
1678
|
+
},
|
|
1679
|
+
"@types/react-dom": {
|
|
1680
|
+
"optional": true
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-collection": {
|
|
1685
|
+
"version": "1.1.1",
|
|
1686
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.1.tgz",
|
|
1687
|
+
"integrity": "sha512-LwT3pSho9Dljg+wY2KN2mrrh6y3qELfftINERIzBUO9e0N+t0oMTyn3k9iv+ZqgrwGkRnLpNJrsMv9BZlt2yuA==",
|
|
1688
|
+
"license": "MIT",
|
|
1689
|
+
"dependencies": {
|
|
1690
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1691
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1692
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1693
|
+
"@radix-ui/react-slot": "1.1.1"
|
|
1694
|
+
},
|
|
1695
|
+
"peerDependencies": {
|
|
1696
|
+
"@types/react": "*",
|
|
1697
|
+
"@types/react-dom": "*",
|
|
1698
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1699
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1700
|
+
},
|
|
1701
|
+
"peerDependenciesMeta": {
|
|
1702
|
+
"@types/react": {
|
|
1703
|
+
"optional": true
|
|
1704
|
+
},
|
|
1705
|
+
"@types/react-dom": {
|
|
1706
|
+
"optional": true
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-compose-refs": {
|
|
1711
|
+
"version": "1.1.1",
|
|
1712
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.1.tgz",
|
|
1713
|
+
"integrity": "sha512-Y9VzoRDSJtgFMUCoiZBDVo084VQ5hfpXxVE+NgkdNsjiDBByiImMZKKhxMwCbdHvhlENG6a833CbFkOQvTricw==",
|
|
1714
|
+
"license": "MIT",
|
|
1715
|
+
"peerDependencies": {
|
|
1716
|
+
"@types/react": "*",
|
|
1717
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1718
|
+
},
|
|
1719
|
+
"peerDependenciesMeta": {
|
|
1720
|
+
"@types/react": {
|
|
1721
|
+
"optional": true
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-context": {
|
|
1726
|
+
"version": "1.1.1",
|
|
1727
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.1.tgz",
|
|
1728
|
+
"integrity": "sha512-UASk9zi+crv9WteK/NU4PLvOoL3OuE6BWVKNF6hPRBtYBDXQ2u5iu3O59zUlJiTVvkyuycnqrztsHVJwcK9K+Q==",
|
|
1729
|
+
"license": "MIT",
|
|
1730
|
+
"peerDependencies": {
|
|
1731
|
+
"@types/react": "*",
|
|
1732
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1733
|
+
},
|
|
1734
|
+
"peerDependenciesMeta": {
|
|
1735
|
+
"@types/react": {
|
|
1736
|
+
"optional": true
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-direction": {
|
|
1741
|
+
"version": "1.1.0",
|
|
1742
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
|
|
1743
|
+
"integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
|
|
1744
|
+
"license": "MIT",
|
|
1745
|
+
"peerDependencies": {
|
|
1746
|
+
"@types/react": "*",
|
|
1747
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1748
|
+
},
|
|
1749
|
+
"peerDependenciesMeta": {
|
|
1750
|
+
"@types/react": {
|
|
1751
|
+
"optional": true
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
},
|
|
1755
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-dismissable-layer": {
|
|
1756
|
+
"version": "1.1.3",
|
|
1757
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.3.tgz",
|
|
1758
|
+
"integrity": "sha512-onrWn/72lQoEucDmJnr8uczSNTujT0vJnA/X5+3AkChVPowr8n1yvIKIabhWyMQeMvvmdpsvcyDqx3X1LEXCPg==",
|
|
1759
|
+
"license": "MIT",
|
|
1760
|
+
"dependencies": {
|
|
1761
|
+
"@radix-ui/primitive": "1.1.1",
|
|
1762
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1763
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1764
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1765
|
+
"@radix-ui/react-use-escape-keydown": "1.1.0"
|
|
1766
|
+
},
|
|
1767
|
+
"peerDependencies": {
|
|
1768
|
+
"@types/react": "*",
|
|
1769
|
+
"@types/react-dom": "*",
|
|
1770
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1771
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1772
|
+
},
|
|
1773
|
+
"peerDependenciesMeta": {
|
|
1774
|
+
"@types/react": {
|
|
1775
|
+
"optional": true
|
|
1776
|
+
},
|
|
1777
|
+
"@types/react-dom": {
|
|
1778
|
+
"optional": true
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-focus-guards": {
|
|
1783
|
+
"version": "1.1.1",
|
|
1784
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.1.1.tgz",
|
|
1785
|
+
"integrity": "sha512-pSIwfrT1a6sIoDASCSpFwOasEwKTZWDw/iBdtnqKO7v6FeOzYJ7U53cPzYFVR3geGGXgVHaH+CdngrrAzqUGxg==",
|
|
1786
|
+
"license": "MIT",
|
|
1787
|
+
"peerDependencies": {
|
|
1788
|
+
"@types/react": "*",
|
|
1789
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1790
|
+
},
|
|
1791
|
+
"peerDependenciesMeta": {
|
|
1792
|
+
"@types/react": {
|
|
1793
|
+
"optional": true
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1796
|
+
},
|
|
1797
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-focus-scope": {
|
|
1798
|
+
"version": "1.1.1",
|
|
1799
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.1.1.tgz",
|
|
1800
|
+
"integrity": "sha512-01omzJAYRxXdG2/he/+xy+c8a8gCydoQ1yOxnWNcRhrrBW5W+RQJ22EK1SaO8tb3WoUsuEw7mJjBozPzihDFjA==",
|
|
1801
|
+
"license": "MIT",
|
|
1802
|
+
"dependencies": {
|
|
1803
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1804
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1805
|
+
"@radix-ui/react-use-callback-ref": "1.1.0"
|
|
1806
|
+
},
|
|
1807
|
+
"peerDependencies": {
|
|
1808
|
+
"@types/react": "*",
|
|
1809
|
+
"@types/react-dom": "*",
|
|
1810
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1811
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1812
|
+
},
|
|
1813
|
+
"peerDependenciesMeta": {
|
|
1814
|
+
"@types/react": {
|
|
1815
|
+
"optional": true
|
|
1816
|
+
},
|
|
1817
|
+
"@types/react-dom": {
|
|
1818
|
+
"optional": true
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-id": {
|
|
1823
|
+
"version": "1.1.0",
|
|
1824
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
|
|
1825
|
+
"integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
|
|
1826
|
+
"license": "MIT",
|
|
1827
|
+
"dependencies": {
|
|
1828
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
1829
|
+
},
|
|
1830
|
+
"peerDependencies": {
|
|
1831
|
+
"@types/react": "*",
|
|
1832
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1833
|
+
},
|
|
1834
|
+
"peerDependenciesMeta": {
|
|
1835
|
+
"@types/react": {
|
|
1836
|
+
"optional": true
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-popper": {
|
|
1841
|
+
"version": "1.2.1",
|
|
1842
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.1.tgz",
|
|
1843
|
+
"integrity": "sha512-3kn5Me69L+jv82EKRuQCXdYyf1DqHwD2U/sxoNgBGCB7K9TRc3bQamQ+5EPM9EvyPdli0W41sROd+ZU1dTCztw==",
|
|
1844
|
+
"license": "MIT",
|
|
1845
|
+
"dependencies": {
|
|
1846
|
+
"@floating-ui/react-dom": "^2.0.0",
|
|
1847
|
+
"@radix-ui/react-arrow": "1.1.1",
|
|
1848
|
+
"@radix-ui/react-compose-refs": "1.1.1",
|
|
1849
|
+
"@radix-ui/react-context": "1.1.1",
|
|
1850
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1851
|
+
"@radix-ui/react-use-callback-ref": "1.1.0",
|
|
1852
|
+
"@radix-ui/react-use-layout-effect": "1.1.0",
|
|
1853
|
+
"@radix-ui/react-use-rect": "1.1.0",
|
|
1854
|
+
"@radix-ui/react-use-size": "1.1.0",
|
|
1855
|
+
"@radix-ui/rect": "1.1.0"
|
|
1856
|
+
},
|
|
1857
|
+
"peerDependencies": {
|
|
1858
|
+
"@types/react": "*",
|
|
1859
|
+
"@types/react-dom": "*",
|
|
1860
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1861
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1862
|
+
},
|
|
1863
|
+
"peerDependenciesMeta": {
|
|
1864
|
+
"@types/react": {
|
|
1865
|
+
"optional": true
|
|
1866
|
+
},
|
|
1867
|
+
"@types/react-dom": {
|
|
1868
|
+
"optional": true
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-portal": {
|
|
1873
|
+
"version": "1.1.3",
|
|
1874
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.1.3.tgz",
|
|
1875
|
+
"integrity": "sha512-NciRqhXnGojhT93RPyDaMPfLH3ZSl4jjIFbZQ1b/vxvZEdHsBZ49wP9w8L3HzUQwep01LcWtkUvm0OVB5JAHTw==",
|
|
1876
|
+
"license": "MIT",
|
|
1877
|
+
"dependencies": {
|
|
1878
|
+
"@radix-ui/react-primitive": "2.0.1",
|
|
1879
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
1880
|
+
},
|
|
1881
|
+
"peerDependencies": {
|
|
1882
|
+
"@types/react": "*",
|
|
1883
|
+
"@types/react-dom": "*",
|
|
1884
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1885
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1647
1886
|
},
|
|
1648
1887
|
"peerDependenciesMeta": {
|
|
1649
1888
|
"@types/react": {
|
|
@@ -1654,6 +1893,218 @@
|
|
|
1654
1893
|
}
|
|
1655
1894
|
}
|
|
1656
1895
|
},
|
|
1896
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-primitive": {
|
|
1897
|
+
"version": "2.0.1",
|
|
1898
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.1.tgz",
|
|
1899
|
+
"integrity": "sha512-sHCWTtxwNn3L3fH8qAfnF3WbUZycW93SM1j3NFDzXBiz8D6F5UTTy8G1+WFEaiCdvCVRJWj6N2R4Xq6HdiHmDg==",
|
|
1900
|
+
"license": "MIT",
|
|
1901
|
+
"dependencies": {
|
|
1902
|
+
"@radix-ui/react-slot": "1.1.1"
|
|
1903
|
+
},
|
|
1904
|
+
"peerDependencies": {
|
|
1905
|
+
"@types/react": "*",
|
|
1906
|
+
"@types/react-dom": "*",
|
|
1907
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
1908
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1909
|
+
},
|
|
1910
|
+
"peerDependenciesMeta": {
|
|
1911
|
+
"@types/react": {
|
|
1912
|
+
"optional": true
|
|
1913
|
+
},
|
|
1914
|
+
"@types/react-dom": {
|
|
1915
|
+
"optional": true
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot": {
|
|
1920
|
+
"version": "1.1.1",
|
|
1921
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.1.tgz",
|
|
1922
|
+
"integrity": "sha512-RApLLOcINYJA+dMVbOju7MYv1Mb2EBp2nH4HdDzXTSyaR5optlm6Otrz1euW3HbdOR8UmmFK06TD+A9frYWv+g==",
|
|
1923
|
+
"license": "MIT",
|
|
1924
|
+
"dependencies": {
|
|
1925
|
+
"@radix-ui/react-compose-refs": "1.1.1"
|
|
1926
|
+
},
|
|
1927
|
+
"peerDependencies": {
|
|
1928
|
+
"@types/react": "*",
|
|
1929
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1930
|
+
},
|
|
1931
|
+
"peerDependenciesMeta": {
|
|
1932
|
+
"@types/react": {
|
|
1933
|
+
"optional": true
|
|
1934
|
+
}
|
|
1935
|
+
}
|
|
1936
|
+
},
|
|
1937
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-callback-ref": {
|
|
1938
|
+
"version": "1.1.0",
|
|
1939
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
|
|
1940
|
+
"integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
|
|
1941
|
+
"license": "MIT",
|
|
1942
|
+
"peerDependencies": {
|
|
1943
|
+
"@types/react": "*",
|
|
1944
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1945
|
+
},
|
|
1946
|
+
"peerDependenciesMeta": {
|
|
1947
|
+
"@types/react": {
|
|
1948
|
+
"optional": true
|
|
1949
|
+
}
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1952
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-controllable-state": {
|
|
1953
|
+
"version": "1.1.0",
|
|
1954
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
|
|
1955
|
+
"integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
|
|
1956
|
+
"license": "MIT",
|
|
1957
|
+
"dependencies": {
|
|
1958
|
+
"@radix-ui/react-use-callback-ref": "1.1.0"
|
|
1959
|
+
},
|
|
1960
|
+
"peerDependencies": {
|
|
1961
|
+
"@types/react": "*",
|
|
1962
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1963
|
+
},
|
|
1964
|
+
"peerDependenciesMeta": {
|
|
1965
|
+
"@types/react": {
|
|
1966
|
+
"optional": true
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-escape-keydown": {
|
|
1971
|
+
"version": "1.1.0",
|
|
1972
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
|
|
1973
|
+
"integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
|
|
1974
|
+
"license": "MIT",
|
|
1975
|
+
"dependencies": {
|
|
1976
|
+
"@radix-ui/react-use-callback-ref": "1.1.0"
|
|
1977
|
+
},
|
|
1978
|
+
"peerDependencies": {
|
|
1979
|
+
"@types/react": "*",
|
|
1980
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1981
|
+
},
|
|
1982
|
+
"peerDependenciesMeta": {
|
|
1983
|
+
"@types/react": {
|
|
1984
|
+
"optional": true
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-layout-effect": {
|
|
1989
|
+
"version": "1.1.0",
|
|
1990
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
|
|
1991
|
+
"integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
|
|
1992
|
+
"license": "MIT",
|
|
1993
|
+
"peerDependencies": {
|
|
1994
|
+
"@types/react": "*",
|
|
1995
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
1996
|
+
},
|
|
1997
|
+
"peerDependenciesMeta": {
|
|
1998
|
+
"@types/react": {
|
|
1999
|
+
"optional": true
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-previous": {
|
|
2004
|
+
"version": "1.1.0",
|
|
2005
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz",
|
|
2006
|
+
"integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==",
|
|
2007
|
+
"license": "MIT",
|
|
2008
|
+
"peerDependencies": {
|
|
2009
|
+
"@types/react": "*",
|
|
2010
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2011
|
+
},
|
|
2012
|
+
"peerDependenciesMeta": {
|
|
2013
|
+
"@types/react": {
|
|
2014
|
+
"optional": true
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-rect": {
|
|
2019
|
+
"version": "1.1.0",
|
|
2020
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.1.0.tgz",
|
|
2021
|
+
"integrity": "sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==",
|
|
2022
|
+
"license": "MIT",
|
|
2023
|
+
"dependencies": {
|
|
2024
|
+
"@radix-ui/rect": "1.1.0"
|
|
2025
|
+
},
|
|
2026
|
+
"peerDependencies": {
|
|
2027
|
+
"@types/react": "*",
|
|
2028
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2029
|
+
},
|
|
2030
|
+
"peerDependenciesMeta": {
|
|
2031
|
+
"@types/react": {
|
|
2032
|
+
"optional": true
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-use-size": {
|
|
2037
|
+
"version": "1.1.0",
|
|
2038
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.1.0.tgz",
|
|
2039
|
+
"integrity": "sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==",
|
|
2040
|
+
"license": "MIT",
|
|
2041
|
+
"dependencies": {
|
|
2042
|
+
"@radix-ui/react-use-layout-effect": "1.1.0"
|
|
2043
|
+
},
|
|
2044
|
+
"peerDependencies": {
|
|
2045
|
+
"@types/react": "*",
|
|
2046
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2047
|
+
},
|
|
2048
|
+
"peerDependenciesMeta": {
|
|
2049
|
+
"@types/react": {
|
|
2050
|
+
"optional": true
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
2053
|
+
},
|
|
2054
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-visually-hidden": {
|
|
2055
|
+
"version": "1.1.1",
|
|
2056
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.1.tgz",
|
|
2057
|
+
"integrity": "sha512-vVfA2IZ9q/J+gEamvj761Oq1FpWgCDaNOOIfbPVp2MVPLEomUr5+Vf7kJGwQ24YxZSlQVar7Bes8kyTo5Dshpg==",
|
|
2058
|
+
"license": "MIT",
|
|
2059
|
+
"dependencies": {
|
|
2060
|
+
"@radix-ui/react-primitive": "2.0.1"
|
|
2061
|
+
},
|
|
2062
|
+
"peerDependencies": {
|
|
2063
|
+
"@types/react": "*",
|
|
2064
|
+
"@types/react-dom": "*",
|
|
2065
|
+
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
|
2066
|
+
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
2067
|
+
},
|
|
2068
|
+
"peerDependenciesMeta": {
|
|
2069
|
+
"@types/react": {
|
|
2070
|
+
"optional": true
|
|
2071
|
+
},
|
|
2072
|
+
"@types/react-dom": {
|
|
2073
|
+
"optional": true
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
"node_modules/@radix-ui/react-select/node_modules/@radix-ui/rect": {
|
|
2078
|
+
"version": "1.1.0",
|
|
2079
|
+
"resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
|
|
2080
|
+
"integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==",
|
|
2081
|
+
"license": "MIT"
|
|
2082
|
+
},
|
|
2083
|
+
"node_modules/@radix-ui/react-select/node_modules/react-remove-scroll": {
|
|
2084
|
+
"version": "2.6.3",
|
|
2085
|
+
"resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.6.3.tgz",
|
|
2086
|
+
"integrity": "sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==",
|
|
2087
|
+
"license": "MIT",
|
|
2088
|
+
"dependencies": {
|
|
2089
|
+
"react-remove-scroll-bar": "^2.3.7",
|
|
2090
|
+
"react-style-singleton": "^2.2.3",
|
|
2091
|
+
"tslib": "^2.1.0",
|
|
2092
|
+
"use-callback-ref": "^1.3.3",
|
|
2093
|
+
"use-sidecar": "^1.1.3"
|
|
2094
|
+
},
|
|
2095
|
+
"engines": {
|
|
2096
|
+
"node": ">=10"
|
|
2097
|
+
},
|
|
2098
|
+
"peerDependencies": {
|
|
2099
|
+
"@types/react": "*",
|
|
2100
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
2101
|
+
},
|
|
2102
|
+
"peerDependenciesMeta": {
|
|
2103
|
+
"@types/react": {
|
|
2104
|
+
"optional": true
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
1657
2108
|
"node_modules/@radix-ui/react-separator": {
|
|
1658
2109
|
"version": "1.0.3",
|
|
1659
2110
|
"resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.0.3.tgz",
|
|
@@ -4951,14 +5402,6 @@
|
|
|
4951
5402
|
"node": ">=12"
|
|
4952
5403
|
}
|
|
4953
5404
|
},
|
|
4954
|
-
"node_modules/invariant": {
|
|
4955
|
-
"version": "2.2.4",
|
|
4956
|
-
"resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
|
|
4957
|
-
"integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==",
|
|
4958
|
-
"dependencies": {
|
|
4959
|
-
"loose-envify": "^1.0.0"
|
|
4960
|
-
}
|
|
4961
|
-
},
|
|
4962
5405
|
"node_modules/is-alphabetical": {
|
|
4963
5406
|
"version": "1.0.4",
|
|
4964
5407
|
"resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz",
|
|
@@ -7739,19 +8182,20 @@
|
|
|
7739
8182
|
}
|
|
7740
8183
|
},
|
|
7741
8184
|
"node_modules/react-remove-scroll-bar": {
|
|
7742
|
-
"version": "2.3.
|
|
7743
|
-
"resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.
|
|
7744
|
-
"integrity": "sha512-
|
|
8185
|
+
"version": "2.3.8",
|
|
8186
|
+
"resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
|
|
8187
|
+
"integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
|
|
8188
|
+
"license": "MIT",
|
|
7745
8189
|
"dependencies": {
|
|
7746
|
-
"react-style-singleton": "^2.2.
|
|
8190
|
+
"react-style-singleton": "^2.2.2",
|
|
7747
8191
|
"tslib": "^2.0.0"
|
|
7748
8192
|
},
|
|
7749
8193
|
"engines": {
|
|
7750
8194
|
"node": ">=10"
|
|
7751
8195
|
},
|
|
7752
8196
|
"peerDependencies": {
|
|
7753
|
-
"@types/react": "
|
|
7754
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
8197
|
+
"@types/react": "*",
|
|
8198
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
7755
8199
|
},
|
|
7756
8200
|
"peerDependenciesMeta": {
|
|
7757
8201
|
"@types/react": {
|
|
@@ -7760,20 +8204,20 @@
|
|
|
7760
8204
|
}
|
|
7761
8205
|
},
|
|
7762
8206
|
"node_modules/react-style-singleton": {
|
|
7763
|
-
"version": "2.2.
|
|
7764
|
-
"resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.
|
|
7765
|
-
"integrity": "sha512-
|
|
8207
|
+
"version": "2.2.3",
|
|
8208
|
+
"resolved": "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.3.tgz",
|
|
8209
|
+
"integrity": "sha512-b6jSvxvVnyptAiLjbkWLE/lOnR4lfTtDAl+eUC7RZy+QQWc6wRzIV2CE6xBuMmDxc2qIihtDCZD5NPOFl7fRBQ==",
|
|
8210
|
+
"license": "MIT",
|
|
7766
8211
|
"dependencies": {
|
|
7767
8212
|
"get-nonce": "^1.0.0",
|
|
7768
|
-
"invariant": "^2.2.4",
|
|
7769
8213
|
"tslib": "^2.0.0"
|
|
7770
8214
|
},
|
|
7771
8215
|
"engines": {
|
|
7772
8216
|
"node": ">=10"
|
|
7773
8217
|
},
|
|
7774
8218
|
"peerDependencies": {
|
|
7775
|
-
"@types/react": "
|
|
7776
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
8219
|
+
"@types/react": "*",
|
|
8220
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
7777
8221
|
},
|
|
7778
8222
|
"peerDependenciesMeta": {
|
|
7779
8223
|
"@types/react": {
|
|
@@ -9091,9 +9535,10 @@
|
|
|
9091
9535
|
}
|
|
9092
9536
|
},
|
|
9093
9537
|
"node_modules/use-callback-ref": {
|
|
9094
|
-
"version": "1.3.
|
|
9095
|
-
"resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.
|
|
9096
|
-
"integrity": "sha512-
|
|
9538
|
+
"version": "1.3.3",
|
|
9539
|
+
"resolved": "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.3.tgz",
|
|
9540
|
+
"integrity": "sha512-jQL3lRnocaFtu3V00JToYz/4QkNWswxijDaCVNZRiRTO3HQDLsdu1ZtmIUvV4yPp+rvWm5j0y0TG/S61cuijTg==",
|
|
9541
|
+
"license": "MIT",
|
|
9097
9542
|
"dependencies": {
|
|
9098
9543
|
"tslib": "^2.0.0"
|
|
9099
9544
|
},
|
|
@@ -9101,8 +9546,8 @@
|
|
|
9101
9546
|
"node": ">=10"
|
|
9102
9547
|
},
|
|
9103
9548
|
"peerDependencies": {
|
|
9104
|
-
"@types/react": "
|
|
9105
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
9549
|
+
"@types/react": "*",
|
|
9550
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
9106
9551
|
},
|
|
9107
9552
|
"peerDependenciesMeta": {
|
|
9108
9553
|
"@types/react": {
|
|
@@ -9148,9 +9593,10 @@
|
|
|
9148
9593
|
}
|
|
9149
9594
|
},
|
|
9150
9595
|
"node_modules/use-sidecar": {
|
|
9151
|
-
"version": "1.1.
|
|
9152
|
-
"resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.
|
|
9153
|
-
"integrity": "sha512-
|
|
9596
|
+
"version": "1.1.3",
|
|
9597
|
+
"resolved": "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.3.tgz",
|
|
9598
|
+
"integrity": "sha512-Fedw0aZvkhynoPYlA5WXrMCAMm+nSWdZt6lzJQ7Ok8S6Q+VsHmHpRWndVRJ8Be0ZbkfPc5LRYH+5XrzXcEeLRQ==",
|
|
9599
|
+
"license": "MIT",
|
|
9154
9600
|
"dependencies": {
|
|
9155
9601
|
"detect-node-es": "^1.1.0",
|
|
9156
9602
|
"tslib": "^2.0.0"
|
|
@@ -9159,8 +9605,8 @@
|
|
|
9159
9605
|
"node": ">=10"
|
|
9160
9606
|
},
|
|
9161
9607
|
"peerDependencies": {
|
|
9162
|
-
"@types/react": "
|
|
9163
|
-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
9608
|
+
"@types/react": "*",
|
|
9609
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
9164
9610
|
},
|
|
9165
9611
|
"peerDependenciesMeta": {
|
|
9166
9612
|
"@types/react": {
|