Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/node": "^20.17.19",
"@types/jasmine": "~6.0.0",
"jasmine": "~6.1.0",
"jasmine": "~6.2.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The update to jasmine version ~6.2.0 should be accompanied by an update to @types/jasmine (currently at ~6.0.0 on line 21) to ensure full type compatibility and support for new features introduced in Jasmine 6.2.

"typescript": "~6.0.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"browser-sync": "^3.0.0",
"express": "^5.1.0",
"istanbul-lib-instrument": "^6.0.3",
"jasmine-core": "~6.1.0",
"jasmine-core": "~6.2.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The update to jasmine-core version ~6.2.0 should be accompanied by an update to @types/jasmine (currently at ~6.0.0 on line 7) to ensure type definitions are in sync with the runtime version.

"jasmine-spec-reporter": "~7.0.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
Expand Down
Loading