diff --git a/.github/workflows/renovate-checks.yml b/.github/workflows/renovate-checks.yml index 2deb0e06..d56979c9 100644 --- a/.github/workflows/renovate-checks.yml +++ b/.github/workflows/renovate-checks.yml @@ -28,4 +28,4 @@ jobs: - name: Copy Snapshot To Branch run: cp main/snap.md branch/snap.md - name: Compare Snapshot In Branch - run: (cd branch && npx tt-cli compare-snapshot) + run: (cd branch && npx tt-cli compare-snapshot ./snap.md) diff --git a/package-lock.json b/package-lock.json index 6f0e1872..b421c3bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "zod": "^3.17.10" }, "devDependencies": { - "@total-typescript/exercise-cli": "^0.5.1", + "@total-typescript/exercise-cli": "^0.6.0", "@types/node": "^18.6.5", "cross-fetch": "^3.1.5", "jsdom": "^21.1.1", @@ -600,9 +600,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", @@ -616,8 +616,8 @@ "tt-cli": "dist/bin.js" }, "peerDependencies": { - "typescript": "^5", - "vitest": "^1" + "typescript": "*", + "vitest": "*" } }, "node_modules/@types/body-parser": { @@ -3618,9 +3618,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 54dc6621..06016956 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Matt Pocock ", "license": "GPL-3.0", "devDependencies": { - "@total-typescript/exercise-cli": "^0.5.1", + "@total-typescript/exercise-cli": "^0.6.0", "@types/node": "^18.6.5", "cross-fetch": "^3.1.5", "jsdom": "^21.1.1",