fix: upgrade jest with types to latest version

This commit is contained in:
Karol Sójko
2022-07-12 11:37:11 +02:00
parent 59327a5aa1
commit 09e08ca899
15 changed files with 47 additions and 67 deletions

View File

@@ -94,7 +94,7 @@
"@standardnotes/config": "^2.4.3",
"@types/detox": "^18.1.0",
"@types/faker": "^6.6.9",
"@types/jest": "^27.4.1",
"@types/jest": "^28.1.4",
"@types/js-base64": "^3.3.1",
"@types/react": "17.0.2",
"@types/react-native": "^0.67.3",
@@ -109,7 +109,7 @@
"eslint-plugin-prettier": "^4.0.0",
"faker": "^6.6.6",
"get-yarn-workspaces": "^1.0.2",
"jest": "^27.5.1",
"jest": "^28.1.2",
"jest-circus": "^27.5.1",
"metro-react-native-babel-preset": "^0.70.1",
"npm-check-updates": "*",