diff --git a/packages/admin/package.json b/packages/admin/package.json index a864a86..db72c1d 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -33,7 +33,7 @@ "react-charts": "3.0.0-beta.57", "react-csv": "^2.2.2", "react-dom": "^18.3.1", - "react-dropzone": "^11.7.1", + "react-dropzone": "^14.2.9", "react-error-boundary": "^4.0.11", "react-hook-form": "^7.52.0", "react-hot-toast": "^2.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8bb9d64..41b081a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,8 +105,8 @@ importers: specifier: ^18.3.1 version: 18.3.1(react@18.3.1) react-dropzone: - specifier: ^11.7.1 - version: 11.7.1(react@18.3.1) + specifier: ^14.2.9 + version: 14.2.9(react@18.3.1) react-error-boundary: specifier: ^4.0.11 version: 4.0.13(react@18.3.1) @@ -5005,6 +5005,10 @@ packages: resolution: {integrity: sha512-iACCiXeMYOvZqlF1kTiYINzgepRBymz1wwjiuup9u9nayhb6g4fSwiyJ/6adli+EPwrWtpgQAh2PoS7HukEGEg==} engines: {node: '>= 10'} + file-selector@0.6.0: + resolution: {integrity: sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw==} + engines: {node: '>= 12'} + filelist@1.0.4: resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} @@ -7492,6 +7496,12 @@ packages: peerDependencies: react: '>= 16.8' + react-dropzone@14.2.9: + resolution: {integrity: sha512-jRZsMC7h48WONsOLHcmhyn3cRWJoIPQjPApvt/sJVfnYaB3Qltn025AoRTTJaj4WdmmgmLl6tUQg1s0wOhpodQ==} + engines: {node: '>= 10.13'} + peerDependencies: + react: '>= 16.8 || 18.0.0' + react-error-boundary@4.0.13: resolution: {integrity: sha512-b6PwbdSv8XeOSYvjt8LpgpKrZ0yGdtZokYwkwV2wlcZbxgopHX/hgPl5VgpnoVOWd868n1hktM8Qm4b+02MiLQ==} peerDependencies: @@ -15344,6 +15354,10 @@ snapshots: dependencies: tslib: 2.6.2 + file-selector@0.6.0: + dependencies: + tslib: 2.6.2 + filelist@1.0.4: dependencies: minimatch: 5.1.6 @@ -18294,6 +18308,13 @@ snapshots: prop-types: 15.8.1 react: 18.3.1 + react-dropzone@14.2.9(react@18.3.1): + dependencies: + attr-accept: 2.2.2 + file-selector: 0.6.0 + prop-types: 15.8.1 + react: 18.3.1 + react-error-boundary@4.0.13(react@18.3.1): dependencies: '@babel/runtime': 7.24.6