@mmb-digital/design-system-web 0.1.231 → 0.1.233

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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * For a detailed explanation regarding each configuration property, visit:
3
+ * https://jestjs.io/docs/configuration
4
+ */
5
+ import type { Config } from 'jest';
6
+ declare const config: Config;
7
+ export default config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmb-digital/design-system-web",
3
- "version": "0.1.231",
3
+ "version": "0.1.233",
4
4
  "description": "MMB design-system-web",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -40,10 +40,10 @@
40
40
  "d": "yarn deduplicate"
41
41
  },
42
42
  "devDependencies": {
43
- "@babel/core": "7.26.0",
44
- "@babel/preset-env": "7.26.0",
45
- "@babel/preset-react": "7.23.3",
46
- "@babel/preset-typescript": "7.23.3",
43
+ "@babel/core": "7.27.1",
44
+ "@babel/preset-env": "7.27.2",
45
+ "@babel/preset-react": "7.27.1",
46
+ "@babel/preset-typescript": "7.27.1",
47
47
  "@hookform/resolvers": "^5.0.1",
48
48
  "@rollup/plugin-babel": "6.0.4",
49
49
  "@rollup/plugin-commonjs": "25.0.7",
@@ -87,6 +87,7 @@
87
87
  "prop-types": "15.8.1",
88
88
  "react": "18.3.1",
89
89
  "react-dom": "18.3.1",
90
+ "react-dropzone": "14.3.8",
90
91
  "react-hook-form": "7.51.2",
91
92
  "react-intl": "6.8.9",
92
93
  "rollup": "3.29.4",
@@ -131,6 +132,7 @@
131
132
  "next-intl": "^4.1.0",
132
133
  "react": "^18.3.1 || ^19.0.0",
133
134
  "react-dom": "^18.3.1 || ^19.0.0",
135
+ "react-dropzone": "^14.3.8",
134
136
  "react-hook-form": "^7.51.0",
135
137
  "react-intl": "^6.8.9",
136
138
  "styled-components": "^6.1.8",