Skip to content

Commit

Permalink
Upgrade Deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Nov 28, 2023
1 parent d361c34 commit 6facf9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"dependencies": {
"adm-zip": "^0.5.9",
"cryptiles": "^4.1.3",
"deno-bin": "1.36.2",
"deno-bin": "^1.37.1",
"jose": "^4.11.1",
"jsonrpc-lite": "^2.2.0",
"lodash.clonedeep": "^4.5.0",
Expand Down
3 changes: 1 addition & 2 deletions src/server/runtime/AppsEngineDenoRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import * as jsonrpc from 'jsonrpc-lite';

import type { AppAccessorManager, AppApiManager } from '../managers';
import type { AppManager } from '../AppManager';
import { AppBridges } from '../bridges';
import { LivechatMessageBuilder } from '../accessors/LivechatMessageBuilder';
import type { AppBridges } from '../bridges';

export type AppRuntimeParams = {
appId: string;
Expand Down

0 comments on commit 6facf9d

Please sign in to comment.