Skip to content

Commit 88517e0

Browse files
committed
fix: fixes
1 parent 950d0fd commit 88517e0

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
},
6363
"description": "An Ionic project",
6464
"devDependencies": {
65-
"jest": "26.6.0"
65+
"jest": "26"
6666
}
6767
}

example/yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6406,7 +6406,7 @@ jest-circus@26.6.0:
64066406
stack-utils "^2.0.2"
64076407
throat "^5.0.0"
64086408

6409-
jest-cli@^26.6.0:
6409+
jest-cli@^26.6.0, jest-cli@^26.6.3:
64106410
version "26.6.3"
64116411
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a"
64126412
integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==
@@ -6811,6 +6811,15 @@ jest-worker@^26.5.0, jest-worker@^26.6.2:
68116811
merge-stream "^2.0.0"
68126812
supports-color "^7.0.0"
68136813

6814+
jest@26:
6815+
version "26.6.3"
6816+
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
6817+
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
6818+
dependencies:
6819+
"@jest/core" "^26.6.3"
6820+
import-local "^3.0.2"
6821+
jest-cli "^26.6.3"
6822+
68146823
jest@26.6.0:
68156824
version "26.6.0"
68166825
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.0.tgz#546b25a1d8c888569dbbe93cae131748086a4a25"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@babel/preset-typescript": "^7.15.0",
5656
"@ionic/react": "^5.6.14",
5757
"@testing-library/react": "^12.0.0",
58-
"@types/jest": "26.6.0",
58+
"@types/jest": "^26",
5959
"@types/node": "^16.6.1",
6060
"@types/react": "^17.0.18",
6161
"auto-changelog": "^2.3.0",
@@ -68,7 +68,7 @@
6868
"react": "^17.0.2",
6969
"react-dom": "^17.0.2",
7070
"rimraf": "^3.0.2",
71-
"ts-jest": "26.6.0",
71+
"ts-jest": "^26",
7272
"ts-node": "^10.2.0",
7373
"typescript": "^4.3.5"
7474
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@
14461446
dependencies:
14471447
"@types/istanbul-lib-report" "*"
14481448

1449-
"@types/jest@26.6.0":
1449+
"@types/jest@^26":
14501450
version "26.0.24"
14511451
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
14521452
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
@@ -6200,7 +6200,7 @@ trim-newlines@^3.0.0:
62006200
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
62016201
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
62026202

6203-
ts-jest@26.6.0:
6203+
ts-jest@^26:
62046204
version "26.5.6"
62056205
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-26.5.6.tgz#c32e0746425274e1dfe333f43cd3c800e014ec35"
62066206
integrity sha512-rua+rCP8DxpA8b4DQD/6X2HQS8Zy/xzViVYfEs2OQu68tkCuKLV0Md8pmX55+W24uRIyAsf/BajRfxOs+R2MKA==

0 commit comments

Comments
 (0)