Skip to content

Commit

Permalink
fix tsed logger error in slackbot-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Dec 28, 2024
1 parent edea8be commit f2e38c1
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 576 deletions.
1 change: 1 addition & 0 deletions apps/slackbot-proxy/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ module.exports = {

// set 'warn' temporarily -- 2022.07.13 Yuki Takei
'@typescript-eslint/no-explicit-any': ['warn'],
'@typescript-eslint/consistent-type-imports': 'off',
},
};
19 changes: 10 additions & 9 deletions apps/slackbot-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"@growi/slack": "workspace:^",
"@slack/oauth": "^2.0.1",
"@slack/web-api": "^6.2.4",
"@tsed/common": "=6.43.0",
"@tsed/di": "=6.43.0",
"@tsed/platform-express": "=6.43.0",
"@tsed/schema": "=6.43.0",
"@tsed/swagger": "=6.43.0",
"@tsed/typeorm": "=6.43.0",
"@tsed/common": "=6.133.2",
"@tsed/di": "=6.133.2",
"@tsed/platform-express": "=6.133.2",
"@tsed/schema": "=6.133.2",
"@tsed/swagger": "=6.133.2",
"@tsed/typeorm": "=6.133.2",
"axios": "^0.24.0",
"body-parser": "^1.20.3",
"browser-bunyan": "^1.6.3",
Expand Down Expand Up @@ -70,9 +70,10 @@
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@tsed/core": "=6.43.0",
"@tsed/exceptions": "=6.43.0",
"@tsed/json-mapper": "=6.43.0",
"@tsed/core": "^6.133.2",
"@tsed/exceptions": "=6.133.2",
"@tsed/json-mapper": "=6.133.2",
"@tsed/logger": "=6.7.8",
"@types/bunyan": "^1.8.11",
"bootstrap": "=5.3.2",
"browser-bunyan": "^1.6.3",
Expand Down
Loading

0 comments on commit f2e38c1

Please sign in to comment.