Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit ad2f585

Browse files
authored
Merge pull request #1351 from ghiscoding/chore/jest-preset-angular-v14
chore(deps): upgrade `jest-preset-angular` to v14
2 parents 5aaf397 + ff28a6a commit ad2f585

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"font-awesome": "^4.7.0",
111111
"jest": "^29.7.0",
112112
"jest-extended": "^4.0.2",
113-
"jest-preset-angular": "^13.1.5",
113+
"jest-preset-angular": "^14.0.0",
114114
"moment-mini": "^2.29.4",
115115
"ng-packagr": "^17.0.3",
116116
"ngx-bootstrap": "^12.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8604,10 +8604,10 @@ jest-pnp-resolver@^1.2.2:
86048604
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e"
86058605
integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==
86068606

8607-
jest-preset-angular@^13.1.5:
8608-
version "13.1.5"
8609-
resolved "https://registry.yarnpkg.com/jest-preset-angular/-/jest-preset-angular-13.1.5.tgz#5e31102acdd864dbb3a8f79f4fe7f1d0cab23825"
8610-
integrity sha512-jslbUX0SXK+JjB3Kxx2cS3i2qQM1Gvf5WMbKKPOpWp93qAaUnoyLsa0lxIHLHDON1Q/D8vchCPRVY4nfyVaqkQ==
8607+
jest-preset-angular@^14.0.0:
8608+
version "14.0.0"
8609+
resolved "https://registry.yarnpkg.com/jest-preset-angular/-/jest-preset-angular-14.0.0.tgz#5062a4ec6992388ae17b3df60d4539715d2c6f8b"
8610+
integrity sha512-gXGgzuGbpw3MRBMe/NGCu3r2E//GKmhtFveo0XUIXMvQ3je0vcOtK+WYjxtxFTTh2xFgrA/loY5BxBcKia/GaA==
86118611
dependencies:
86128612
bs-logger "^0.2.6"
86138613
esbuild-wasm ">=0.13.8"

0 commit comments

Comments
 (0)