Skip to content

Commit 653f6df

Browse files
committed
fix(http-caching-proxy): fix compilation error
1 parent b23272f commit 653f6df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/http-caching-proxy/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,11 @@
3232
"@loopback/build": "^0.7.0",
3333
"@loopback/testlab": "^0.11.4",
3434
"@types/debug": "^0.0.30",
35-
"@types/delay": "^2.0.1",
3635
"@types/node": "^10.1.1",
3736
"@types/p-event": "^1.3.0",
3837
"@types/request-promise-native": "^1.0.14",
3938
"@types/rimraf": "^2.0.2",
40-
"delay": "^3.0.0"
39+
"delay": "^3.1.0"
4140
},
4241
"keywords": [
4342
"LoopBack",

packages/http-caching-proxy/test/integration/http-caching-proxy.integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// License text available at https://opensource.org/licenses/MIT
55

66
import {expect} from '@loopback/testlab';
7-
import * as delay from 'delay';
7+
import delay from 'delay';
88
import * as http from 'http';
99
import {AddressInfo} from 'net';
1010
import * as pEvent from 'p-event';

0 commit comments

Comments
 (0)