Skip to content

Commit efd3b8c

Browse files
chore(deps-dev): bump jasmine and @types/jasmine
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) and [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine). These dependencies needed to be updated together. Updates `jasmine` from 5.13.0 to 6.0.0 - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](jasmine/jasmine-npm@v5.13.0...v6.0.0) Updates `@types/jasmine` from 5.1.15 to 6.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) --- updated-dependencies: - dependency-name: jasmine dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jasmine" dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05145b1 commit efd3b8c

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

package-lock.json

Lines changed: 25 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@ngrx/store-devtools": "^19.1.0",
7878
"@types/deep-equal": "^1.0.1",
7979
"@types/file-saver": "^2.0.2",
80-
"@types/jasmine": "^5.1.0",
80+
"@types/jasmine": "^6.0.0",
8181
"@types/lodash-es": "^4.17.12",
8282
"@types/luxon": "^3.3.0",
8383
"@types/node": "^25.0.3",
@@ -89,7 +89,7 @@
8989
"eslint": "^9.8.0",
9090
"eslint-config-prettier": "^10.0.1",
9191
"eslint-plugin-prettier": "^5.0.0",
92-
"jasmine": "^5.0.0",
92+
"jasmine": "^6.0.0",
9393
"jasmine-core": "^5.0.0",
9494
"jasmine-marbles": "^0.9.0",
9595
"jasmine-spec-reporter": "^7.0.0",

0 commit comments

Comments
 (0)