Skip to content

Commit 4d45a3a

Browse files
committed
chore(deps): ts-jest -> 25.4.0
to fix jest cache error
1 parent 140a15c commit 4d45a3a

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
@@ -57,7 +57,7 @@
5757
"react": "^16.8.0",
5858
"react-dom": "^16.8.0",
5959
"react-test-renderer": "^16.11.0",
60-
"ts-jest": "^25.3.1",
60+
"ts-jest": "^25.4.0",
6161
"typescript": "^3.8.3"
6262
},
6363
"husky": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5366,10 +5366,10 @@ trim-repeated@^1.0.0:
53665366
dependencies:
53675367
escape-string-regexp "^1.0.2"
53685368

5369-
ts-jest@^25.3.1:
5370-
version "25.3.1"
5371-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.3.1.tgz#58e2ed3506e4e4487c0b9b532846a5cade9656ba"
5372-
integrity sha512-O53FtKguoMUByalAJW+NWEv7c4tus5ckmhfa7/V0jBb2z8v5rDSLFC1Ate7wLknYPC1euuhY6eJjQq4FtOZrkg==
5369+
ts-jest@^25.4.0:
5370+
version "25.4.0"
5371+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-25.4.0.tgz#5ad504299f8541d463a52e93e5e9d76876be0ba4"
5372+
integrity sha512-+0ZrksdaquxGUBwSdTIcdX7VXdwLIlSRsyjivVA9gcO+Cvr6ByqDhu/mi5+HCcb6cMkiQp5xZ8qRO7/eCqLeyw==
53735373
dependencies:
53745374
bs-logger "0.x"
53755375
buffer-from "1.x"

0 commit comments

Comments
 (0)