Remove unused dependencies

This commit is contained in:
Alexandre Bodin 2021-09-27 09:30:32 +02:00
parent d2e523d942
commit 086a80eb28
14 changed files with 1262 additions and 1696 deletions

View File

@ -34,7 +34,7 @@
"jest-circus": "26.6.3",
"jest-cli": "^26.0.1",
"jest-styled-components": "^7.0.2",
"lerna": "^3.13.1",
"lerna": "4.0.0",
"lint-staged": "^10.5.4",
"lodash": "4.17.21",
"npm-run-all": "^4.1.5",
@ -51,7 +51,6 @@
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"supertest": "5.0.0",
"wait-on": "^3.2.0",
"yargs": "^13.2.2"
},
"scripts": {

View File

@ -16,7 +16,6 @@
"create-strapi-app": "./index.js"
},
"dependencies": {
"chalk": "4.1.1",
"commander": "6.1.0",
"inquirer": "8.1.0",
"js-yaml": "4.1.0",

View File

@ -27,7 +27,7 @@
"node-fetch": "^2.6.1",
"ora": "5.4.0",
"@strapi/generate-new": "3.6.8",
"tar": "6.1.4"
"tar": "6.1.11"
},
"scripts": {
"test": "echo \"no tests yet\""

View File

@ -12,11 +12,9 @@
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/helper-plugin": "3.6.8",
"@strapi/utils": "3.6.8",
"lodash": "4.17.21",
"pluralize": "^8.0.0",
"yup": "^0.32.9"
"pluralize": "^8.0.0"
},
"author": {
"name": "Strapi team",

View File

@ -34,8 +34,5 @@
"knex": "0.95.6",
"lodash": "4.17.21",
"umzug": "2.3.0"
},
"devDependencies": {
"sqlite3": "5.0.2"
}
}

View File

@ -15,8 +15,7 @@
},
"dependencies": {
"lodash": "4.17.21",
"@strapi/provider-email-sendmail": "3.6.8",
"@strapi/utils": "3.6.8"
"@strapi/provider-email-sendmail": "3.6.8"
},
"devDependencies": {
"@strapi/helper-plugin": "3.6.8"

View File

@ -67,6 +67,7 @@ const createUpdateNotifier = strapi => {
const now = Date.now();
const latestVersion = config.get('latest');
const lastNotification = config.get('lastNotification') || 0;
if (
!process.stdout.isTTY ||
lastNotification + notifInterval > now ||

View File

@ -90,7 +90,7 @@
"@strapi/plugin-email": "3.6.8",
"@strapi/plugin-upload": "3.6.8",
"@strapi/utils": "3.6.8",
"boxen": "4.2.0",
"boxen": "5.1.2",
"chalk": "4.1.2",
"chokidar": "3.5.2",
"ci-info": "3.2.0",

View File

@ -17,14 +17,12 @@
"@strapi/helper-plugin": "3.6.8",
"@strapi/provider-upload-local": "3.6.8",
"@strapi/utils": "3.6.8",
"byte-size": "^7.0.1",
"cropperjs": "^1.5.11",
"byte-size": "7.0.1",
"cropperjs": "1.5.11",
"immer": "9.0.5",
"is-valid-domain": "0.0.17",
"koa-range": "0.3.0",
"koa-static": "^5.0.0",
"koa-static": "5.0.0",
"lodash": "4.17.21",
"node-fetch": "2.6.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
@ -33,9 +31,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.0.0",
"reactstrap": "8.4.1",
"sharp": "0.28.1",
"stream-to-array": "^2.3.0",
"uuid": "^3.2.1"
"sharp": "0.28.1"
},
"author": {
"name": "Strapi team",

View File

@ -23,7 +23,7 @@
"node-fetch": "^2.6.1",
"node-machine-id": "^1.1.10",
"ora": "^5.4.0",
"tar": "6.1.4",
"tar": "6.1.11",
"uuid": "^3.3.2"
},
"scripts": {

View File

@ -11,10 +11,8 @@
"kind": "plugin"
},
"dependencies": {
"lodash": "4.17.20",
"p-map": "4.0.0",
"pluralize": "8.0.0",
"@strapi/utils": "3.6.8"
"@strapi/utils": "3.6.8",
"lodash": "4.17.21"
},
"author": {
"name": "A Strapi developer",

View File

@ -13,7 +13,7 @@
},
"main": "./lib",
"dependencies": {
"@sendgrid/mail": "6.4.0",
"@sendgrid/mail": "7.4.7",
"@strapi/utils": "3.6.8"
},
"strapi": {

View File

@ -10,8 +10,8 @@
"test": "echo \"no tests yet\""
},
"dependencies": {
"pkgcloud": "^2.0.0",
"streamifier": "^0.1.1"
"pkgcloud": "2.2.0",
"streamifier": "0.1.1"
},
"engines": {
"node": ">=12.x.x <=16.x.x",

2913
yarn.lock

File diff suppressed because it is too large Load Diff