@regulaforensics/ui-components 9.5.1002-rc → 9.6.1003-nightly
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/core/index.cjs +18 -15
- package/dist/core/index.css +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.js +24906 -25166
- package/dist/main/index.cjs +18 -15
- package/dist/main/index.css +1 -1
- package/dist/main/index.d.ts +1 -1
- package/dist/main/index.js +24904 -25164
- package/dist/typings/index.cjs +2 -2
- package/dist/typings/index.d.ts +1 -1
- package/dist/typings/index.js +3454 -3448
- package/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.6.1003-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,65 +54,65 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@regulaforensics/document-reader-webclient": "^9.5.895-rc",
|
|
57
|
-
"@regulaforensics/facesdk-webclient": "^8.2.
|
|
58
|
-
"@uiw/react-json-view": "^2.0.0-alpha.
|
|
57
|
+
"@regulaforensics/facesdk-webclient": "^8.2.612",
|
|
58
|
+
"@uiw/react-json-view": "^2.0.0-alpha.43",
|
|
59
59
|
"class-transformer": "^0.5.1",
|
|
60
|
-
"class-validator": "^0.
|
|
60
|
+
"class-validator": "^0.15.1",
|
|
61
61
|
"classnames": "^2.5.1",
|
|
62
|
-
"date-fns": "^4.
|
|
63
|
-
"i18next": "^
|
|
64
|
-
"lodash": "^4.
|
|
65
|
-
"overlayscrollbars": "^2.
|
|
62
|
+
"date-fns": "^4.3.0",
|
|
63
|
+
"i18next": "^26.3.0",
|
|
64
|
+
"lodash": "^4.18.1",
|
|
65
|
+
"overlayscrollbars": "^2.16.0",
|
|
66
66
|
"overlayscrollbars-react": "^0.5.6",
|
|
67
67
|
"pako": "^2.1.0",
|
|
68
68
|
"react-device-detect": "^2.2.3",
|
|
69
|
-
"react-i18next": "^
|
|
69
|
+
"react-i18next": "^17.0.8",
|
|
70
70
|
"react-scroll": "^1.9.3",
|
|
71
71
|
"react-transition-group": "^4.4.5",
|
|
72
72
|
"reflect-metadata": "^0.2.2",
|
|
73
|
-
"thenby": "^1.
|
|
73
|
+
"thenby": "^1.4.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@eslint/js": "^10.0.1",
|
|
77
|
-
"@microsoft/api-extractor": "^7.
|
|
78
|
-
"@storybook/addon-docs": "^10.
|
|
79
|
-
"@storybook/react": "^10.
|
|
80
|
-
"@storybook/react-vite": "^10.
|
|
77
|
+
"@microsoft/api-extractor": "^7.58.7",
|
|
78
|
+
"@storybook/addon-docs": "^10.4.1",
|
|
79
|
+
"@storybook/react": "^10.4.1",
|
|
80
|
+
"@storybook/react-vite": "^10.4.1",
|
|
81
81
|
"@types/deep-diff": "^1.0.5",
|
|
82
82
|
"@types/lodash": "^4.17.24",
|
|
83
|
-
"@types/node": "^25.
|
|
83
|
+
"@types/node": "^25.9.1",
|
|
84
84
|
"@types/pako": "^2.0.4",
|
|
85
85
|
"@types/react": "^18.3.13",
|
|
86
86
|
"@types/react-dom": "^18.3.1",
|
|
87
87
|
"@types/react-scroll": "^1.8.10",
|
|
88
88
|
"@types/react-transition-group": "^4.4.12",
|
|
89
|
-
"@vitejs/plugin-react-swc": "^4.
|
|
89
|
+
"@vitejs/plugin-react-swc": "^4.3.1",
|
|
90
90
|
"deep-diff": "^1.0.2",
|
|
91
|
-
"dotenv": "^17.
|
|
92
|
-
"eslint": "^10.0
|
|
91
|
+
"dotenv": "^17.4.2",
|
|
92
|
+
"eslint": "^10.4.0",
|
|
93
93
|
"eslint-config-prettier": "^10.1.8",
|
|
94
|
-
"eslint-plugin-prettier": "^5.5.
|
|
95
|
-
"globals": "^17.
|
|
94
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
95
|
+
"globals": "^17.6.0",
|
|
96
96
|
"husky": "^9.1.7",
|
|
97
97
|
"js-yaml": "^4.1.1",
|
|
98
98
|
"lint-staged": "^16.2.7",
|
|
99
99
|
"mkdirp": "^3.0.1",
|
|
100
|
-
"pdfkit": "^0.
|
|
101
|
-
"prettier": "^3.8.
|
|
100
|
+
"pdfkit": "^0.18.0",
|
|
101
|
+
"prettier": "^3.8.3",
|
|
102
102
|
"react": "^18.3.1",
|
|
103
103
|
"react-dom": "^18.3.1",
|
|
104
104
|
"rimraf": "^6.1.3",
|
|
105
105
|
"rollup-preserve-directives": "^1.1.3",
|
|
106
|
-
"sass": "^1.
|
|
107
|
-
"storybook": "^10.
|
|
108
|
-
"typedoc": "^0.28.
|
|
109
|
-
"typedoc-plugin-coverage": "^4.0.
|
|
106
|
+
"sass": "^1.100.0",
|
|
107
|
+
"storybook": "^10.4.1",
|
|
108
|
+
"typedoc": "^0.28.19",
|
|
109
|
+
"typedoc-plugin-coverage": "^4.0.3",
|
|
110
110
|
"typescript": "^5.9.3",
|
|
111
|
-
"typescript-eslint": "^8.
|
|
111
|
+
"typescript-eslint": "^8.60.0",
|
|
112
112
|
"vite": "^7.3.1",
|
|
113
|
-
"vite-bundle-analyzer": "^1.3.
|
|
114
|
-
"vite-plugin-dts": "^
|
|
115
|
-
"vitest": "^4.
|
|
113
|
+
"vite-bundle-analyzer": "^1.3.8",
|
|
114
|
+
"vite-plugin-dts": "^5.0.1",
|
|
115
|
+
"vitest": "^4.1.7",
|
|
116
116
|
"xml2js": "^0.6.2",
|
|
117
117
|
"yargs": "^18.0.0"
|
|
118
118
|
},
|