fix fallback

This commit is contained in:
2025-12-11 22:47:45 -03:00
parent 6556c3eabb
commit 7a9a3ba543
4 changed files with 39 additions and 18 deletions

13
package-lock.json generated
View File

@@ -40,7 +40,6 @@
"meilisearch-helper": "github:sergiors/meilisearch-helper",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-error-boundary": "^6.0.0",
"react-router": "^7.10.1",
"unique-names-generator": "^4.7.1",
"zod": "^4.1.13"
@@ -5793,18 +5792,6 @@
"react": "^19.2.1"
}
},
"node_modules/react-error-boundary": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-6.0.0.tgz",
"integrity": "sha512-gdlJjD7NWr0IfkPlaREN2d9uUZUlksrfOx7SX62VRerwXbMY6ftGCIZua1VG1aXFNOimhISsTq+Owp725b9SiA==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"peerDependencies": {
"react": ">=16.13.1"
}
},
"node_modules/react-fast-compare": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz",