mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 21:35:41 +00:00
Merge pull request #12313 from strapi/plugins-strapi-dependency
Add strapi as peerDependency to Strapi Market plugins
This commit is contained in:
commit
bfa0cf898b
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user