From 8efe5f5e1a8505d28f45f2140eb34f676e8c0266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Sat, 12 Jun 2021 17:01:47 +0200 Subject: [PATCH] fix(deps): bumped all deps --- package.json | 14 +++++++------- tsconfig.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index cd22baa..e722faf 100644 --- a/package.json +++ b/package.json @@ -40,18 +40,18 @@ } }, "devDependencies": { - "@types/jest": "^26.0.15", - "@types/node": "^14.14.10", - "commitizen": "^4.2.2", + "@types/jest": "^26.0.23", + "@types/node": "^15.12.2", + "commitizen": "^4.2.4", "coveralls": "3.1.0", "cz-conventional-changelog": "^3.3.0", - "jest": "^26.6.3", + "jest": "^27.0.4", "rimraf": "3.0.2", - "ts-jest": "^26.4.4", + "ts-jest": "^27.0.3", "ts-node": "^9.0.0", - "typescript": "4.1.2" + "typescript": "4.3.2" }, "dependencies": { - "chalk": "^4.1.0" + "chalk": "^4.1.1" } } diff --git a/tsconfig.json b/tsconfig.json index 93a268d..5962680 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,11 @@ { "compilerOptions": { "declaration": true, - "lib": [ "es2015", "es2017" ], + "lib": [ "ES2017" ], "types": [ "jest", "node" ], "noEmit": true, "module": "CommonJS", - "target": "ES2015" + "target": "ES2017" }, "include": [ "index.ts",