Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Dec 30, 2024
1 parent a5c2b7d commit b2cdcb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/slackbot-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"// comments for dependencies": {
"@tsed/*": "v6.133.1 causes 'TypeError: Cannot read properties of undefined (reading 'prototype')' with `@Middleware()`",
"@tsed/common,di,schema": "force package to local node_modules in tsconfig.json since pnpm reads wrong hoisted tsed version (https://github.com/pnpm/pnpm/issues/7158)",
"read-pkg-up": "v8 doesn't support CommonJS anymore. https://github.com/sindresorhus/read-pkg-up/issues/17",
"typeorm": "Upgrading to v0.3.x requires significant changes. https://github.com/tsedio/tsed/blob/production/docs/tutorials/typeorm.md"
},
Expand Down Expand Up @@ -67,6 +68,7 @@
},
"// comments for devDependencies": {
"@tsed/*": "v6.133.1 causes 'TypeError: Cannot read properties of undefined (reading 'prototype')' with `@Middleware()`",
"@tsed/core,exceptions": "force package to local node_modules in tsconfig.json since pnpm reads wrong hoisted tsed version (https://github.com/pnpm/pnpm/issues/7158)",
"bootstrap": "v5.3.3 has a bug. refs: https://github.com/twbs/bootstrap/issues/39798"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions apps/slackbot-proxy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"],
// force package to local node_modules since pnpm reads wrong hoisted tsed version used in pdf-converter (https://github.com/pnpm/pnpm/issues/7158)
"@tsed/core": ["./node_modules/@tsed/core"],
"@tsed/schema": ["./node_modules/@tsed/schema"],
"@tsed/exceptions": ["./node_modules/@tsed/exceptions"],
Expand Down

0 comments on commit b2cdcb7

Please sign in to comment.