v5.0.0-beta.3

This commit is contained in:
Alexandre Bodin 2024-04-10 19:09:43 +02:00
parent 330b5b968a
commit cff608ed92
47 changed files with 1405 additions and 426 deletions

View File

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

View File

@ -1,4 +1,4 @@
{
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"npmClient": "yarn"
}

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/admin-test-utils",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"private": true,
"description": "Test utilities for the Strapi administration panel",
"license": "MIT",
@ -81,9 +81,9 @@
"@reduxjs/toolkit": "1.9.7",
"@strapi/pack-up": "workspace:*",
"@testing-library/jest-dom": "5.16.5",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"jest-environment-jsdom": "29.6.1",
"tsconfig": "5.0.0-beta.2"
"tsconfig": "5.0.0-beta.3"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.9.7",

View File

@ -1,6 +1,6 @@
{
"name": "create-strapi-app",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-app",
@ -43,14 +43,14 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/generate-new": "5.0.0-beta.2",
"@strapi/generate-new": "5.0.0-beta.3",
"commander": "8.3.0",
"inquirer": "8.2.5"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "create-strapi-starter",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi-starter",
@ -43,7 +43,7 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/generate-new": "5.0.0-beta.2",
"@strapi/generate-new": "5.0.0-beta.3",
"chalk": "4.1.2",
"ci-info": "3.8.0",
"commander": "8.3.0",
@ -53,9 +53,9 @@
"ora": "5.4.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "create-strapi",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Generate a new Strapi application.",
"keywords": [
"create-strapi",
@ -36,7 +36,7 @@
"bin/"
],
"dependencies": {
"create-strapi-app": "5.0.0-beta.2"
"create-strapi-app": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/admin",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Strapi Admin",
"repository": {
"type": "git",
@ -80,11 +80,11 @@
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/permissions": "5.0.0-beta.2",
"@strapi/provider-audit-logs-local": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/typescript-utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/permissions": "5.0.0-beta.3",
"@strapi/provider-audit-logs-local": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@strapi/typescript-utils": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
@ -140,9 +140,9 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@strapi/admin-test-utils": "5.0.0-beta.2",
"@strapi/data-transfer": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/admin-test-utils": "5.0.0-beta.3",
"@strapi/data-transfer": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@types/codemirror5": "npm:@types/codemirror@^5.60.15",
"@types/invariant": "2.2.36",
"@types/js-cookie": "3.0.6",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-manager",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "A powerful UI to easily manage your data.",
"repository": {
"type": "git",
@ -62,8 +62,8 @@
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/types": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"axios": "1.6.8",
"codemirror5": "npm:codemirror@^5.65.11",
"date-fns": "2.30.0",
@ -98,7 +98,7 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/database": "workspace:*",
"@strapi/pack-up": "workspace:*",
"@testing-library/react": "14.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/content-releases",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Strapi plugin for organizing and releasing content",
"repository": {
"type": "git",
@ -58,7 +58,7 @@
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/types": "workspace:*",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"axios": "1.6.8",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.1",
@ -70,10 +70,10 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.2",
"@strapi/admin-test-utils": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/admin-test-utils": "5.0.0-beta.3",
"@strapi/pack-up": "workspace:*",
"@strapi/plugin-content-manager": "5.0.0-beta.2",
"@strapi/plugin-content-manager": "5.0.0-beta.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/koa": "2.13.4",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-type-builder",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Strapi plugin to create content type",
"repository": {
"type": "git",
@ -59,9 +59,9 @@
"@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "1.17.0",
"@strapi/generators": "5.0.0-beta.2",
"@strapi/generators": "5.0.0-beta.3",
"@strapi/icons": "1.16.0",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"date-fns": "2.30.0",
"fs-extra": "10.1.0",
"immer": "9.0.21",
@ -73,9 +73,9 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/pluralize": "0.0.30",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/core",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Core of Strapi",
"homepage": "https://strapi.io",
"bugs": {
@ -55,16 +55,16 @@
"@koa/cors": "5.0.0",
"@koa/router": "12.0.1",
"@paralleldrive/cuid2": "2.2.2",
"@strapi/admin": "5.0.0-beta.2",
"@strapi/database": "5.0.0-beta.2",
"@strapi/generate-new": "5.0.0-beta.2",
"@strapi/generators": "5.0.0-beta.2",
"@strapi/logger": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/permissions": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/typescript-utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/database": "5.0.0-beta.3",
"@strapi/generate-new": "5.0.0-beta.3",
"@strapi/generators": "5.0.0-beta.3",
"@strapi/logger": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/permissions": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@strapi/typescript-utils": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"bcryptjs": "2.4.3",
"boxen": "5.1.2",
"chalk": "4.1.2",
@ -122,9 +122,9 @@
"@types/node": "18.19.24",
"@types/node-schedule": "2.1.0",
"@types/statuses": "2.0.1",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"supertest": "6.3.3",
"tsconfig": "5.0.0-beta.2"
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/data-transfer",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Data transfer capabilities for Strapi",
"keywords": [
"strapi",
@ -40,9 +40,9 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/logger": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/logger": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"chalk": "4.1.2",
"cli-table3": "0.6.2",
"commander": "8.3.0",
@ -60,7 +60,7 @@
},
"devDependencies": {
"@strapi/database": "workspace:*",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.2",
"@types/koa": "2.13.4",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/database",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Strapi's database layer",
"homepage": "https://strapi.io",
"bugs": {
@ -40,7 +40,7 @@
},
"dependencies": {
"@paralleldrive/cuid2": "2.2.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"date-fns": "2.30.0",
"debug": "4.3.4",
"fs-extra": "10.1.0",
@ -50,9 +50,9 @@
"umzug": "3.2.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-email",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
@ -54,17 +54,17 @@
"dependencies": {
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/provider-email-sendmail": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/provider-email-sendmail": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"lodash": "4.17.21",
"react-intl": "6.6.2",
"react-query": "3.39.3",
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@testing-library/react": "14.0.0",
"@types/koa": "2.13.4",
"@types/lodash": "^4.14.191",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/permissions",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Strapi's permission layer.",
"repository": {
"type": "git",
@ -37,15 +37,15 @@
},
"dependencies": {
"@casl/ability": "6.5.0",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"lodash": "4.17.21",
"qs": "6.11.1",
"sift": "16.0.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/review-workflows",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Review workflows for your content",
"repository": {
"type": "git",
@ -55,11 +55,11 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/plugin-content-manager": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/plugin-content-manager": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"msw": "1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/strapi",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"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": [
"strapi",
@ -109,25 +109,25 @@
},
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@strapi/admin": "5.0.0-beta.2",
"@strapi/content-releases": "5.0.0-beta.2",
"@strapi/core": "5.0.0-beta.2",
"@strapi/data-transfer": "5.0.0-beta.2",
"@strapi/database": "5.0.0-beta.2",
"@strapi/generate-new": "5.0.0-beta.2",
"@strapi/generators": "5.0.0-beta.2",
"@strapi/logger": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/permissions": "5.0.0-beta.2",
"@strapi/plugin-content-manager": "5.0.0-beta.2",
"@strapi/plugin-content-type-builder": "5.0.0-beta.2",
"@strapi/plugin-email": "5.0.0-beta.2",
"@strapi/plugin-i18n": "5.0.0-beta.2",
"@strapi/plugin-upload": "5.0.0-beta.2",
"@strapi/review-workflows": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/typescript-utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/content-releases": "5.0.0-beta.3",
"@strapi/core": "5.0.0-beta.3",
"@strapi/data-transfer": "5.0.0-beta.3",
"@strapi/database": "5.0.0-beta.3",
"@strapi/generate-new": "5.0.0-beta.3",
"@strapi/generators": "5.0.0-beta.3",
"@strapi/logger": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/permissions": "5.0.0-beta.3",
"@strapi/plugin-content-manager": "5.0.0-beta.3",
"@strapi/plugin-content-type-builder": "5.0.0-beta.3",
"@strapi/plugin-email": "5.0.0-beta.3",
"@strapi/plugin-i18n": "5.0.0-beta.3",
"@strapi/plugin-upload": "5.0.0-beta.3",
"@strapi/review-workflows": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@strapi/typescript-utils": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"@types/nodemon": "1.19.6",
"@vitejs/plugin-react-swc": "3.6.0",
"boxen": "5.1.2",
@ -187,10 +187,10 @@
"@types/node": "18.19.24",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsconfig": "5.0.0-beta.2"
"tsconfig": "5.0.0-beta.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/types",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Shared typescript types for Strapi internal use",
"keywords": [
"strapi"
@ -46,10 +46,10 @@
"@casl/ability": "6.5.0",
"@koa/cors": "5.0.0",
"@koa/router": "12.0.1",
"@strapi/database": "5.0.0-beta.2",
"@strapi/logger": "5.0.0-beta.2",
"@strapi/permissions": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/database": "5.0.0-beta.3",
"@strapi/logger": "5.0.0-beta.3",
"@strapi/permissions": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"commander": "8.3.0",
"koa": "2.15.2",
"node-schedule": "2.1.0",
@ -58,15 +58,15 @@
"typedoc-plugin-markdown": "3.17.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/ts-zen": "^0.2.0",
"@types/jest": "29.5.2",
"@types/koa": "2.13.4",
"@types/koa__router": "12.0.0",
"@types/node-schedule": "2.1.0",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"lodash": "4.17.21",
"tsconfig": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.3",
"typescript": "5.3.2",
"undici": "5.27.2"
},

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-upload",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Makes it easy to upload images and files to your Strapi Application.",
"license": "SEE LICENSE IN LICENSE",
"author": {
@ -50,8 +50,8 @@
"dependencies": {
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/provider-upload-local": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/provider-upload-local": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"axios": "1.6.8",
"byte-size": "7.0.1",
"cropperjs": "1.6.1",
@ -74,9 +74,9 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/utils",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Shared utilities for the Strapi packages",
"keywords": [
"strapi",
@ -56,13 +56,13 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@types/koa": "2.13.4",
"@types/node": "18.19.24",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"koa": "2.15.2",
"koa-body": "6.0.1",
"tsconfig": "5.0.0-beta.2"
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/generate-new",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Generate a new Strapi application.",
"keywords": [
"generate",
@ -56,7 +56,7 @@
"tar": "6.1.13"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"copyfiles": "2.4.1"
},
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/generators",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Interactive API generator.",
"keywords": [
"strapi",
@ -46,8 +46,8 @@
},
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/typescript-utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/typescript-utils": "5.0.0-beta.3",
"@strapi/utils": "5.0.0-beta.3",
"chalk": "4.1.2",
"copyfiles": "2.4.1",
"fs-extra": "10.1.0",
@ -56,9 +56,9 @@
"pluralize": "8.0.0"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-cloud",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Instructions to deploy your local project to Strapi Cloud",
"license": "MIT",
"author": {
@ -41,16 +41,16 @@
"react-intl": "6.6.2"
},
"devDependencies": {
"@strapi/strapi": "5.0.0-beta.2",
"@strapi/strapi": "5.0.0-beta.3",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/styled-components": "5.1.34",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.3",
"styled-components": "5.3.11",
"tsconfig": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.3",
"typescript": "5.2.2"
},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-color-picker",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Strapi maintained Custom Fields",
"repository": {
"type": "git",
@ -59,7 +59,7 @@
"react-intl": "6.6.2"
},
"devDependencies": {
"@strapi/strapi": "5.0.0-beta.2",
"@strapi/strapi": "5.0.0-beta.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/styled-components": "5.1.34",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-documentation",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"repository": {
"type": "git",
@ -53,10 +53,10 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/admin": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"axios": "1.6.8",
"bcryptjs": "2.4.3",
"cheerio": "^1.0.0-rc.12",
@ -73,10 +73,10 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@strapi/admin-test-utils": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/strapi": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/admin-test-utils": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/strapi": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/koa": "2.13.4",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-graphql",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Adds GraphQL endpoint with default API methods.",
"repository": {
"type": "git",
@ -55,7 +55,7 @@
"@koa/cors": "5.0.0",
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"graphql": "^16.8.1",
"graphql-depth-limit": "^1.1.0",
"graphql-playground-middleware-koa": "^1.6.21",
@ -67,19 +67,19 @@
"pluralize": "8.0.0"
},
"devDependencies": {
"@strapi/strapi": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/strapi": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@types/graphql-depth-limit": "1.1.5",
"@types/koa-bodyparser": "4.3.12",
"@types/koa__cors": "5.0.0",
"cross-env": "^7.0.3",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"koa": "2.15.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.22.3",
"styled-components": "5.3.11",
"tsconfig": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.3",
"typescript": "5.3.2"
},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-i18n",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"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": {
"type": "git",
@ -55,7 +55,7 @@
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"axios": "1.6.8",
"lodash": "4.17.21",
"qs": "6.11.1",
@ -64,11 +64,11 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.2",
"@strapi/admin-test-utils": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/plugin-content-manager": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/admin": "5.0.0-beta.3",
"@strapi/admin-test-utils": "5.0.0-beta.3",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/plugin-content-manager": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"msw": "1.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-sentry",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Send Strapi error events to Sentry",
"repository": {
"type": "git",
@ -55,8 +55,8 @@
"@strapi/icons": "1.16.0"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/strapi": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/strapi": "5.0.0-beta.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.22.3",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-users-permissions",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Protect your API with a full-authentication process based on JWT",
"repository": {
"type": "git",
@ -48,7 +48,7 @@
"dependencies": {
"@strapi/design-system": "1.17.0",
"@strapi/icons": "1.16.0",
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"bcryptjs": "2.4.3",
"formik": "2.4.5",
"grant-koa": "5.4.8",
@ -67,8 +67,8 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/strapi": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/strapi": "5.0.0-beta.3",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-audit-logs-local",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Local provider for strapi audit logs",
"keywords": [
"audit-logs",
@ -41,13 +41,13 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "5.0.0-beta.2"
"@strapi/utils": "5.0.0-beta.3"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-amazon-ses",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Amazon SES provider for strapi email",
"keywords": [
"email",
@ -42,13 +42,13 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"node-ses": "^3.0.3"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-mailgun",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Mailgun provider for strapi email plugin",
"keywords": [
"email",
@ -44,14 +44,14 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"form-data": "^4.0.0",
"mailgun.js": "8.2.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-nodemailer",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Nodemailer provider for Strapi 3",
"keywords": [
"strapi",
@ -59,10 +59,10 @@
"nodemailer": "6.9.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@types/nodemailer": "6.4.7",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-sendgrid",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Sendgrid provider for strapi email",
"keywords": [
"email",
@ -43,12 +43,12 @@
},
"dependencies": {
"@sendgrid/mail": "7.7.0",
"@strapi/utils": "5.0.0-beta.2"
"@strapi/utils": "5.0.0-beta.3"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-sendmail",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Sendmail provider for strapi email",
"keywords": [
"email",
@ -41,14 +41,14 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"sendmail": "^1.6.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@types/sendmail": "1.4.4",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-upload-aws-s3",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "AWS S3 provider for strapi upload",
"keywords": [
"upload",
@ -52,10 +52,10 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@types/jest": "29.5.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-upload-cloudinary",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Cloudinary provider for strapi upload",
"keywords": [
"upload",
@ -42,14 +42,14 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"cloudinary": "^1.41.0",
"into-stream": "^5.1.0"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-upload-local",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Local provider for strapi upload",
"keywords": [
"upload",
@ -43,16 +43,16 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"fs-extra": "10.1.0"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.2",
"@strapi/pack-up": "5.0.0-beta.3",
"@strapi/types": "5.0.0-beta.3",
"@types/jest": "29.5.2",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"memfs": "4.6.0",
"tsconfig": "5.0.0-beta.2"
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "api-tests",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"private": true,
"dependencies": {
"dotenv": "14.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"private": true,
"main": "index.js"
}

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/logger",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Strapi's logger",
"homepage": "https://strapi.io",
"bugs": {
@ -42,9 +42,9 @@
"winston": "3.10.0"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.2",
"tsconfig": "5.0.0-beta.2"
"@strapi/pack-up": "5.0.0-beta.3",
"eslint-config-custom": "5.0.0-beta.3",
"tsconfig": "5.0.0-beta.3"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/pack-up",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Simple tools for creating interoperable CJS & ESM packages.",
"keywords": [
"strapi",
@ -87,7 +87,7 @@
"@types/git-url-parse": "9.0.1",
"@types/ini": "1.3.31",
"@types/prompts": "2.4.9",
"eslint-config-custom": "5.0.0-beta.2",
"eslint-config-custom": "5.0.0-beta.3",
"rimraf": "5.0.5"
},
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"private": true,
"devDependencies": {
"@tsconfig/node18": "18.2.2"

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/typescript-utils",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "Typescript support for Strapi",
"keywords": [
"strapi",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/upgrade",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"description": "CLI to upgrade Strapi applications effortless",
"keywords": [
"strapi",
@ -59,7 +59,7 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "5.0.0-beta.2",
"@strapi/utils": "5.0.0-beta.3",
"chalk": "4.1.2",
"cli-table3": "0.6.2",
"commander": "8.3.0",
@ -76,7 +76,7 @@
},
"devDependencies": {
"@strapi/pack-up": "workspace:*",
"@strapi/types": "5.0.0-beta.2",
"@strapi/types": "5.0.0-beta.3",
"@types/jscodeshift": "0.11.10",
"eslint-config-custom": "workspace:*",
"rimraf": "5.0.5"

View File

@ -1,6 +1,6 @@
{
"name": "scripts-front",
"version": "5.0.0-beta.2",
"version": "5.0.0-beta.3",
"private": true,
"scripts": {
"test:front": "jest --config jest.config.front.js"

1389
yarn.lock

File diff suppressed because it is too large Load Diff