nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit d7cca7b467299a864e8b49cbbb7fb7924bb0d9b3
parent 8f6c0a9d2fa069cd5e7466f4d742235cb17761f8
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sat, 11 Mar 2023 13:41:11 +0100

build: do not update chalk to version 5.0.0

It has new import system which is not compatible with existing build
script

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -28,7 +28,7 @@ "babel-loader": "^9.1.2", "babel-plugin-rewire": "^1.2.0", "chai": "^4.3.7", - "chalk": "^4.1.1", + "chalk": "<5.0.0", "child_process": "^1.0.2", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^11.0.0",