From 3ec6af2ecc80a6a2c8b2e6ea4ff71631ef297953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:49:30 +0000 Subject: [PATCH] Update dependency @total-typescript/exercise-cli to ^0.6.0 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index df881f6..cdd013a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "zod": "^3.21.4" }, "devDependencies": { - "@total-typescript/exercise-cli": "^0.5.1", + "@total-typescript/exercise-cli": "^0.6.0", "cross-fetch": "^3.1.5", "jsdom": "^21.1.1", "prettier": "^2.8.7", @@ -841,9 +841,9 @@ } }, "node_modules/@total-typescript/exercise-cli": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@total-typescript/exercise-cli/-/exercise-cli-0.5.1.tgz", - "integrity": "sha512-6r7UUYyxJY4rkAeq98jW80gSAivhq9h32X3vhlehecWeVDNRZnZJyBN3U+YKmJUZccwO3d4yWXy50mvdU9M0BA==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@total-typescript/exercise-cli/-/exercise-cli-0.6.0.tgz", + "integrity": "sha512-lsXWyD7Gam5g1GcPPaxSdKI5b+xMcWD9/a+rD6+HCXo0/5g0Fj8tZLl7285ujCZ8Yf99KKcoT5sQEz5L1UPNyw==", "dev": true, "dependencies": { "chokidar": "^3.5.3", @@ -857,8 +857,8 @@ "tt-cli": "dist/bin.js" }, "peerDependencies": { - "typescript": "^5", - "vitest": "^1" + "typescript": "*", + "vitest": "*" } }, "node_modules/@types/body-parser": { @@ -4542,9 +4542,9 @@ "dev": true }, "@total-typescript/exercise-cli": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@total-typescript/exercise-cli/-/exercise-cli-0.5.1.tgz", - "integrity": "sha512-6r7UUYyxJY4rkAeq98jW80gSAivhq9h32X3vhlehecWeVDNRZnZJyBN3U+YKmJUZccwO3d4yWXy50mvdU9M0BA==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@total-typescript/exercise-cli/-/exercise-cli-0.6.0.tgz", + "integrity": "sha512-lsXWyD7Gam5g1GcPPaxSdKI5b+xMcWD9/a+rD6+HCXo0/5g0Fj8tZLl7285ujCZ8Yf99KKcoT5sQEz5L1UPNyw==", "dev": true, "requires": { "chokidar": "^3.5.3", diff --git a/package.json b/package.json index f02e972..f97b1b4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Matt Pocock ", "license": "GPL", "devDependencies": { - "@total-typescript/exercise-cli": "^0.5.1", + "@total-typescript/exercise-cli": "^0.6.0", "cross-fetch": "^3.1.5", "jsdom": "^21.1.1", "prettier": "^2.8.7",