updated jest to fix remix-tests tests
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -208,7 +208,7 @@ |
"@types/axios": "^0.14.0", | ||
"@types/chai": "^4.2.11", | ||
"@types/fs-extra": "^9.0.1", | ||
"@types/jest": "25.1.4", | ||
"@types/jest": "^27.0.2", | ||
"@types/lodash": "^4.14.172", | ||
"@types/mocha": "^7.0.2", | ||
"@types/nightwatch": "^1.1.6", | ||
... | ... | @@ -263,7 +263,7 @@ |
"ipfs-mini": "^1.1.5", | ||
"is-electron": "^2.2.0", | ||
"javascript-serialize": "^1.6.1", | ||
"jest": "25.2.3", | ||
"jest": "^27.2.4", | ||
"js-base64": "^2.1.9", | ||
"js-beautify": "1.6.14", | ||
"lerna": "^3.22.1", | ||
... | ... | @@ -290,7 +290,7 @@ |
"tap-spec": "^5.0.0", | ||
"tape": "^4.13.3", | ||
"terser-webpack-plugin": "^4.2.3", | ||
"ts-jest": "25.2.1", | ||
"ts-jest": "^27.0.5", | ||
"ts-node": "^7.0.1", | ||
"tslint": "~6.0.0", | ||
"typescript": "^4.4.3", | ||
... | ... |
Please
register
or
sign in
to comment