feat: complete TASK-WP5-03 asset allowlist
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 1m5s

This commit is contained in:
suyx
2026-08-03 18:24:16 +08:00
parent 609c71a3f7
commit 4d1ec8ba7e
27 changed files with 1078 additions and 74 deletions
+19
View File
@@ -10,6 +10,8 @@ export const frozenPackages = {
},
"apps/web/package.json": {
dependencies: {
"@dada/asset-renderer": "workspace:*",
"@dada/template-registry": "workspace:*",
"@vibrant/core": "4.0.4",
"@vibrant/quantizer-mmcq": "4.0.4",
fabric: "7.4.0",
@@ -55,6 +57,7 @@ export const frozenPackages = {
"packages/asset-compiler/package.json": {
dependencies: {
"@dada/static-sticker-catalog": "workspace:*",
"@dada/template-registry": "workspace:*",
"csv-parse": "7.0.2",
},
devDependencies: {
@@ -66,6 +69,22 @@ export const frozenPackages = {
typescript: "7.0.2",
},
},
"packages/template-registry/package.json": {
dependencies: {
"@dada/static-sticker-catalog": "workspace:*",
},
devDependencies: {
typescript: "7.0.2",
},
},
"packages/asset-renderer/package.json": {
dependencies: {
"@dada/template-registry": "workspace:*",
},
devDependencies: {
typescript: "7.0.2",
},
},
};
export const frozenRuntime = {