Skip to content

Commit

Permalink
Merge pull request #433 from monstar-lab-oss/feature/package-upgrades
Browse files Browse the repository at this point in the history
chore: update all dependencies
  • Loading branch information
war1oc authored Jun 19, 2024
2 parents 9a78efb + 83724ac commit 8f60e83
Show file tree
Hide file tree
Showing 9 changed files with 3,618 additions and 3,347 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"wayou.vscode-todo-highlight",
"mike-co.import-sorter",
"waderyan.gitblame",
"ms-vscode.vscode-typescript-tslint-plugin",
"ms-azuretools.vscode-docker",
"firsttris.vscode-jest-runner"
]
Expand Down
3 changes: 2 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
APP_ENV=development
APP_PORT=3000
DB_HOST=0.0.0.0
TEST_DB_HOST=pgsqldb
DB_HOST=pgsqldb
DB_PORT=5432
DB_NAME=example_db
DB_USER=root
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sonarqube-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: SonarCloud build
# - master
# pull_request:
# types: [opened, synchronize, reopened]
on:
workflow_dispatch:

jobs:
sonarcloud:
Expand Down
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"ms-vscode.vscode-typescript-tslint-plugin",
"firsttris.vscode-jest-runner"
]
}
Loading

0 comments on commit 8f60e83

Please sign in to comment.