Co-authored-by: dionisio-bot[bot] <117394943+dionisio-bot[bot]@users.noreply.github.com> Co-authored-by: Douglas Gubert <1810309+d-gubert@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/35415/head^2
parent
055fba392f
commit
4e9d3155db
@ -0,0 +1,6 @@ |
||||
--- |
||||
'@rocket.chat/apps-engine': patch |
||||
'@rocket.chat/meteor': patch |
||||
--- |
||||
|
||||
Fixes deno dependency caching for the docker image builds |
||||
@ -1 +1 @@ |
||||
deno 1.37.1 |
||||
deno 1.43.5 |
||||
|
||||
@ -1,16 +1,17 @@ |
||||
{ |
||||
"imports": { |
||||
"@rocket.chat/apps-engine/": "./../src/", |
||||
"@rocket.chat/ui-kit": "npm:@rocket.chat/ui-kit@^0.31.22", |
||||
"@msgpack/msgpack": "npm:@msgpack/msgpack@3.0.0-beta2", |
||||
"acorn": "npm:acorn@8.10.0", |
||||
"acorn-walk": "npm:acorn-walk@8.2.0", |
||||
"astring": "npm:astring@1.8.6", |
||||
"jsonrpc-lite": "npm:jsonrpc-lite@2.2.0", |
||||
"stack-trace": "npm:stack-trace@0.0.10", |
||||
"uuid": "npm:uuid@8.3.2" |
||||
}, |
||||
"tasks": { |
||||
"test": "deno test --no-check --allow-read=../../../" |
||||
} |
||||
"imports": { |
||||
"@msgpack/msgpack": "npm:@msgpack/msgpack@3.0.0-beta2", |
||||
"@rocket.chat/apps-engine/": "./../src/", |
||||
"@rocket.chat/ui-kit": "npm:@rocket.chat/ui-kit@^0.31.22", |
||||
"@std/cli": "jsr:@std/cli@^1.0.9", |
||||
"acorn": "npm:acorn@8.10.0", |
||||
"acorn-walk": "npm:acorn-walk@8.2.0", |
||||
"astring": "npm:astring@1.8.6", |
||||
"jsonrpc-lite": "npm:jsonrpc-lite@2.2.0", |
||||
"stack-trace": "npm:stack-trace@0.0.10", |
||||
"uuid": "npm:uuid@8.3.2" |
||||
}, |
||||
"tasks": { |
||||
"test": "deno test --no-check --allow-read=../../../" |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue