Skip to content

Commit

Permalink
Try to make this a regular dependency (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Jun 10, 2023
1 parent 506a18b commit 4398374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"babel-jest": "^29.5.0",
"chalk": "^4.1.2",
"core-js": "~3.30.2",
"jest": "^29.5.0"
"jest": "^29.5.0",
"typescript": "~5.0.3"
},
"devDependencies": {
"@exercism/eslint-config-tooling": "^0.4.0",
Expand All @@ -53,8 +54,7 @@
"eslint-plugin-jest": "^27.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"typescript": "~5.0.3"
"ts-jest": "^29.1.0"
},
"packageManager": "yarn@3.6.0"
}

0 comments on commit 4398374

Please sign in to comment.