|
@@ -75,6 +75,9 @@ importers:
|
|
|
'@internationalized/date':
|
|
'@internationalized/date':
|
|
|
specifier: 3.12.0
|
|
specifier: 3.12.0
|
|
|
version: 3.12.0
|
|
version: 3.12.0
|
|
|
|
|
+ '@livechat/widget-react':
|
|
|
|
|
+ specifier: ^1.4.1
|
|
|
|
|
+ version: 1.4.1(react@19.2.5)
|
|
|
'@paypal/react-paypal-js':
|
|
'@paypal/react-paypal-js':
|
|
|
specifier: ^10.1.2
|
|
specifier: ^10.1.2
|
|
|
version: 10.1.2(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
|
|
version: 10.1.2(react-dom@19.2.5(react@19.2.5))(react@19.2.5)
|
|
@@ -906,6 +909,14 @@ packages:
|
|
|
'@jridgewell/trace-mapping@0.3.9':
|
|
'@jridgewell/trace-mapping@0.3.9':
|
|
|
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
|
|
resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==}
|
|
|
|
|
|
|
|
|
|
+ '@livechat/widget-core@1.4.1':
|
|
|
|
|
+ resolution: {integrity: sha512-ZD7Q5nhCImmyCmcu87g1emgnp7Ta/gM9bwWlc/ZhjPJvO4gOMzycEu97xtAY+w3X4Cw1KJ59WVi22xN1tQ9fYQ==}
|
|
|
|
|
+
|
|
|
|
|
+ '@livechat/widget-react@1.4.1':
|
|
|
|
|
+ resolution: {integrity: sha512-DjpbDGGLem4n5EFjavh/piJWuUACI7Rb+3mtuhJgqhRVCTnx8tWyrPQ/WGzfmRagv+LT7FJ9d6m2x6+b5koPvg==}
|
|
|
|
|
+ peerDependencies:
|
|
|
|
|
+ react: ^16.8 || 17 || 18 || 19
|
|
|
|
|
+
|
|
|
'@napi-rs/wasm-runtime@1.1.4':
|
|
'@napi-rs/wasm-runtime@1.1.4':
|
|
|
resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==}
|
|
resolution: {integrity: sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==}
|
|
|
peerDependencies:
|
|
peerDependencies:
|
|
@@ -2840,6 +2851,9 @@ packages:
|
|
|
minimist@1.2.8:
|
|
minimist@1.2.8:
|
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
|
|
|
|
|
|
|
|
|
+ mitt@3.0.0:
|
|
|
|
|
+ resolution: {integrity: sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==}
|
|
|
|
|
+
|
|
|
motion-dom@12.39.0:
|
|
motion-dom@12.39.0:
|
|
|
resolution: {integrity: sha512-Xn7aAcGDhco/JZTXOub64UmaYn73C6J1Po7Fk+8EvkJsNGTqfhon6UJY53vJKXW5v5Zl8HrYsVxv6oPXeGoGLQ==}
|
|
resolution: {integrity: sha512-Xn7aAcGDhco/JZTXOub64UmaYn73C6J1Po7Fk+8EvkJsNGTqfhon6UJY53vJKXW5v5Zl8HrYsVxv6oPXeGoGLQ==}
|
|
|
|
|
|
|
@@ -4511,6 +4525,15 @@ snapshots:
|
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
'@jridgewell/resolve-uri': 3.1.2
|
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
|
|
|
|
|
|
|
|
+ '@livechat/widget-core@1.4.1':
|
|
|
|
|
+ dependencies:
|
|
|
|
|
+ mitt: 3.0.0
|
|
|
|
|
+
|
|
|
|
|
+ '@livechat/widget-react@1.4.1(react@19.2.5)':
|
|
|
|
|
+ dependencies:
|
|
|
|
|
+ '@livechat/widget-core': 1.4.1
|
|
|
|
|
+ react: 19.2.5
|
|
|
|
|
+
|
|
|
'@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)':
|
|
'@napi-rs/wasm-runtime@1.1.4(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)':
|
|
|
dependencies:
|
|
dependencies:
|
|
|
'@emnapi/core': 1.10.0
|
|
'@emnapi/core': 1.10.0
|
|
@@ -6773,6 +6796,8 @@ snapshots:
|
|
|
|
|
|
|
|
minimist@1.2.8: {}
|
|
minimist@1.2.8: {}
|
|
|
|
|
|
|
|
|
|
+ mitt@3.0.0: {}
|
|
|
|
|
+
|
|
|
motion-dom@12.39.0:
|
|
motion-dom@12.39.0:
|
|
|
dependencies:
|
|
dependencies:
|
|
|
motion-utils: 12.39.0
|
|
motion-utils: 12.39.0
|