This commit is contained in:
ct
2025-06-17 20:34:56 +08:00
parent f3e46530c3
commit 72cd226082
26 changed files with 276 additions and 3 deletions

13
package-lock.json generated
View File

@@ -57,6 +57,7 @@
"react": "^19.0.0",
"react-day-picker": "^9.7.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.57.0",
"react-konva": "^19.0.6",
"react-resizable-panels": "^3.0.2",
@@ -7208,6 +7209,18 @@
"react": "^19.1.0"
}
},
"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-hook-form": {
"version": "7.57.0",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.57.0.tgz",