Skip to content

Commit

Permalink
rxjsのバージョンAngularのドキュメントに合わせる。
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanasu committed Feb 9, 2024
1 parent c6389ab commit e81d03c
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 24 deletions.
85 changes: 65 additions & 20 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 @@ -36,7 +36,7 @@
"msgpack-lite": "^0.1.26",
"ngx-linky": "^4.0.0",
"pako": "^2.1.0",
"rxjs": "~7.8.1",
"rxjs": "~7.4.0",
"tslib": "^2.6.2",
"vkbeautify": "^0.99.3",
"zone.js": "~0.14.3"
Expand All @@ -63,6 +63,6 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"patch-package": "^8.0.0",
"typescript": "~5.2.2"
"typescript": "<5.4.0"
}
}
4 changes: 2 additions & 2 deletions src/app/component/chat-input/chat-input.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -584,10 +584,10 @@ export class ChatInputComponent implements OnInit, OnDestroy {
}
if (!rollResult.isEmptyDice) isDiceRoll = true;
}
console.log(delayRef)
//console.log(delayRef)
loggingTexts.push(loggingText);
delayRefs.push(delayRef != null ? delayRef : '');
console.log(delayRefs)
//console.log(delayRefs)
} catch (error) {
// 横着、例外設計すべき
if (error instanceof Error) throw error;
Expand Down

0 comments on commit e81d03c

Please sign in to comment.