@getyoti/react-face-capture 2.8.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,39 @@
1
+ Name: normalize.css
2
+ Version: 8.0.1
3
+ License: MIT
4
+ Private: false
5
+ Description: A modern alternative to CSS resets
6
+ Repository: undefined
7
+ Homepage: https://necolas.github.io/normalize.css
8
+ License Copyright:
9
+ ===
10
+
11
+ # The MIT License (MIT)
12
+
13
+ Copyright © Nicolas Gallagher and Jonathan Neal
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
16
+ this software and associated documentation files (the "Software"), to deal in
17
+ the Software without restriction, including without limitation the rights to
18
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
19
+ of the Software, and to permit persons to whom the Software is furnished to do
20
+ so, subject to the following conditions:
21
+
22
+ The above copyright notice and this permission notice shall be included in all
23
+ copies or substantial portions of the Software.
24
+
25
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31
+ SOFTWARE.
32
+
33
+
34
+ ---
35
+
36
+
1
37
  Name: classnames
2
38
  Version: 2.2.6
3
39
  License: MIT
@@ -70,6 +106,18 @@ SOFTWARE.
70
106
  ---
71
107
 
72
108
 
109
+ Name: ts-deepmerge
110
+ Version: 7.0.2
111
+ License: ISC
112
+ Private: false
113
+ Description: A TypeScript deep merge function.
114
+ Repository: git@github.com:voodoocreation/ts-deepmerge.git
115
+ Homepage: https://github.com/voodoocreation/ts-deepmerge#readme
116
+ Author: Raice Hannay <voodoocreation@gmail.com>
117
+
118
+ ---
119
+
120
+
73
121
  Name: @lingui/react
74
122
  Version: 4.1.2
75
123
  License: MIT
@@ -215,7 +263,7 @@ THE SOFTWARE.
215
263
 
216
264
 
217
265
  Name: use-sync-external-store
218
- Version: 1.2.2
266
+ Version: 1.6.0
219
267
  License: MIT
220
268
  Private: false
221
269
  Description: Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
@@ -225,7 +273,7 @@ License Copyright:
225
273
 
226
274
  MIT License
227
275
 
228
- Copyright (c) Facebook, Inc. and its affiliates.
276
+ Copyright (c) Meta Platforms, Inc. and affiliates.
229
277
 
230
278
  Permission is hereby granted, free of charge, to any person obtaining a copy
231
279
  of this software and associated documentation files (the "Software"), to deal
@@ -288,7 +336,7 @@ SOFTWARE.
288
336
 
289
337
 
290
338
  Name: use-isomorphic-layout-effect
291
- Version: 1.1.2
339
+ Version: 1.2.1
292
340
  License: MIT
293
341
  Private: false
294
342
  Description: A React helper hook for scheduling a layout effect with a fallback to a regular effect for environments where layout effects should not be used (such as server-side rendering).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getyoti/react-face-capture",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "Face capture module to collect picture and data for Yoti AI API",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",
@@ -11,12 +11,13 @@
11
11
  "@xstate/react": "3.2.2",
12
12
  "classnames": "2.2.6",
13
13
  "face-api.js": "0.22.0",
14
+ "normalize.css": "8.0.1",
14
15
  "prop-types": "15.7.2",
15
16
  "xstate": "4.37.2"
16
17
  },
17
18
  "peerDependencies": {
18
- "react": ">=16.14.0 <18.2.0",
19
- "react-dom": ">=16.14.0 <18.2.0"
19
+ "react": ">=16.14.0 <=18.3.1",
20
+ "react-dom": ">=16.14.0 <=18.3.1"
20
21
  },
21
22
  "browser": {
22
23
  "crypto": false,