chore(deps): pin @ai-hero/sandcastle to ^0.5.10
The root devDependency carried a "*" wildcard, and ADR-019 documented a nonexistent ^2.73.0 pin — the package's installed version is 0.5.10. Pin to ^0.5.10 and correct ADR-019 to match.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"prepare": "husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ai-hero/sandcastle": "*",
|
||||
"@ai-hero/sandcastle": "^0.5.10",
|
||||
"@typescript-eslint/parser": "^8.25.0",
|
||||
"zod": "^3.25.0",
|
||||
"@playwright/test": "^1.49.0",
|
||||
|
||||
Reference in New Issue
Block a user