Skip to content

Commit

Permalink
update @types/node version in angular package to be aligned with the …
Browse files Browse the repository at this point in the history
…version in sitecore-jss packages; this fixes test run in sitecore-jss-angular
  • Loading branch information
yavorsk committed Dec 6, 2023
1 parent f7c6385 commit 836ed9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/sitecore-jss-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/platform-browser-dynamic": "~15.2.9",
"@angular/router": "~15.2.9",
"@types/jasmine": "^3.4.1",
"@types/node": "^14.14.35",
"@types/node": "^16.11.6",
"codelyzer": "^6.0.1",
"eslint": "~8.3.0",
"eslint-plugin-deprecation": "^1.5.0",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5335,7 +5335,7 @@ __metadata:
"@angular/router": ~15.2.9
"@sitecore-jss/sitecore-jss": 21.7.0-canary.20
"@types/jasmine": ^3.4.1
"@types/node": ^14.14.35
"@types/node": ^16.11.6
codelyzer: ^6.0.1
eslint: ~8.3.0
eslint-plugin-deprecation: ^1.5.0
Expand Down Expand Up @@ -6448,13 +6448,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^14.14.35":
version: 14.18.63
resolution: "@types/node@npm:14.18.63"
checksum: be909061a54931778c71c49dc562586c32f909c4b6197e3d71e6dac726d8bd9fccb9f599c0df99f52742b68153712b5097c0f00cac4e279fa894b0ea6719a8fd
languageName: node
linkType: hard

"@types/node@npm:^16.11.6":
version: 16.18.65
resolution: "@types/node@npm:16.18.65"
Expand Down

0 comments on commit 836ed9b

Please sign in to comment.