Skip to content

Commit

Permalink
Merge pull request #346 from lifeomic/allow-wider-range-of-alpha
Browse files Browse the repository at this point in the history
fix: allow a wider range of @lifeomic/alpha versions
  • Loading branch information
mdlavin committed Sep 21, 2023
2 parents 8fa53e1 + 442e89b commit 71f2e1f
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 682 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"typescript": "*"
},
"devDependencies": {
"@lifeomic/alpha": "^5.0.1",
"@lifeomic/alpha": "^4.1.0",
"@lifeomic/eslint-plugin-node": "^2.0.1",
"@types/archiver": "^5.1.0",
"@types/aws-lambda": "^8.10.64",
Expand Down Expand Up @@ -123,7 +123,7 @@
"@elastic/elasticsearch": "^7.3.0",
"archiver": "^3.0.0",
"ava": "^3.13.0",
"aws-sdk": "^2.290.0",
"aws-sdk": "^2.1001.0",
"babel-loader": "^8.0.2",
"chalk": "^3.0.0",
"debug": "^4.3.4",
Expand Down Expand Up @@ -153,7 +153,7 @@
"access": "public"
},
"peerDependencies": {
"@lifeomic/alpha": "^5.0.1",
"@lifeomic/alpha": "^4.1.0 || ^5.0.1",
"mockserver-client": "^5.11.2"
}
}
Loading

0 comments on commit 71f2e1f

Please sign in to comment.