feat: resolve lint/build/test errors
Node.js CI / Lint and Test (pull_request) Failing after 1m27s

This commit is contained in:
2025-02-17 11:48:46 -08:00
parent fc213289c2
commit f2c6d6d3ef
58 changed files with 767 additions and 392 deletions
+3 -2
View File
@@ -27,14 +27,15 @@
"@angular/cli": "^19.1.7",
"@angular/compiler-cli": "^19.1.0",
"@nhcarrigan/eslint-config": "5.2.0",
"@repo/types": "../packages/types",
"@types/jasmine": "~5.1.0",
"eslint": "9.20.1",
"jasmine-core": "~5.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2",
"@repo/types": "../packages/types"
"typescript": "~5.7.2"
}
}