mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update dependency @types/jasmine to v5 (#54288)
See associated pull request for more information. PR Close #54288
This commit is contained in:
parent
297e73c83b
commit
0d4e983c24
2 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"@angular-devkit/build-angular": "^17.2.0-next",
|
||||
"@angular/cli": "^17.2.0-next",
|
||||
"@angular/compiler-cli": "^17.2.0-next",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"@types/node": "^16.11.35",
|
||||
"copyfiles": "^2.4.1",
|
||||
"jasmine-core": "~5.1.0",
|
||||
|
|
@ -3729,9 +3729,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/jasmine": {
|
||||
"version": "4.3.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.3.6.tgz",
|
||||
"integrity": "sha512-3N0FpQTeiWjm+Oo1WUYWguUS7E6JLceiGTriFrG8k5PU7zRLJCzLcWURU3wjMbZGS//a2/LgjsnO3QxIlwxt9g==",
|
||||
"version": "5.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz",
|
||||
"integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/json-schema": {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
"@angular-devkit/build-angular": "^17.2.0-next",
|
||||
"@angular/cli": "^17.2.0-next",
|
||||
"@angular/compiler-cli": "^17.2.0-next",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"@types/node": "^16.11.35",
|
||||
"copyfiles": "^2.4.1",
|
||||
"jasmine-core": "~5.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue