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
2 changes: 1 addition & 1 deletion examples/custom-webpack/full-cycle-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/compiler-cli": "21.0.5",
"@angular/language-service": "21.0.5",
"@eslint/js": "^9.39.1",
"@types/jasmine": "5.1.5",
"@types/jasmine": "5.1.15",
"@types/node": "20.17.12",
"angular-eslint": "20.7.0",
"cypress": "15.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/cli": "21.0.3",
"@angular/compiler-cli": "21.0.5",
"@cypress/schematic": "4.1.4",
"@types/jasmine": "5.1.5",
"@types/jasmine": "5.1.15",
"@types/node": "20.17.12",
"cypress": "15.6.0",
"jasmine-core": "5.12.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/compiler-cli": "21.0.5",
"@angular/language-service": "21.0.5",
"@eslint/js": "^9.39.1",
"@types/jasmine": "5.1.5",
"@types/jasmine": "5.1.15",
"@types/node": "20.17.12",
"angular-eslint": "20.7.0",
"cypress": "15.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/jest/simple-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "21.0.5",
"@angular/language-service": "21.0.5",
"@eslint/js": "^9.39.1",
"@types/jasmine": "5.1.5",
"@types/jasmine": "5.1.15",
"@types/node": "20.17.12",
"angular-eslint": "20.7.0",
"cypress": "15.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/timestamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/language-service": "21.0.5",
"@cypress/schematic": "4.1.4",
"@eslint/js": "^9.39.1",
"@types/jasmine": "5.1.5",
"@types/jasmine": "5.1.15",
"@types/node": "20.17.12",
"angular-eslint": "20.7.0",
"cypress": "15.6.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6349,10 +6349,10 @@ __metadata:
languageName: node
linkType: hard

"@types/jasmine@npm:5.1.5":
version: 5.1.5
resolution: "@types/jasmine@npm:5.1.5"
checksum: 7c3e30fb6de5501c99666928f93b2d9c532ef73e09051434a185e61f032148f49bed218ccf405e72dfc1b3d213cbd28732050bb4bf3ccdf0577fa1febdb56d13
"@types/jasmine@npm:5.1.15":
version: 5.1.15
resolution: "@types/jasmine@npm:5.1.15"
checksum: e99189d3f3b1bb01878c954377ae0333597d8e3837f624c0bf7892bb6505c90377f0c8a18351d3389412cb016af7664408e99bc5590922d745c4802c66c50a67
languageName: node
linkType: hard

Expand Down Expand Up @@ -11759,7 +11759,7 @@ __metadata:
"@angular/platform-browser-dynamic": 21.0.5
"@angular/router": 21.0.5
"@eslint/js": ^9.39.1
"@types/jasmine": 5.1.5
"@types/jasmine": 5.1.15
"@types/node": 20.17.12
angular-eslint: 20.7.0
cypress: 15.6.0
Expand Down Expand Up @@ -18263,7 +18263,7 @@ __metadata:
"@angular/platform-browser-dynamic": 21.0.5
"@angular/router": 21.0.5
"@cypress/schematic": 4.1.4
"@types/jasmine": 5.1.5
"@types/jasmine": 5.1.15
"@types/node": 20.17.12
cypress: 15.6.0
jasmine-core: 5.12.1
Expand Down Expand Up @@ -18299,7 +18299,7 @@ __metadata:
"@angular/platform-browser-dynamic": 21.0.5
"@angular/router": 21.0.5
"@eslint/js": ^9.39.1
"@types/jasmine": 5.1.5
"@types/jasmine": 5.1.15
"@types/node": 20.17.12
angular-eslint: 20.7.0
cypress: 15.6.0
Expand Down Expand Up @@ -18800,7 +18800,7 @@ __metadata:
"@angular/platform-browser-dynamic": 21.0.5
"@angular/router": 21.0.5
"@eslint/js": ^9.39.1
"@types/jasmine": 5.1.5
"@types/jasmine": 5.1.15
"@types/node": 20.17.12
angular-eslint: 20.7.0
cypress: 15.6.0
Expand Down Expand Up @@ -19755,7 +19755,7 @@ __metadata:
"@angular/router": 21.0.5
"@cypress/schematic": 4.1.4
"@eslint/js": ^9.39.1
"@types/jasmine": 5.1.5
"@types/jasmine": 5.1.15
"@types/node": 20.17.12
angular-eslint: 20.7.0
cypress: 15.6.0
Expand Down
Loading