Merge pull request #20439 from strapi/releases/5.0.0-beta.9

v5.0.0-beta.9
This commit is contained in:
markkaylor 2024-06-05 16:27:24 +02:00 committed by GitHub
commit fae4cffeda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
45 changed files with 1373 additions and 345 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "create-strapi-app",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"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.8",
"@strapi/generate-new": "5.0.0-beta.9",
"commander": "8.3.0",
"inquirer": "8.2.5"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0",
"eslint-config-custom": "5.0.0-beta.8",
"tsconfig": "5.0.0-beta.8"
"eslint-config-custom": "5.0.0-beta.9",
"tsconfig": "5.0.0-beta.9"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "create-strapi-starter",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"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.8",
"@strapi/generate-new": "5.0.0-beta.9",
"chalk": "4.1.2",
"ci-info": "4.0.0",
"commander": "8.3.0",
@ -55,8 +55,8 @@
"devDependencies": {
"@strapi/pack-up": "5.0.0",
"@types/fs-extra": "11.0.4",
"eslint-config-custom": "5.0.0-beta.8",
"tsconfig": "5.0.0-beta.8"
"eslint-config-custom": "5.0.0-beta.9",
"tsconfig": "5.0.0-beta.9"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/admin",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Strapi Admin",
"repository": {
"type": "git",
@ -80,11 +80,11 @@
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/permissions": "5.0.0-beta.8",
"@strapi/permissions": "5.0.0-beta.9",
"@strapi/provider-audit-logs-local": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.8",
"@strapi/typescript-utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.9",
"@strapi/typescript-utils": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.9",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
@ -137,8 +137,8 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@strapi/admin-test-utils": "5.0.0-beta.8",
"@strapi/data-transfer": "5.0.0-beta.8",
"@strapi/admin-test-utils": "5.0.0-beta.9",
"@strapi/data-transfer": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@types/codemirror5": "npm:@types/codemirror@^5.60.15",
"@types/fs-extra": "11.0.4",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/content-manager",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "A powerful UI to easily manage your data.",
"repository": {
"type": "git",
@ -62,8 +62,8 @@
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/types": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.9",
"codemirror5": "npm:codemirror@^5.65.11",
"date-fns": "2.30.0",
"fractional-indexing": "3.2.0",
@ -97,7 +97,7 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/database": "workspace:*",
"@strapi/pack-up": "5.0.0",
"@testing-library/react": "15.0.7",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/content-releases",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Strapi plugin for organizing and releasing content",
"repository": {
"type": "git",
@ -58,7 +58,7 @@
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/types": "workspace:*",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.9",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.1",
"formik": "2.4.5",
@ -69,9 +69,9 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.8",
"@strapi/admin-test-utils": "5.0.0-beta.8",
"@strapi/content-manager": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/admin-test-utils": "5.0.0-beta.9",
"@strapi/content-manager": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/content-type-builder",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Create and manage content types",
"repository": {
"type": "git",
@ -59,9 +59,9 @@
"@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/generators": "5.0.0-beta.8",
"@strapi/generators": "5.0.0-beta.9",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.9",
"date-fns": "2.30.0",
"fs-extra": "11.2.0",
"immer": "9.0.21",
@ -73,9 +73,9 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@strapi/types": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.9",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/fs-extra": "11.0.4",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/core",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"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.8",
"@strapi/database": "5.0.0-beta.8",
"@strapi/generate-new": "5.0.0-beta.8",
"@strapi/generators": "5.0.0-beta.8",
"@strapi/logger": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/database": "5.0.0-beta.9",
"@strapi/generate-new": "5.0.0-beta.9",
"@strapi/generators": "5.0.0-beta.9",
"@strapi/logger": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@strapi/permissions": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.8",
"@strapi/typescript-utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/permissions": "5.0.0-beta.9",
"@strapi/types": "5.0.0-beta.9",
"@strapi/typescript-utils": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.9",
"bcryptjs": "2.4.3",
"boxen": "5.1.2",
"chalk": "4.1.2",
@ -124,9 +124,9 @@
"@types/node": "18.19.24",
"@types/node-schedule": "2.1.0",
"@types/statuses": "2.0.1",
"eslint-config-custom": "5.0.0-beta.8",
"eslint-config-custom": "5.0.0-beta.9",
"supertest": "6.3.3",
"tsconfig": "5.0.0-beta.8"
"tsconfig": "5.0.0-beta.9"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/data-transfer",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Data transfer capabilities for Strapi",
"keywords": [
"strapi",
@ -40,9 +40,9 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/logger": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/logger": "5.0.0-beta.9",
"@strapi/types": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.9",
"chalk": "4.1.2",
"cli-table3": "0.6.2",
"commander": "8.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/database",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"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.8",
"@strapi/utils": "5.0.0-beta.9",
"date-fns": "2.30.0",
"debug": "4.3.4",
"fs-extra": "11.2.0",
@ -52,8 +52,8 @@
"devDependencies": {
"@strapi/pack-up": "5.0.0",
"@types/fs-extra": "11.0.4",
"eslint-config-custom": "5.0.0-beta.8",
"tsconfig": "5.0.0-beta.8"
"eslint-config-custom": "5.0.0-beta.9",
"tsconfig": "5.0.0-beta.9"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/email",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
@ -54,17 +54,17 @@
"dependencies": {
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/provider-email-sendmail": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/provider-email-sendmail": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.9",
"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.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@strapi/types": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.9",
"@testing-library/react": "15.0.7",
"@types/koa": "2.13.4",
"@types/lodash": "^4.14.191",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/review-workflows",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Review workflows for your content",
"repository": {
"type": "git",
@ -65,10 +65,10 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.8",
"@strapi/content-manager": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/content-manager": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@strapi/types": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.8",
"@testing-library/react": "15.0.7",
"msw": "1.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/strapi",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"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.8",
"@strapi/content-manager": "5.0.0-beta.8",
"@strapi/content-releases": "5.0.0-beta.8",
"@strapi/content-type-builder": "5.0.0-beta.8",
"@strapi/core": "5.0.0-beta.8",
"@strapi/data-transfer": "5.0.0-beta.8",
"@strapi/database": "5.0.0-beta.8",
"@strapi/email": "5.0.0-beta.8",
"@strapi/generate-new": "5.0.0-beta.8",
"@strapi/generators": "5.0.0-beta.8",
"@strapi/i18n": "5.0.0-beta.8",
"@strapi/logger": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/content-manager": "5.0.0-beta.9",
"@strapi/content-releases": "5.0.0-beta.9",
"@strapi/content-type-builder": "5.0.0-beta.9",
"@strapi/core": "5.0.0-beta.9",
"@strapi/data-transfer": "5.0.0-beta.9",
"@strapi/database": "5.0.0-beta.9",
"@strapi/email": "5.0.0-beta.9",
"@strapi/generate-new": "5.0.0-beta.9",
"@strapi/generators": "5.0.0-beta.9",
"@strapi/i18n": "5.0.0-beta.9",
"@strapi/logger": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@strapi/permissions": "5.0.0-beta.8",
"@strapi/review-workflows": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.8",
"@strapi/typescript-utils": "5.0.0-beta.8",
"@strapi/upload": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/permissions": "5.0.0-beta.9",
"@strapi/review-workflows": "5.0.0-beta.9",
"@strapi/types": "5.0.0-beta.9",
"@strapi/typescript-utils": "5.0.0-beta.9",
"@strapi/upload": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.9",
"@types/nodemon": "1.19.6",
"@vitejs/plugin-react-swc": "3.6.0",
"boxen": "5.1.2",
@ -180,10 +180,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.8",
"eslint-config-custom": "5.0.0-beta.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsconfig": "5.0.0-beta.8"
"tsconfig": "5.0.0-beta.9"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/types",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"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.8",
"@strapi/logger": "5.0.0-beta.8",
"@strapi/permissions": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/database": "5.0.0-beta.9",
"@strapi/logger": "5.0.0-beta.9",
"@strapi/permissions": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.9",
"commander": "8.3.0",
"koa": "2.15.2",
"node-schedule": "2.1.0",
@ -64,9 +64,9 @@
"@types/koa": "2.13.4",
"@types/koa__router": "12.0.0",
"@types/node-schedule": "2.1.0",
"eslint-config-custom": "5.0.0-beta.8",
"eslint-config-custom": "5.0.0-beta.9",
"lodash": "4.17.21",
"tsconfig": "5.0.0-beta.8",
"tsconfig": "5.0.0-beta.9",
"typescript": "5.3.2",
"undici": "5.27.2"
},

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/upload",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Makes it easy to upload images and files to your Strapi Application.",
"license": "SEE LICENSE IN LICENSE",
"author": {
@ -47,8 +47,8 @@
"dependencies": {
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/provider-upload-local": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/provider-upload-local": "5.0.0-beta.9",
"@strapi/utils": "5.0.0-beta.9",
"byte-size": "8.1.1",
"cropperjs": "1.6.1",
"date-fns": "2.30.0",
@ -70,9 +70,9 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@strapi/types": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.9",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/utils",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Shared utilities for the Strapi packages",
"keywords": [
"strapi",
@ -60,10 +60,10 @@
"@types/http-errors": "2.0.4",
"@types/koa": "2.13.4",
"@types/node": "18.19.24",
"eslint-config-custom": "5.0.0-beta.8",
"eslint-config-custom": "5.0.0-beta.9",
"koa": "2.15.2",
"koa-body": "6.0.1",
"tsconfig": "5.0.0-beta.8"
"tsconfig": "5.0.0-beta.9"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/generate-new",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Generate a new Strapi application.",
"keywords": [
"generate",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-cloud",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Instructions to deploy your local project to Strapi Cloud",
"license": "MIT",
"author": {
@ -42,13 +42,13 @@
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.0.0",
"@strapi/strapi": "5.0.0-beta.8",
"eslint-config-custom": "5.0.0-beta.8",
"@strapi/strapi": "5.0.0-beta.9",
"eslint-config-custom": "5.0.0-beta.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",
"styled-components": "6.1.8",
"tsconfig": "5.0.0-beta.8",
"tsconfig": "5.0.0-beta.9",
"typescript": "5.2.2"
},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-color-picker",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Strapi maintained Custom Fields",
"repository": {
"type": "git",
@ -60,7 +60,7 @@
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.0.0",
"@strapi/strapi": "5.0.0-beta.8",
"@strapi/strapi": "5.0.0-beta.9",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"react": "18.3.1",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-documentation",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"repository": {
"type": "git",
@ -55,10 +55,10 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/admin": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.9",
"bcryptjs": "2.4.3",
"cheerio": "^1.0.0-rc.12",
"formik": "2.4.5",
@ -74,11 +74,11 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@strapi/admin-test-utils": "5.0.0-beta.8",
"@strapi/admin-test-utils": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@strapi/sdk-plugin": "^5.0.0",
"@strapi/strapi": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.8",
"@strapi/strapi": "5.0.0-beta.9",
"@strapi/types": "5.0.0-beta.9",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/fs-extra": "11.0.4",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-graphql",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Adds GraphQL endpoint with default API methods.",
"repository": {
"type": "git",
@ -55,7 +55,7 @@
"@koa/cors": "5.0.0",
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.9",
"graphql": "^16.8.1",
"graphql-depth-limit": "^1.1.0",
"graphql-playground-middleware-koa": "^1.6.21",
@ -68,19 +68,19 @@
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.0.0",
"@strapi/strapi": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.8",
"@strapi/strapi": "5.0.0-beta.9",
"@strapi/types": "5.0.0-beta.9",
"@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.8",
"eslint-config-custom": "5.0.0-beta.9",
"koa": "2.15.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",
"styled-components": "6.1.8",
"tsconfig": "5.0.0-beta.8",
"tsconfig": "5.0.0-beta.9",
"typescript": "5.3.2"
},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/i18n",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Create read and 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": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.9",
"lodash": "4.17.21",
"qs": "6.11.1",
"react-intl": "6.6.2",
@ -63,11 +63,11 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin": "5.0.0-beta.8",
"@strapi/admin-test-utils": "5.0.0-beta.8",
"@strapi/content-manager": "5.0.0-beta.8",
"@strapi/admin": "5.0.0-beta.9",
"@strapi/admin-test-utils": "5.0.0-beta.9",
"@strapi/content-manager": "5.0.0-beta.9",
"@strapi/pack-up": "5.0.0",
"@strapi/types": "5.0.0-beta.8",
"@strapi/types": "5.0.0-beta.9",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"msw": "1.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-sentry",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Send Strapi error events to Sentry",
"repository": {
"type": "git",
@ -57,7 +57,7 @@
"devDependencies": {
"@strapi/pack-up": "5.0.0",
"@strapi/sdk-plugin": "^5.0.0",
"@strapi/strapi": "5.0.0-beta.8",
"@strapi/strapi": "5.0.0-beta.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-users-permissions",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Protect your API with a full-authentication process based on JWT",
"repository": {
"type": "git",
@ -48,7 +48,7 @@
"dependencies": {
"@strapi/design-system": "2.0.0-beta.4",
"@strapi/icons": "2.0.0-beta.4",
"@strapi/utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.9",
"bcryptjs": "2.4.3",
"formik": "2.4.5",
"grant-koa": "5.4.8",
@ -68,7 +68,7 @@
},
"devDependencies": {
"@strapi/pack-up": "5.0.0",
"@strapi/strapi": "5.0.0-beta.8",
"@strapi/strapi": "5.0.0-beta.9",
"@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-email-sendmail",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"description": "Sendmail provider for strapi email",
"keywords": [
"email",
@ -41,14 +41,14 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "5.0.0-beta.8",
"@strapi/utils": "5.0.0-beta.9",
"sendmail": "^1.6.1"
},
"devDependencies": {
"@strapi/pack-up": "5.0.0",
"@types/sendmail": "1.4.4",
"eslint-config-custom": "5.0.0-beta.8",
"tsconfig": "5.0.0-beta.8"
"eslint-config-custom": "5.0.0-beta.9",
"tsconfig": "5.0.0-beta.9"
},
"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.8",
"version": "5.0.0-beta.9",
"description": "AWS S3 provider for strapi upload",
"keywords": [
"upload",
@ -54,8 +54,8 @@
"devDependencies": {
"@strapi/pack-up": "5.0.0",
"@types/jest": "29.5.2",
"eslint-config-custom": "5.0.0-beta.8",
"tsconfig": "5.0.0-beta.8"
"eslint-config-custom": "5.0.0-beta.9",
"tsconfig": "5.0.0-beta.9"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "api-tests",
"version": "5.0.0-beta.8",
"version": "5.0.0-beta.9",
"private": true,
"dependencies": {
"dotenv": "16.4.5",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

1354
yarn.lock

File diff suppressed because it is too large Load Diff