Skip to content

Commit 0c8fe74

Browse files
authored
Merge pull request #94 from total-typescript/renovate/total-typescript-exercise-cli-0.x
Update dependency @total-typescript/exercise-cli to ^0.6.0
2 parents 5ef3f42 + 3764859 commit 0c8fe74

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/renovate-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Copy Snapshot To Branch
2929
run: cp main/snap.md branch/snap.md
3030
- name: Compare Snapshot In Branch
31-
run: (cd branch && npx tt-cli compare-snapshot)
31+
run: (cd branch && npx tt-cli compare-snapshot ./snap.md)

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Matt Pocock <[email protected]>",
77
"license": "GPL-3.0",
88
"devDependencies": {
9-
"@total-typescript/exercise-cli": "^0.5.1",
9+
"@total-typescript/exercise-cli": "^0.6.0",
1010
"@types/node": "^18.6.5",
1111
"cross-fetch": "^3.1.5",
1212
"jsdom": "^21.1.1",

0 commit comments

Comments
 (0)