fix: upgrade ts-jest in packages

This commit is contained in:
Karol Sójko
2022-07-12 11:52:34 +02:00
parent 09e08ca899
commit 71e792da35
14 changed files with 40 additions and 106 deletions

View File

@@ -30,7 +30,7 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"ts-jest": "^27.1.3"
"ts-jest": "^28.0.5"
},
"dependencies": {
"@standardnotes/common": "^1.23.1",

View File

@@ -120,7 +120,7 @@
"redux-mock-store": "1.5.4",
"source-map-explorer": "2.5.2",
"styled-components": "5.3.5",
"ts-jest": "27.1.4",
"ts-jest": "^28.0.5",
"typescript": "4.6.2",
"uuid": "8.3.2"
}

View File

@@ -32,7 +32,7 @@
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"prettier": "*",
"ts-jest": "^27.1.3",
"ts-jest": "^28.0.5",
"typescript": "*"
},
"dependencies": {

View File

@@ -27,7 +27,7 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"ts-jest": "^27.1.3",
"ts-jest": "^28.0.5",
"ts-node": "^10.5.0"
},
"dependencies": {

View File

@@ -27,7 +27,7 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"ts-jest": "^27.1.3"
"ts-jest": "^28.0.5"
},
"dependencies": {
"@standardnotes/common": "^1.23.1",

View File

@@ -24,7 +24,7 @@
"prettier": "*",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"ts-jest": "^28.0.3",
"ts-jest": "^28.0.5",
"ts-loader": "^9.3.0",
"typescript": "*",
"webpack": "*",

View File

@@ -28,7 +28,7 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"ts-jest": "^27.1.3",
"ts-jest": "^28.0.5",
"typescript": "*"
},
"dependencies": {

View File

@@ -28,7 +28,7 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"ts-jest": "^27.1.3"
"ts-jest": "^28.0.5"
},
"dependencies": {
"@standardnotes/common": "^1.23.1",

View File

@@ -37,6 +37,6 @@
"@typescript-eslint/parser": "^5.12.1",
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"ts-jest": "^27.1.3"
"ts-jest": "^28.0.5"
}
}

View File

@@ -40,6 +40,6 @@
"eslint-plugin-prettier": "*",
"jest": "^28.1.2",
"jsdom": "^20.0.0",
"ts-jest": "^27.1.3"
"ts-jest": "^28.0.5"
}
}

View File

@@ -55,7 +55,7 @@
"sass-loader": "*",
"svg-jest": "^1.0.1",
"tailwindcss": "^3.1.4",
"ts-jest": "^27.1.4",
"ts-jest": "^28.0.5",
"ts-loader": "^9.2.8",
"typescript": "*",
"webpack": "*",