chore(dep): upgrade @types/jest

This commit is contained in:
Karol Sójko
2022-07-13 09:28:13 +02:00
parent b3c8d6e976
commit 431f1e3bac
16 changed files with 39 additions and 29 deletions

View File

@@ -25,7 +25,7 @@
"test:unit": "jest spec --coverage"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",

View File

@@ -94,7 +94,7 @@
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/lodash": "4.14.179",
"@types/node": "17.0.21",
"@types/react": "17.0.40",

View File

@@ -45,7 +45,7 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/lodash": "^4.14.179",
"@types/marked": "^4.0.2",
"@types/node": "^17.0.21",

View File

@@ -25,7 +25,7 @@
},
"devDependencies": {
"@standardnotes/config": "2.4.3",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "*",
"eslint": "*",

View File

@@ -31,7 +31,7 @@
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",

View File

@@ -23,7 +23,7 @@
"test:unit": "jest"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",

View File

@@ -23,7 +23,7 @@
"test:unit": "jest"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",

View File

@@ -94,7 +94,7 @@
"@standardnotes/config": "^2.4.3",
"@types/detox": "^18.1.0",
"@types/faker": "^6.6.9",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/js-base64": "^3.3.1",
"@types/react": "17.0.2",
"@types/react-native": "^0.67.3",

View File

@@ -23,7 +23,7 @@
"test:unit": "jest"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",

View File

@@ -24,7 +24,7 @@
"test:unit": "jest spec --coverage --passWithNoTests"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",

View File

@@ -32,7 +32,7 @@
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.12.1",
"eslint-plugin-prettier": "*",

View File

@@ -32,7 +32,7 @@
"@babel/core": "*",
"@babel/preset-env": "*",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/jsdom": "^16.2.14",
"@types/libsodium-wrappers": "^0.7.9",
"@types/lodash": "^4.14.179",

View File

@@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/dompurify": "^2.3.3",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.179",
"@types/node": "^18.0.0",

View File

@@ -26,7 +26,7 @@
"@babel/preset-env": "*",
"@babel/preset-typescript": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/react": "^17.0.42",
"@types/react-dom": "^18.0.5",
"@types/wicg-file-system-access": "^2020.9.5",