Skip to content

Commit 4028e28

Browse files
Hristo313Hristo Hristov
andauthored
fix(cli): replace coveralls with coveralls-next (#1336)
Co-authored-by: Hristo Hristov <[email protected]>
1 parent cbd9bde commit 4028e28

File tree

3 files changed

+34
-257
lines changed

3 files changed

+34
-257
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"@types/node": "^22.5.5",
6767
"@typescript-eslint/eslint-plugin": "^7.5.0",
6868
"@typescript-eslint/parser": "^7.5.0",
69+
"coveralls-next": "^4.2.1",
6970
"browser-sync": "^3.0.3",
70-
"coveralls": "^3.1.1",
7171
"eslint": "^8.57.0",
7272
"eslint-plugin-import": "^2.29.1",
7373
"eslint-plugin-prefer-arrow": "^1.2.3",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"@schematics/angular": "~14.0.0",
9797
"@types/jasmine": "^5.1.4",
9898
"@types/node": "^22.5.5",
99+
"coveralls-next": "^4.2.1",
99100
"browser-sync": "^3.0.3",
100-
"coveralls": "^3.1.1",
101101
"jasmine": "^5.3.0",
102102
"jasmine-spec-reporter": "^7.0.0",
103103
"lite-server": "^2.6.1",

0 commit comments

Comments
 (0)