Skip to content

Commit 8f60e83

Browse files
authored
Merge pull request #433 from monstar-lab-oss/feature/package-upgrades
chore: update all dependencies
2 parents 9a78efb + 83724ac commit 8f60e83

File tree

9 files changed

+3618
-3347
lines changed

9 files changed

+3618
-3347
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"wayou.vscode-todo-highlight",
2525
"mike-co.import-sorter",
2626
"waderyan.gitblame",
27-
"ms-vscode.vscode-typescript-tslint-plugin",
2827
"ms-azuretools.vscode-docker",
2928
"firsttris.vscode-jest-runner"
3029
]

.env.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
APP_ENV=development
22
APP_PORT=3000
3-
DB_HOST=0.0.0.0
3+
TEST_DB_HOST=pgsqldb
4+
DB_HOST=pgsqldb
45
DB_PORT=5432
56
DB_NAME=example_db
67
DB_USER=root

.github/workflows/sonarqube-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: SonarCloud build
77
# - master
88
# pull_request:
99
# types: [opened, synchronize, reopened]
10+
on:
11+
workflow_dispatch:
1012

1113
jobs:
1214
sonarcloud:

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"recommendations": [
33
"esbenp.prettier-vscode",
4-
"ms-vscode.vscode-typescript-tslint-plugin",
54
"firsttris.vscode-jest-runner"
65
]
76
}

0 commit comments

Comments
 (0)