Merge branch 'v4/backend' into pluginAPI/loadPlugin

This commit is contained in:
Alexandre Bodin 2021-07-30 11:54:01 +02:00
commit 4fa9ed2bcc
30 changed files with 3 additions and 67 deletions

View File

@ -1,64 +0,0 @@
{
"name": "@strapi/connector-bookshelf",
"version": "3.6.5",
"description": "Bookshelf hook for the Strapi framework",
"homepage": "https://strapi.io",
"keywords": [
"bookshelf",
"hook",
"migrations",
"orm",
"sql",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"bookshelf": "^1.0.1",
"date-fns": "^2.19.0",
"inquirer": "^6.3.1",
"lodash": "4.17.21",
"p-map": "4.0.0",
"pluralize": "^8.0.0",
"rimraf": "3.0.2",
"@strapi/utils": "3.6.5"
},
"peerDependencies": {
"knex": "0.21.18"
},
"strapi": {
"dependencies": [
"knex"
]
},
"scripts": {
"test": "echo not tests yet"
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}

View File

@ -12,7 +12,7 @@ const mergeRoutes = (a, b, key) =>
module.exports = async strapi => {
const adminPath = findPackagePath('@strapi/admin');
const [files, config] = await Promise.all([
loadFiles(adminPath, '!(config|node_modules|tests|ee|scripts)/*.*(js|json)'),
loadFiles(adminPath, '!(config|node_modules|tests|ee|build|scripts)/*.*(js|json)'),
loadConfig(adminPath),
]);

View File

@ -17,7 +17,7 @@
"into-stream": "^5.1.0"
},
"peerDependencies": {
"@strapi/plugin-upload": "^3.1.6"
"@strapi/plugin-upload": "^4.0.0"
},
"strapi": {
"isProvider": true

View File

@ -31,7 +31,7 @@
"url": "git://github.com/strapi/strapi.git"
},
"peerDependencies": {
"@strapi/plugin-upload": "^3.1.6"
"@strapi/plugin-upload": "^4.0.0"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"