Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 414ed63

Browse files
committed
fix(deps): Unpins some dev deps to avoid error conflicts.
1 parent 2bc9df6 commit 414ed63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"devDependencies": {
3434
"@ht2-labs/semantic-release": "1.0.31",
3535
"@ht2-labs/typescript-project": "1.0.10",
36-
"@js-entity-repos/express": "6.0.0",
37-
"@js-entity-repos/memory": "4.0.3",
36+
"@js-entity-repos/express": "^6.0.0",
37+
"@js-entity-repos/memory": "^4.0.3",
3838
"@types/body-parser": "1.17.0",
3939
"@types/dotenv": "4.0.3",
4040
"@types/express": "4.11.1",

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": [
3-
"@ht2-labs:base"
3+
"@ht2-labs:base",
4+
":preserveSemverRanges"
45
]
56
}

0 commit comments

Comments
 (0)