mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 04:33:46 +00:00
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.2...v7.2.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "strapi-plugin-upload",
|
|
"version": "3.5.4",
|
|
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
|
"strapi": {
|
|
"name": "Media Library",
|
|
"icon": "cloud-upload-alt",
|
|
"description": "upload.plugin.description",
|
|
"required": true
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"no tests yet\""
|
|
},
|
|
"dependencies": {
|
|
"@buffetjs/core": "3.3.4",
|
|
"@buffetjs/custom": "3.3.4",
|
|
"@buffetjs/hooks": "3.3.4",
|
|
"@buffetjs/icons": "3.3.4",
|
|
"@buffetjs/styles": "3.3.4",
|
|
"@buffetjs/utils": "3.3.4",
|
|
"byte-size": "^7.0.1",
|
|
"cropperjs": "^1.5.11",
|
|
"immer": "^8.0.1",
|
|
"immutable": "^3.8.2",
|
|
"is-valid-domain": "0.0.17",
|
|
"koa-range": "0.3.0",
|
|
"koa-static": "^5.0.0",
|
|
"lodash": "4.17.20",
|
|
"node-fetch": "2.6.1",
|
|
"react": "^16.14.0",
|
|
"react-copy-to-clipboard": "^5.0.3",
|
|
"react-dom": "^16.9.0",
|
|
"react-intl": "4.5.0",
|
|
"react-redux": "^7.2.3",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.0.0",
|
|
"reactstrap": "8.4.1",
|
|
"sharp": "0.27.2",
|
|
"strapi-helper-plugin": "3.5.4",
|
|
"strapi-provider-upload-local": "3.5.4",
|
|
"strapi-utils": "3.5.4",
|
|
"stream-to-array": "^2.3.0",
|
|
"uuid": "^3.2.1"
|
|
},
|
|
"author": {
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "A Strapi developer",
|
|
"email": "",
|
|
"url": ""
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=10.16.0 <=14.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
|
|
}
|