Skip to content

Commit

Permalink
Merge pull request #21 from kbarbounakis/update-peer-dependencies
Browse files Browse the repository at this point in the history
Update peer dependencies
  • Loading branch information
kbarbounakis authored Apr 6, 2020
2 parents 6af323e + c90edac commit d8d8f7d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 16 deletions.
15 changes: 14 additions & 1 deletion modules/@themost/express/package-lock.json

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

10 changes: 5 additions & 5 deletions modules/@themost/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themost/express",
"version": "1.5.5",
"version": "1.5.6-dev.1",
"description": "MOST Data ORM Express Middleware",
"main": "dist/themost_express.cjs.js",
"types": "dist/themost_express.d.ts",
Expand All @@ -27,10 +27,10 @@
"homepage": "https://github.com/kbarbounakis/most-data-express#readme",
"devDependencies": {},
"peerDependencies": {
"@themost/common": "^2.5.0",
"@themost/query": "^2.5.0",
"@themost/xml": "^2.5.0",
"@themost/data": "^2.5.0"
"@themost/common": ">= 2.5.0 < 3",
"@themost/query": ">= 2.5.0 < 3",
"@themost/xml": ">= 2.5.0 < 3",
"@themost/data": ">= 2.5.0 < 3"
},
"dependencies": {
"lodash": "^4.17.11",
Expand Down
24 changes: 14 additions & 10 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"lodash": "^4.17.11",
"minimist": ">=0.2.1",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"pluralize": "^7.0.0",
Expand Down

0 comments on commit d8d8f7d

Please sign in to comment.