Skip to content

Commit

Permalink
build(sandbox): update versions in all examples (#996)
Browse files Browse the repository at this point in the history
Co-authored-by: akshatdubeysf <77672713+akshatdubeysf@users.noreply.github.com>
  • Loading branch information
sumit-tuteja and akshatdubeysf authored Aug 26, 2022
1 parent 880ef40 commit ebafab0
Show file tree
Hide file tree
Showing 66 changed files with 93,731 additions and 14,820 deletions.
2,890 changes: 2,648 additions & 242 deletions sandbox/audit-ms-example/package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions sandbox/audit-ms-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,36 +53,36 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/boot": "5.0.2",
"@loopback/context": "5.0.2",
"@loopback/core": "4.0.2",
"@loopback/repository": "5.0.2",
"@loopback/rest": "12.0.2",
"@loopback/rest-explorer": "5.0.2",
"@loopback/service-proxy": "5.0.2",
"@sourceloop/audit-log": "3.1.2",
"@sourceloop/audit-service": "5.0.8",
"@sourceloop/core": "7.1.1",
"@loopback/boot": "^5.0.2",
"@loopback/context": "^5.0.2",
"@loopback/core": "^4.0.2",
"@loopback/repository": "^5.0.2",
"@loopback/rest": "^12.0.2",
"@loopback/rest-explorer": "^5.0.2",
"@loopback/service-proxy": "^5.0.2",
"@sourceloop/audit-log": "^3.1.2",
"@sourceloop/audit-service": "^5.0.8",
"@sourceloop/core": "^7.1.1",
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
"db-migrate": "^1.0.0-beta.18",
"db-migrate-pg": "^1.2.2",
"dotenv": "^16.0.1",
"dotenv-extended": "^2.9.0",
"loopback-connector-postgresql": "^5.5.0",
"loopback4-authentication": "7.0.0",
"loopback4-authorization": "5.0.6",
"loopback4-soft-delete": "5.2.1",
"loopback-connector-postgresql": "^5.5.1",
"loopback4-authentication": "^7.0.0",
"loopback4-authorization": "^5.0.6",
"loopback4-soft-delete": "^5.2.1",
"prom-client": "^14.0.1",
"tslib": "^2.0.0"
},
"devDependencies": {
"@loopback/build": "9.0.2",
"@loopback/eslint-config": "13.0.2",
"@loopback/testlab": "5.0.2",
"@loopback/build": "^9.0.2",
"@loopback/eslint-config": "^13.0.2",
"@loopback/testlab": "^5.0.2",
"@types/node": "18.7.8",
"eslint": "8.22.0",
"eslint": "^8.21.0",
"source-map-support": "^0.5.21",
"typescript": "4.7.4"
"typescript": "~4.7.4"
}
}
3 changes: 1 addition & 2 deletions sandbox/audit-ms-example/src/datasources/pg.datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
import {inject, lifeCycleObserver, LifeCycleObserver} from '@loopback/core';
import {juggler} from '@loopback/repository';
import {AuditDbSourceName} from '@sourceloop/audit-log';

const config = {
name: AuditDbSourceName,
connector: 'postgresql',
url: '',
// url: '',
host: process.env.DB_HOST,
port: process.env.DB_PORT,
user: process.env.DB_USER,
Expand Down
Loading

0 comments on commit ebafab0

Please sign in to comment.