diff --git a/package-lock.json b/package-lock.json index 413792f..3273aeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "zod": "^3.21.4" }, "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", "typescript": "^5.4.5", @@ -655,9 +655,9 @@ "dev": true }, "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", @@ -671,8 +671,8 @@ "tt-cli": "dist/bin.js" }, "peerDependencies": { - "typescript": "^5", - "vitest": "^1" + "typescript": "*", + "vitest": "*" } }, "node_modules/@types/estree": { @@ -2346,9 +2346,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 0f90202..b220c73 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Matt Pocock ", "license": "MIT", "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", "typescript": "^5.4.5",