Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ddvlanck/base_registries_event_st…
Browse files Browse the repository at this point in the history
…ream
  • Loading branch information
ddvlanck committed Sep 21, 2021
2 parents b482b55 + 719aa52 commit 0190ecc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion database/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- ./address_streetname.sql:/docker-entrypoint-initdb.d/08-address_streetname.sql

dba:
image: dpage/pgadmin4:5.6
image: dpage/pgadmin4:5.7
container_name: base_registries_dba
hostname: base_registries_dba
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- 5432:5432

dba:
image: dpage/pgadmin4:5.6
image: dpage/pgadmin4:5.7
container_name: base-registries-dba
hostname: base-registries-dba
environment:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"license": "ISC",
"devDependencies": {
"@types/express": "4.17.13",
"@types/node": "14.17.14",
"@types/node": "14.17.17",
"@types/node-fetch": "2.5.12",
"@types/xml2js": "0.4.9",
"@types/pg": "8.6.1",
"typescript": "4.4.2"
"typescript": "4.4.3"
},
"dependencies": {
"commander": "^8.0.0",
Expand Down

0 comments on commit 0190ecc

Please sign in to comment.