feat: complete TASK-WP5-03 asset allowlist
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 1m5s
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 1m5s
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user