@regulaforensics/ui-components 9.2.775-nightly → 9.2.777-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ui-components",
3
- "version": "9.2.775-nightly",
3
+ "version": "9.2.777-nightly",
4
4
  "description": "Regula UI components",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "license": "MIT",
@@ -53,67 +53,67 @@
53
53
  "*.{js,ts,tsx}": "eslint --fix"
54
54
  },
55
55
  "dependencies": {
56
- "@regulaforensics/document-reader-webclient": "^9.1.657-nightly",
56
+ "@regulaforensics/document-reader-webclient": "^9.2.692-nightly",
57
57
  "@regulaforensics/facesdk-webclient": "^8.1.420-nightly",
58
- "@uiw/react-json-view": "^2.0.0-alpha.39",
58
+ "@uiw/react-json-view": "^2.0.0-alpha.40",
59
59
  "class-transformer": "^0.5.1",
60
- "class-validator": "^0.14.2",
60
+ "class-validator": "^0.14.3",
61
61
  "classnames": "^2.5.1",
62
62
  "date-fns": "^4.1.0",
63
- "i18next": "^25.6.0",
63
+ "i18next": "^25.7.4",
64
64
  "lodash": "^4.17.21",
65
- "overlayscrollbars": "^2.12.0",
65
+ "overlayscrollbars": "^2.13.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": "^16.0.1",
69
+ "react-i18next": "^16.5.3",
70
70
  "react-scroll": "^1.9.3",
71
71
  "react-transition-group": "^4.4.5",
72
72
  "reflect-metadata": "^0.2.2",
73
73
  "thenby": "^1.3.4"
74
74
  },
75
75
  "devDependencies": {
76
- "@eslint/js": "^9.37.0",
77
- "@microsoft/api-extractor": "^7.54.0",
78
- "@storybook/addon-docs": "^9.1.17",
79
- "@storybook/react": "^9.1.17",
80
- "@storybook/react-vite": "^9.1.17",
76
+ "@eslint/js": "^9.39.2",
77
+ "@microsoft/api-extractor": "^7.55.2",
78
+ "@storybook/addon-docs": "^10.1.11",
79
+ "@storybook/react": "^10.1.11",
80
+ "@storybook/react-vite": "^10.1.11",
81
81
  "@types/deep-diff": "^1.0.5",
82
- "@types/lodash": "^4.17.20",
83
- "@types/node": "^24.7.2",
82
+ "@types/lodash": "^4.17.23",
83
+ "@types/node": "^25.0.9",
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.0.1",
89
+ "@vitejs/plugin-react-swc": "^4.2.2",
90
90
  "deep-diff": "^1.0.2",
91
91
  "dotenv": "^17.2.3",
92
- "eslint": "^9.37.0",
92
+ "eslint": "^9.39.2",
93
93
  "eslint-config-prettier": "^10.1.8",
94
- "eslint-plugin-prettier": "^5.5.4",
94
+ "eslint-plugin-prettier": "^5.5.5",
95
95
  "eslint-plugin-react": "^7.37.5",
96
- "globals": "^16.4.0",
96
+ "globals": "^17.0.0",
97
97
  "husky": "^9.1.7",
98
- "js-yaml": "^4.1.0",
99
- "lint-staged": "^16.2.4",
98
+ "js-yaml": "^4.1.1",
99
+ "lint-staged": "^16.2.7",
100
100
  "mkdirp": "^3.0.1",
101
101
  "pdfkit": "^0.17.2",
102
- "prettier": "^3.6.2",
102
+ "prettier": "^3.8.0",
103
103
  "react": "^18.3.1",
104
104
  "react-dom": "^18.3.1",
105
- "rimraf": "^6.1.0",
105
+ "rimraf": "^6.1.2",
106
106
  "rollup-preserve-directives": "^1.1.3",
107
- "sass": "^1.93.2",
108
- "storybook": "^9.1.17",
109
- "typedoc": "^0.28.14",
107
+ "sass": "^1.97.2",
108
+ "storybook": "^10.1.11",
109
+ "typedoc": "^0.28.16",
110
110
  "typedoc-plugin-coverage": "^4.0.2",
111
111
  "typescript": "^5.9.3",
112
- "typescript-eslint": "^8.46.1",
113
- "vite": "^7.1.12",
114
- "vite-bundle-analyzer": "^1.2.3",
112
+ "typescript-eslint": "^8.53.0",
113
+ "vite": "^7.3.1",
114
+ "vite-bundle-analyzer": "^1.3.2",
115
115
  "vite-plugin-dts": "^4.5.4",
116
- "vitest": "^4.0.6",
116
+ "vitest": "^4.0.17",
117
117
  "xml2js": "^0.6.2",
118
118
  "yargs": "^18.0.0"
119
119
  },