Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Update type definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 31, 2022
1 parent a878a7f commit 44b19a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
16 changes: 8 additions & 8 deletions js/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cs124/questioner-types",
"version": "2022.9.1",
"version": "2022.10.0",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
Expand All @@ -22,18 +22,18 @@
"runtypes": ">= 6"
},
"devDependencies": {
"@cs124/jeed-types": "2022.9.0",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"@cs124/jeed-types": "2022.10.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"depcheck": "1.4.3",
"eslint": "8.23.1",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"npm-check-updates": "16.1.2",
"npm-check-updates": "16.3.16",
"prettier": "2.7.1",
"prettier-package-json": "2.6.4",
"prettier-package-json": "2.7.0",
"prettier-plugin-organize-imports": "3.1.1",
"rimraf": "3.0.2",
"runtypes": "6.6.0",
"typescript": "4.8.3"
"typescript": "4.8.4"
}
}
5 changes: 2 additions & 3 deletions js/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {
CheckstyleResults,
CompilationFailed,
CompiledSourceResult,
ComplexityFailed,
FeatureValue,
KtlintFailed,
KtlintResults,
Expand Down Expand Up @@ -242,9 +241,9 @@ export const FailedTasks = Partial({
checkstyle: CheckstyleFailed,
ktlint: KtlintFailed,
checkCompiledSubmission: String,
complexity: ComplexityFailed,
complexity: String,
features: String,
// lineCount doesn't fail
lineCount: String,
// execution
checkExecutedSubmission: String,
// executionCount doesn't fail
Expand Down

0 comments on commit 44b19a9

Please sign in to comment.