Merge pull request #12313 from strapi/plugins-strapi-dependency

Add strapi as peerDependency to Strapi Market plugins
This commit is contained in:
Alexandre BODIN 2022-01-28 13:25:31 +01:00 committed by GitHub
commit bfa0cf898b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,9 @@
"reselect": "^4.0.0",
"swagger-ui-dist": "3.47.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"

View File

@ -51,6 +51,9 @@
"cross-env": "^7.0.3",
"koa": "^2.13.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"

View File

@ -26,6 +26,9 @@
"dependencies": {
"@sentry/node": "6.7.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"engines": {
"node": ">=12.22.0 <=16.x.x",
"npm": ">=6.0.0"