Skip to content

Commit 3adbc0b

Browse files
committed
fix: use version range for @types/debug
1 parent fc8f260 commit 3adbc0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@loopback/build": "^4.0.0-alpha.8",
3030
"@loopback/testlab": "^4.0.0-alpha.18",
3131
"@types/bluebird": "^3.5.18",
32-
"@types/debug": "0.0.30",
32+
"@types/debug": "^0.0.30",
3333
"bluebird": "^3.5.0"
3434
},
3535
"keywords": [

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@loopback/build": "^4.0.0-alpha.8",
3131
"@loopback/testlab": "^4.0.0-alpha.18",
32-
"@types/debug": "0.0.30",
32+
"@types/debug": "^0.0.30",
3333
"@types/lodash": "^4.14.87"
3434
},
3535
"keywords": [

0 commit comments

Comments
 (0)