From c67307ea426f0493b3f85989ab10c0723620d4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Tue, 31 Jan 2023 08:24:55 +0100 Subject: [PATCH] feat(deps): bumped all deps, particularly typescript to 4.9 --- package.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 09cf4a7..89502ec 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "scripts": { "build": "./node_modules/.bin/rimraf dist && ./node_modules/.bin/tsc -p tsconfig.prod.json", "test": "node_modules/.bin/jest --coverage", - "cz": "git-cz" + "cz": "git-cz --disable-emoji" }, "repository": { "type": "git", @@ -35,15 +35,16 @@ ], "dependencies": { "core-types": "^1.10.0", - "typescript": "^4.7.4" + "typescript": "^4.9.5" }, "devDependencies": { - "@types/jest": "^28.1.2", + "@types/jest": "^29.4.0", "cz-conventional-changelog": "^3.3.0", - "jest": "^28.1.1", - "rimraf": "^3.0.2", - "ts-jest": "^28.0.5", - "ts-node": "^10.8.1" + "git-cz": "^4.9.0", + "jest": "^29.4.1", + "rimraf": "^4.1.2", + "ts-jest": "^29.0.5", + "ts-node": "^10.9.1" }, "config": { "commitizen": { @@ -62,5 +63,6 @@ "text", "html" ] - } + }, + "packageManager": "yarn@3.2.4" }