aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 50a8c01..3365ecc 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"dist"
],
"devDependencies": {
- "@types/jest": "^24.9.1",
+ "@types/jest": "^26.0.4",
"@types/node": "^12.12.50",
"@types/prettier": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
@@ -35,12 +35,12 @@
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^3.0.9",
- "jest": "^25.5.4",
+ "jest": "^26.1.0",
"lint-staged": "^9.5.0",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.0",
"rimraf": "^3.0.2",
- "ts-jest": "^25.5.1",
+ "ts-jest": "^26.1.2",
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
},