Chalk moved from dev dependencies to real deps
This commit is contained in:
parent
455211d1a8
commit
9a7da4a382
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,8 @@
|
|||
"sqlite3": "^5.0.2",
|
||||
"styled-components": "^5.3.0",
|
||||
"typesafe-actions": "^5.1.0",
|
||||
"typescript": "^4.3.4"
|
||||
"typescript": "^4.3.4",
|
||||
"chalk": "^4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.0",
|
||||
|
@ -86,7 +87,6 @@
|
|||
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
||||
"@typescript-eslint/parser": "^4.28.1",
|
||||
"babel-loader": "^8.1.0",
|
||||
"chalk": "^4.1.2",
|
||||
"concurrently": "^6.2.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "^4.2.0",
|
||||
|
|
Reference in a new issue