Skip to content

Commit

Permalink
chore(deps): loopback version update (#114)
Browse files Browse the repository at this point in the history
updated loopback datasource juggler version to latest

GH-112
  • Loading branch information
Surbhi-sharma1 authored Jan 11, 2023
1 parent 1a6b57c commit 34f26d1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 124 deletions.
130 changes: 10 additions & 120 deletions package-lock.json

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

17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@loopback/boot": "^5.0.7",
"@loopback/context": "^5.0.7",
"@loopback/repository": "^5.1.2",
"loopback-datasource-juggler": "^4.28.0"
"loopback-datasource-juggler": "^4.28.1"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
Expand Down Expand Up @@ -76,15 +76,24 @@
"eslint-plugin-mocha": "^10.1.0",
"fs-extra": "^10.1.0",
"husky": "^7.0.4",
"loopback-datasource-juggler": "^4.28.0",
"loopback-datasource-juggler": "^4.28.1",
"minimist": ">=1.2.6",
"semantic-release": "^19.0.3",
"source-map-support": "^0.5.21",
"typescript": "~4.9.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"overrides": {
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"body-parser": {
"debug": "^4.3.4"
},
"express": {
"debug": "^4.3.4",
"finalhandler": "^1.2.0",
"send": "^0.18.0",
"serve-static": "^1.15.0"
}
},
"dependencies": {
Expand Down

0 comments on commit 34f26d1

Please sign in to comment.