Chalk moved from dev dependencies to real deps

This commit is contained in:
GHOSCHT 2021-08-27 13:08:31 +02:00
parent 455211d1a8
commit 9a7da4a382

View file

@ -75,7 +75,8 @@
"sqlite3": "^5.0.2", "sqlite3": "^5.0.2",
"styled-components": "^5.3.0", "styled-components": "^5.3.0",
"typesafe-actions": "^5.1.0", "typesafe-actions": "^5.1.0",
"typescript": "^4.3.4" "typescript": "^4.3.4",
"chalk": "^4.1.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.0", "@babel/core": "^7.11.0",
@ -86,7 +87,6 @@
"@typescript-eslint/eslint-plugin": "^4.28.1", "@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1", "@typescript-eslint/parser": "^4.28.1",
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",
"chalk": "^4.1.2",
"concurrently": "^6.2.0", "concurrently": "^6.2.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^4.2.0", "css-loader": "^4.2.0",