mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Removed unused chalk dependency
no issue - left over from removing the stable branch warning from the Gruntfile - it's not used anywhere else
This commit is contained in:
parent
dfb2995922
commit
5989400df7
3 changed files with 8 additions and 10 deletions
|
@ -11,7 +11,6 @@ require('./core/server/overrides');
|
|||
const config = require('./core/server/config');
|
||||
const urlService = require('./core/frontend/services/url');
|
||||
const _ = require('lodash');
|
||||
const chalk = require('chalk');
|
||||
const fs = require('fs-extra');
|
||||
const KnexMigrator = require('knex-migrator');
|
||||
const knexMigrator = new KnexMigrator({
|
||||
|
|
|
@ -64,7 +64,6 @@
|
|||
"bookshelf-relations": "1.3.1",
|
||||
"brute-knex": "4.0.0",
|
||||
"bson-objectid": "1.3.0",
|
||||
"chalk": "3.0.0",
|
||||
"cheerio": "0.22.0",
|
||||
"compression": "1.7.4",
|
||||
"connect-slashes": "1.4.0",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -1475,14 +1475,6 @@ chalk@2.3.0:
|
|||
escape-string-regexp "^1.0.5"
|
||||
supports-color "^4.0.0"
|
||||
|
||||
chalk@3.0.0, chalk@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
|
||||
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
|
||||
dependencies:
|
||||
ansi-styles "^4.1.0"
|
||||
supports-color "^7.1.0"
|
||||
|
||||
chalk@^1.0.0, chalk@^1.1.1:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
|
||||
|
@ -1503,6 +1495,14 @@ chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2, chalk@~2.4.1:
|
|||
escape-string-regexp "^1.0.5"
|
||||
supports-color "^5.3.0"
|
||||
|
||||
chalk@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
|
||||
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
|
||||
dependencies:
|
||||
ansi-styles "^4.1.0"
|
||||
supports-color "^7.1.0"
|
||||
|
||||
character-entities-html4@^1.0.0:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.3.tgz#5ce6e01618e47048ac22f34f7f39db5c6fd679ef"
|
||||
|
|
Loading…
Reference in a new issue