Remove chalk

This commit is contained in:
Andras Schmelczer 2025-02-25 22:50:46 +00:00
parent d0302a72c3
commit d19b1ff449
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 2 additions and 15 deletions

View file

@ -6748,7 +6748,6 @@
},
"devDependencies": {
"@types/node": "^22.13.5",
"chalk": "^5.4.1",
"sync-client": "file:../sync-client",
"ts-loader": "^9.5.2",
"tslib": "2.8.1",
@ -6757,17 +6756,6 @@
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
},
"test-client/node_modules/chalk": {
"version": "5.4.1",
"dev": true,
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
}
}
}

View file

@ -27,4 +27,4 @@
"prettier": "^3.5.2",
"typescript-eslint": "8.24.1"
}
}
}

View file

@ -12,7 +12,6 @@
},
"devDependencies": {
"@types/node": "^22.13.5",
"chalk": "^5.4.1",
"sync-client": "file:../sync-client",
"ts-loader": "^9.5.2",
"tslib": "2.8.1",
@ -21,4 +20,4 @@
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}
}