Merge pull request #13566 from strapi/4.2.0

4.2.0
This commit is contained in:
Jean-Sébastien Herbaux 2022-06-15 15:17:49 +02:00 committed by GitHub
commit c5ffea6ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
36 changed files with 94 additions and 94 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "check-pr-status", "name": "check-pr-status",
"version": "4.1.12", "version": "4.2.0",
"main": "dist/index.js", "main": "dist/index.js",
"license": "MIT", "license": "MIT",
"private": true, "private": true,

View File

@ -1,7 +1,7 @@
{ {
"name": "getstarted", "name": "getstarted",
"private": true, "private": true,
"version": "4.1.12", "version": "4.2.0",
"description": "A Strapi application.", "description": "A Strapi application.",
"scripts": { "scripts": {
"develop": "strapi develop", "develop": "strapi develop",
@ -12,17 +12,17 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/admin": "4.1.12", "@strapi/admin": "4.2.0",
"@strapi/plugin-documentation": "4.1.12", "@strapi/plugin-documentation": "4.2.0",
"@strapi/plugin-graphql": "4.1.12", "@strapi/plugin-graphql": "4.2.0",
"@strapi/plugin-i18n": "4.1.12", "@strapi/plugin-i18n": "4.2.0",
"@strapi/plugin-sentry": "4.1.12", "@strapi/plugin-sentry": "4.2.0",
"@strapi/plugin-users-permissions": "4.1.12", "@strapi/plugin-users-permissions": "4.2.0",
"@strapi/provider-email-mailgun": "4.1.12", "@strapi/provider-email-mailgun": "4.2.0",
"@strapi/provider-upload-aws-s3": "4.1.12", "@strapi/provider-upload-aws-s3": "4.2.0",
"@strapi/provider-upload-cloudinary": "4.1.12", "@strapi/provider-upload-cloudinary": "4.2.0",
"@strapi/strapi": "4.1.12", "@strapi/strapi": "4.2.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"@vscode/sqlite3": "5.0.8", "@vscode/sqlite3": "5.0.8",
"better-sqlite3": "7.4.6", "better-sqlite3": "7.4.6",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -1,7 +1,7 @@
{ {
"name": "kitchensink", "name": "kitchensink",
"private": true, "private": true,
"version": "4.1.12", "version": "4.2.0",
"description": "A Strapi application.", "description": "A Strapi application.",
"scripts": { "scripts": {
"develop": "strapi develop", "develop": "strapi develop",
@ -12,12 +12,12 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/admin": "4.1.12", "@strapi/admin": "4.2.0",
"@strapi/provider-email-mailgun": "4.1.12", "@strapi/provider-email-mailgun": "4.2.0",
"@strapi/provider-upload-aws-s3": "4.1.12", "@strapi/provider-upload-aws-s3": "4.2.0",
"@strapi/provider-upload-cloudinary": "4.1.12", "@strapi/provider-upload-cloudinary": "4.2.0",
"@strapi/strapi": "4.1.12", "@strapi/strapi": "4.2.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"mysql": "2.18.1", "mysql": "2.18.1",
"passport-google-oauth2": "0.2.0", "passport-google-oauth2": "0.2.0",

View File

@ -1,5 +1,5 @@
{ {
"version": "4.1.12", "version": "4.2.0",
"packages": [ "packages": [
"packages/*", "packages/*",
"examples/*" "examples/*"

View File

@ -90,7 +90,7 @@
"eslint-plugin-jsx-a11y": "6.5.1", "eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0", "eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.29.4", "eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-redux-saga": "1.3.2", "eslint-plugin-redux-saga": "1.3.2",
"execa": "1.0.0", "execa": "1.0.0",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/admin-test-utils", "name": "@strapi/admin-test-utils",
"version": "4.1.12", "version": "4.2.0",
"private": true, "private": true,
"description": "Test utilities for the Strapi administration panel", "description": "Test utilities for the Strapi administration panel",
"license": "MIT", "license": "MIT",

View File

@ -1,6 +1,6 @@
{ {
"name": "create-strapi-app", "name": "create-strapi-app",
"version": "4.1.12", "version": "4.2.0",
"description": "Generate a new Strapi application.", "description": "Generate a new Strapi application.",
"keywords": [ "keywords": [
"create-strapi-app", "create-strapi-app",
@ -38,7 +38,7 @@
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""
}, },
"dependencies": { "dependencies": {
"@strapi/generate-new": "4.1.12", "@strapi/generate-new": "4.2.0",
"commander": "6.1.0", "commander": "6.1.0",
"inquirer": "8.2.0" "inquirer": "8.2.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "create-strapi-starter", "name": "create-strapi-starter",
"version": "4.1.12", "version": "4.2.0",
"description": "Generate a new Strapi application.", "description": "Generate a new Strapi application.",
"keywords": [ "keywords": [
"create-strapi-starter", "create-strapi-starter",
@ -38,7 +38,7 @@
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""
}, },
"dependencies": { "dependencies": {
"@strapi/generate-new": "4.1.12", "@strapi/generate-new": "4.2.0",
"chalk": "4.1.1", "chalk": "4.1.1",
"ci-info": "3.1.1", "ci-info": "3.1.1",
"commander": "7.1.0", "commander": "7.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/admin", "name": "@strapi/admin",
"version": "4.1.12", "version": "4.2.0",
"description": "Strapi Admin", "description": "Strapi Admin",
"repository": { "repository": {
"type": "git", "type": "git",
@ -49,11 +49,11 @@
"@fortawesome/free-brands-svg-icons": "^5.15.3", "@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3", "@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14", "@fortawesome/react-fontawesome": "^0.1.14",
"@strapi/babel-plugin-switch-ee-ce": "4.1.12", "@strapi/babel-plugin-switch-ee-ce": "4.2.0",
"@strapi/design-system": "1.1.1", "@strapi/design-system": "1.1.1",
"@strapi/helper-plugin": "4.1.12", "@strapi/helper-plugin": "4.2.0",
"@strapi/icons": "1.1.1", "@strapi/icons": "1.1.1",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"axios": "0.24.0", "axios": "0.24.0",
"babel-loader": "8.2.3", "babel-loader": "8.2.3",
"babel-plugin-styled-components": "2.0.2", "babel-plugin-styled-components": "2.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-content-manager", "name": "@strapi/plugin-content-manager",
"version": "4.1.12", "version": "4.2.0",
"description": "A powerful UI to easily manage your data.", "description": "A powerful UI to easily manage your data.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -24,7 +24,7 @@
}, },
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"engines": { "engines": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-content-type-builder", "name": "@strapi/plugin-content-type-builder",
"version": "4.1.12", "version": "4.2.0",
"description": "Strapi plugin to create content type", "description": "Strapi plugin to create content type",
"repository": { "repository": {
"type": "git", "type": "git",
@ -28,9 +28,9 @@
}, },
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/generators": "4.1.12", "@strapi/generators": "4.2.0",
"@strapi/helper-plugin": "4.1.12", "@strapi/helper-plugin": "4.2.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"pluralize": "^8.0.0", "pluralize": "^8.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/database", "name": "@strapi/database",
"version": "4.1.12", "version": "4.2.0",
"description": "Strapi's database layer", "description": "Strapi's database layer",
"homepage": "https://strapi.io", "homepage": "https://strapi.io",
"bugs": { "bugs": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-email", "name": "@strapi/plugin-email",
"version": "4.1.12", "version": "4.2.0",
"description": "Easily configure your Strapi application to send emails.", "description": "Easily configure your Strapi application to send emails.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -26,12 +26,12 @@
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll" "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
}, },
"dependencies": { "dependencies": {
"@strapi/provider-email-sendmail": "4.1.12", "@strapi/provider-email-sendmail": "4.2.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@strapi/helper-plugin": "4.1.12" "@strapi/helper-plugin": "4.2.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=16.x.x", "node": ">=14.19.1 <=16.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/helper-plugin", "name": "@strapi/helper-plugin",
"version": "4.1.12", "version": "4.2.0",
"description": "Helper for Strapi plugins development", "description": "Helper for Strapi plugins development",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/strapi", "name": "@strapi/strapi",
"version": "4.1.12", "version": "4.2.0",
"description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite", "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
"keywords": [ "keywords": [
"strapi", "strapi",
@ -80,16 +80,16 @@
"dependencies": { "dependencies": {
"@koa/cors": "3.1.0", "@koa/cors": "3.1.0",
"@koa/router": "10.1.1", "@koa/router": "10.1.1",
"@strapi/admin": "4.1.12", "@strapi/admin": "4.2.0",
"@strapi/database": "4.1.12", "@strapi/database": "4.2.0",
"@strapi/generate-new": "4.1.12", "@strapi/generate-new": "4.2.0",
"@strapi/generators": "4.1.12", "@strapi/generators": "4.2.0",
"@strapi/logger": "4.1.12", "@strapi/logger": "4.2.0",
"@strapi/plugin-content-manager": "4.1.12", "@strapi/plugin-content-manager": "4.2.0",
"@strapi/plugin-content-type-builder": "4.1.12", "@strapi/plugin-content-type-builder": "4.2.0",
"@strapi/plugin-email": "4.1.12", "@strapi/plugin-email": "4.2.0",
"@strapi/plugin-upload": "4.1.12", "@strapi/plugin-upload": "4.2.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"boxen": "5.1.2", "boxen": "5.1.2",
"chalk": "4.1.2", "chalk": "4.1.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-upload", "name": "@strapi/plugin-upload",
"version": "4.1.12", "version": "4.2.0",
"description": "Makes it easy to upload images and files to your Strapi Application.", "description": "Makes it easy to upload images and files to your Strapi Application.",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
@ -23,9 +23,9 @@
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll" "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
}, },
"dependencies": { "dependencies": {
"@strapi/helper-plugin": "4.1.12", "@strapi/helper-plugin": "4.2.0",
"@strapi/provider-upload-local": "4.1.12", "@strapi/provider-upload-local": "4.2.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"byte-size": "7.0.1", "byte-size": "7.0.1",
"cropperjs": "1.5.11", "cropperjs": "1.5.11",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/utils", "name": "@strapi/utils",
"version": "4.1.12", "version": "4.2.0",
"description": "Shared utilities for the Strapi packages", "description": "Shared utilities for the Strapi packages",
"keywords": [ "keywords": [
"strapi", "strapi",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/generate-new", "name": "@strapi/generate-new",
"version": "4.1.12", "version": "4.2.0",
"description": "Generate a new Strapi application.", "description": "Generate a new Strapi application.",
"keywords": [ "keywords": [
"generate", "generate",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/generators", "name": "@strapi/generators",
"version": "4.1.12", "version": "4.2.0",
"description": "Interactive API generator.", "description": "Interactive API generator.",
"keywords": [ "keywords": [
"strapi", "strapi",
@ -30,7 +30,7 @@
"main": "lib/index.js", "main": "lib/index.js",
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"chalk": "4.1.2", "chalk": "4.1.2",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"node-plop": "0.26.3", "node-plop": "0.26.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-documentation", "name": "@strapi/plugin-documentation",
"version": "4.1.12", "version": "4.2.0",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.", "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -24,8 +24,8 @@
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""
}, },
"dependencies": { "dependencies": {
"@strapi/helper-plugin": "4.1.12", "@strapi/helper-plugin": "4.2.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"cheerio": "^1.0.0-rc.5", "cheerio": "^1.0.0-rc.5",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-graphql", "name": "@strapi/plugin-graphql",
"version": "4.1.12", "version": "4.2.0",
"description": "Adds GraphQL endpoint with default API methods.", "description": "Adds GraphQL endpoint with default API methods.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -30,7 +30,7 @@
"@apollo/federation": "^0.28.0", "@apollo/federation": "^0.28.0",
"@graphql-tools/schema": "8.1.2", "@graphql-tools/schema": "8.1.2",
"@graphql-tools/utils": "^8.0.2", "@graphql-tools/utils": "^8.0.2",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"apollo-server-core": "3.1.2", "apollo-server-core": "3.1.2",
"apollo-server-koa": "3.1.2", "apollo-server-koa": "3.1.2",
"glob": "^7.1.7", "glob": "^7.1.7",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-i18n", "name": "@strapi/plugin-i18n",
"version": "4.1.12", "version": "4.2.0",
"description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API", "description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
"repository": { "repository": {
"type": "git", "type": "git",
@ -24,7 +24,7 @@
"test:unit": "jest --verbose" "test:unit": "jest --verbose"
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"engines": { "engines": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-sentry", "name": "@strapi/plugin-sentry",
"version": "4.1.12", "version": "4.2.0",
"description": "Send Strapi error events to Sentry", "description": "Send Strapi error events to Sentry",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-users-permissions", "name": "@strapi/plugin-users-permissions",
"version": "4.1.12", "version": "4.2.0",
"description": "Protect your API with a full-authentication process based on JWT", "description": "Protect your API with a full-authentication process based on JWT",
"repository": { "repository": {
"type": "git", "type": "git",
@ -27,8 +27,8 @@
"test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll" "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
}, },
"dependencies": { "dependencies": {
"@strapi/helper-plugin": "4.1.12", "@strapi/helper-plugin": "4.2.0",
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"grant-koa": "5.4.8", "grant-koa": "5.4.8",
"jsonwebtoken": "^8.1.0", "jsonwebtoken": "^8.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-amazon-ses", "name": "@strapi/provider-email-amazon-ses",
"version": "4.1.12", "version": "4.2.0",
"description": "Amazon SES provider for strapi email", "description": "Amazon SES provider for strapi email",
"keywords": [ "keywords": [
"email", "email",
@ -36,7 +36,7 @@
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"node-ses": "^3.0.3" "node-ses": "^3.0.3"
}, },
"engines": { "engines": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-mailgun", "name": "@strapi/provider-email-mailgun",
"version": "4.1.12", "version": "4.2.0",
"description": "Mailgun provider for strapi email plugin", "description": "Mailgun provider for strapi email plugin",
"keywords": [ "keywords": [
"email", "email",
@ -36,7 +36,7 @@
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"mailgun.js": "5.0.2" "mailgun.js": "5.0.2"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-nodemailer", "name": "@strapi/provider-email-nodemailer",
"version": "4.1.12", "version": "4.2.0",
"description": "Nodemailer provider for Strapi 3", "description": "Nodemailer provider for Strapi 3",
"keywords": [ "keywords": [
"strapi", "strapi",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-sendgrid", "name": "@strapi/provider-email-sendgrid",
"version": "4.1.12", "version": "4.2.0",
"description": "Sendgrid provider for strapi email", "description": "Sendgrid provider for strapi email",
"keywords": [ "keywords": [
"email", "email",
@ -37,7 +37,7 @@
}, },
"dependencies": { "dependencies": {
"@sendgrid/mail": "7.4.7", "@sendgrid/mail": "7.4.7",
"@strapi/utils": "4.1.12" "@strapi/utils": "4.2.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=16.x.x", "node": ">=14.19.1 <=16.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-sendmail", "name": "@strapi/provider-email-sendmail",
"version": "4.1.12", "version": "4.2.0",
"description": "Sendmail provider for strapi email", "description": "Sendmail provider for strapi email",
"keywords": [ "keywords": [
"email", "email",
@ -35,7 +35,7 @@
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"sendmail": "^1.6.1" "sendmail": "^1.6.1"
}, },
"engines": { "engines": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-upload-aws-s3", "name": "@strapi/provider-upload-aws-s3",
"version": "4.1.12", "version": "4.2.0",
"description": "AWS S3 provider for strapi upload", "description": "AWS S3 provider for strapi upload",
"keywords": [ "keywords": [
"upload", "upload",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-upload-cloudinary", "name": "@strapi/provider-upload-cloudinary",
"version": "4.1.12", "version": "4.2.0",
"description": "Cloudinary provider for strapi upload", "description": "Cloudinary provider for strapi upload",
"keywords": [ "keywords": [
"upload", "upload",
@ -36,7 +36,7 @@
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"cloudinary": "^1.25.1", "cloudinary": "^1.25.1",
"into-stream": "^5.1.0" "into-stream": "^5.1.0"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-upload-local", "name": "@strapi/provider-upload-local",
"version": "4.1.12", "version": "4.2.0",
"description": "Local provider for strapi upload", "description": "Local provider for strapi upload",
"keywords": [ "keywords": [
"upload", "upload",
@ -35,7 +35,7 @@
"test": "echo \"no tests yet\"" "test": "echo \"no tests yet\""
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.1.12", "@strapi/utils": "4.2.0",
"fs-extra": "10.0.0" "fs-extra": "10.0.0"
}, },
"engines": { "engines": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-upload-rackspace", "name": "@strapi/provider-upload-rackspace",
"version": "4.1.12", "version": "4.2.0",
"description": "Rackspace provider for strapi upload", "description": "Rackspace provider for strapi upload",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/babel-plugin-switch-ee-ce", "name": "@strapi/babel-plugin-switch-ee-ce",
"version": "4.1.12", "version": "4.2.0",
"private": false, "private": false,
"description": "Babel plugin to switch from CE to EE at runtime", "description": "Babel plugin to switch from CE to EE at runtime",
"repository": "git://github.com/strapi/strapi.git", "repository": "git://github.com/strapi/strapi.git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/logger", "name": "@strapi/logger",
"version": "4.1.12", "version": "4.2.0",
"description": "Strapi's logger", "description": "Strapi's logger",
"homepage": "https://strapi.io", "homepage": "https://strapi.io",
"bugs": { "bugs": {

View File

@ -11167,10 +11167,10 @@ eslint-plugin-node@11.1.0:
resolve "^1.10.1" resolve "^1.10.1"
semver "^6.1.0" semver "^6.1.0"
eslint-plugin-react-hooks@4.5.0: eslint-plugin-react-hooks@4.6.0:
version "4.5.0" version "4.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz#5f762dfedf8b2cf431c689f533c9d3fa5dcf25ad" resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
integrity sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw== integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
eslint-plugin-react@7.29.4: eslint-plugin-react@7.29.4:
version "7.29.4" version "7.29.4"