mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 06:35:47 +00:00
Merge branch 'main' into develop
This commit is contained in:
commit
e2624fe821
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/admin-test-utils",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"private": true,
|
||||
"description": "Test utilities for the Strapi administration panel",
|
||||
"license": "MIT",
|
||||
@ -81,10 +81,10 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@testing-library/jest-dom": "6.4.5",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"jest-environment-jsdom": "29.6.1",
|
||||
"styled-components": "6.1.8",
|
||||
"tsconfig": "5.5.1"
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@reduxjs/toolkit": "^1.9.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/cloud-cli",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Commands to interact with the Strapi Cloud",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -45,7 +45,7 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"axios": "1.7.4",
|
||||
"boxen": "5.1.2",
|
||||
"chalk": "4.1.2",
|
||||
@ -71,8 +71,8 @@
|
||||
"@types/cli-progress": "3.11.5",
|
||||
"@types/eventsource": "1.1.15",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-strapi-app",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"create-strapi-app",
|
||||
@ -48,7 +48,7 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/cloud-cli": "5.5.1",
|
||||
"@strapi/cloud-cli": "5.5.2",
|
||||
"async-retry": "1.3.3",
|
||||
"chalk": "4.1.2",
|
||||
"commander": "8.3.0",
|
||||
@ -68,8 +68,8 @@
|
||||
"@types/async-retry": "^1",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/inquirer": "8.2.5",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-strapi",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"create-strapi",
|
||||
@ -36,7 +36,7 @@
|
||||
"bin/"
|
||||
],
|
||||
"dependencies": {
|
||||
"create-strapi-app": "5.5.1"
|
||||
"create-strapi-app": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/admin",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Strapi Admin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -82,10 +82,10 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/design-system": "2.0.0-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/permissions": "5.5.1",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/typescript-utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/permissions": "5.5.2",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@strapi/typescript-utils": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"@testing-library/dom": "10.1.0",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
@ -139,8 +139,8 @@
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin-test-utils": "5.5.1",
|
||||
"@strapi/data-transfer": "5.5.1",
|
||||
"@strapi/admin-test-utils": "5.5.2",
|
||||
"@strapi/data-transfer": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@types/codemirror5": "npm:@types/codemirror@^5.60.15",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/content-manager",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"codemirror5": "npm:codemirror@^5.65.11",
|
||||
"date-fns": "2.30.0",
|
||||
"fractional-indexing": "3.2.0",
|
||||
@ -98,8 +98,8 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.5.1",
|
||||
"@strapi/database": "5.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/database": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@types/jest": "29.5.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/content-releases",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Strapi plugin for organizing and releasing content",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -55,11 +55,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/database": "5.5.1",
|
||||
"@strapi/database": "5.5.2",
|
||||
"@strapi/design-system": "2.0.0-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"date-fns": "2.30.0",
|
||||
"date-fns-tz": "2.0.1",
|
||||
"formik": "2.4.5",
|
||||
@ -71,9 +71,9 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.5.1",
|
||||
"@strapi/admin-test-utils": "5.5.1",
|
||||
"@strapi/content-manager": "5.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/admin-test-utils": "5.5.2",
|
||||
"@strapi/content-manager": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@testing-library/dom": "10.1.0",
|
||||
"@testing-library/react": "15.0.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/content-type-builder",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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-rc.14",
|
||||
"@strapi/generators": "5.5.1",
|
||||
"@strapi/generators": "5.5.2",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"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.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@testing-library/dom": "10.1.0",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/core",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Core of Strapi",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -55,15 +55,15 @@
|
||||
"@koa/cors": "5.0.0",
|
||||
"@koa/router": "12.0.2",
|
||||
"@paralleldrive/cuid2": "2.2.2",
|
||||
"@strapi/admin": "5.5.1",
|
||||
"@strapi/database": "5.5.1",
|
||||
"@strapi/generators": "5.5.1",
|
||||
"@strapi/logger": "5.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/database": "5.5.2",
|
||||
"@strapi/generators": "5.5.2",
|
||||
"@strapi/logger": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/permissions": "5.5.1",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/typescript-utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/permissions": "5.5.2",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@strapi/typescript-utils": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"bcryptjs": "2.4.3",
|
||||
"boxen": "5.1.2",
|
||||
"chalk": "4.1.2",
|
||||
@ -126,9 +126,9 @@
|
||||
"@types/node": "18.19.24",
|
||||
"@types/node-schedule": "2.1.7",
|
||||
"@types/statuses": "2.0.1",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"supertest": "6.3.3",
|
||||
"tsconfig": "5.5.1"
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import { omit, assoc, merge, curry } from 'lodash/fp';
|
||||
|
||||
import { async, contentTypes as contentTypesUtils, validate } from '@strapi/utils';
|
||||
import { async, contentTypes as contentTypesUtils, validate, errors } from '@strapi/utils';
|
||||
|
||||
import { UID } from '@strapi/types';
|
||||
import { wrapInTransaction, type RepositoryFactoryMethod } from './common';
|
||||
@ -48,6 +48,11 @@ export const createContentTypeRepository: RepositoryFactoryMethod = (
|
||||
await validators.validateFields(ctx, params.fields, fieldValidations);
|
||||
await validators.validatePopulate(ctx, params.populate, populateValidations);
|
||||
|
||||
// Strip lookup from params, it's only used internally
|
||||
if (params.lookup) {
|
||||
throw new errors.ValidationError("Invalid params: 'lookup'");
|
||||
}
|
||||
|
||||
// TODO: add validate status, locale, pagination
|
||||
|
||||
return params;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/data-transfer",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Data transfer capabilities for Strapi",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -40,9 +40,9 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/logger": "5.5.1",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/logger": "5.5.2",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"chalk": "4.1.2",
|
||||
"cli-table3": "0.6.5",
|
||||
"commander": "8.3.0",
|
||||
@ -59,7 +59,7 @@
|
||||
"ws": "8.17.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/database": "5.5.1",
|
||||
"@strapi/database": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/jest": "29.5.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/database",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Strapi's database layer",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -40,7 +40,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@paralleldrive/cuid2": "2.2.2",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"ajv": "8.16.0",
|
||||
"date-fns": "2.30.0",
|
||||
"debug": "4.3.4",
|
||||
@ -53,8 +53,8 @@
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/email",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Easily configure your Strapi application to send emails.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -54,17 +54,17 @@
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "2.0.0-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/provider-email-sendmail": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/provider-email-sendmail": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"lodash": "4.17.21",
|
||||
"react-intl": "6.6.2",
|
||||
"react-query": "3.39.3",
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@types/koa": "2.13.4",
|
||||
"@types/lodash": "^4.14.191",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/permissions",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Strapi's permission layer.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -37,15 +37,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@casl/ability": "6.5.0",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"lodash": "4.17.21",
|
||||
"qs": "6.11.1",
|
||||
"sift": "16.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/review-workflows",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Review workflows for your content",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -55,7 +55,7 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/design-system": "2.0.0-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"fractional-indexing": "3.2.0",
|
||||
"react-dnd": "16.0.1",
|
||||
"react-dnd-html5-backend": "16.0.1",
|
||||
@ -65,10 +65,10 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.5.1",
|
||||
"@strapi/content-manager": "5.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/content-manager": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"msw": "1.3.0",
|
||||
"react": "18.3.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/strapi",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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.15",
|
||||
"@strapi/admin": "5.5.1",
|
||||
"@strapi/cloud-cli": "5.5.1",
|
||||
"@strapi/content-manager": "5.5.1",
|
||||
"@strapi/content-releases": "5.5.1",
|
||||
"@strapi/content-type-builder": "5.5.1",
|
||||
"@strapi/core": "5.5.1",
|
||||
"@strapi/data-transfer": "5.5.1",
|
||||
"@strapi/database": "5.5.1",
|
||||
"@strapi/email": "5.5.1",
|
||||
"@strapi/generators": "5.5.1",
|
||||
"@strapi/i18n": "5.5.1",
|
||||
"@strapi/logger": "5.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/cloud-cli": "5.5.2",
|
||||
"@strapi/content-manager": "5.5.2",
|
||||
"@strapi/content-releases": "5.5.2",
|
||||
"@strapi/content-type-builder": "5.5.2",
|
||||
"@strapi/core": "5.5.2",
|
||||
"@strapi/data-transfer": "5.5.2",
|
||||
"@strapi/database": "5.5.2",
|
||||
"@strapi/email": "5.5.2",
|
||||
"@strapi/generators": "5.5.2",
|
||||
"@strapi/i18n": "5.5.2",
|
||||
"@strapi/logger": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/permissions": "5.5.1",
|
||||
"@strapi/review-workflows": "5.5.1",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/typescript-utils": "5.5.1",
|
||||
"@strapi/upload": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/permissions": "5.5.2",
|
||||
"@strapi/review-workflows": "5.5.2",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@strapi/typescript-utils": "5.5.2",
|
||||
"@strapi/upload": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"@types/nodemon": "1.19.6",
|
||||
"@vitejs/plugin-react-swc": "3.6.0",
|
||||
"boxen": "5.1.2",
|
||||
@ -182,11 +182,11 @@
|
||||
"@types/node": "18.19.24",
|
||||
"@types/webpack-bundle-analyzer": "4.7.0",
|
||||
"@types/webpack-hot-middleware": "2.25.9",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"jest": "29.6.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/types",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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.2",
|
||||
"@strapi/database": "5.5.1",
|
||||
"@strapi/logger": "5.5.1",
|
||||
"@strapi/permissions": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/database": "5.5.2",
|
||||
"@strapi/logger": "5.5.2",
|
||||
"@strapi/permissions": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"commander": "8.3.0",
|
||||
"koa": "2.15.2",
|
||||
"koa-body": "6.0.1",
|
||||
@ -65,9 +65,9 @@
|
||||
"@types/koa": "2.13.4",
|
||||
"@types/koa__router": "12.0.0",
|
||||
"@types/node-schedule": "2.1.7",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"lodash": "4.17.21",
|
||||
"tsconfig": "5.5.1",
|
||||
"tsconfig": "5.5.2",
|
||||
"typescript": "5.3.2",
|
||||
"undici": "6.19.2"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/upload",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"author": {
|
||||
@ -59,8 +59,8 @@
|
||||
"@mux/mux-player-react": "3.1.0",
|
||||
"@strapi/design-system": "2.0.0-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/provider-upload-local": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/provider-upload-local": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"byte-size": "8.1.1",
|
||||
"cropperjs": "1.6.1",
|
||||
"date-fns": "2.30.0",
|
||||
@ -82,9 +82,9 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@testing-library/dom": "10.1.0",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/utils",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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.5.1",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"koa": "2.15.2",
|
||||
"koa-body": "6.0.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/generators",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Interactive API generator.",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -46,8 +46,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/typescript-utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/typescript-utils": "5.5.2",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"chalk": "4.1.2",
|
||||
"copyfiles": "2.4.1",
|
||||
"fs-extra": "11.2.0",
|
||||
@ -58,8 +58,8 @@
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-cloud",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Instructions to deploy your local project to Strapi Cloud",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
@ -42,13 +42,13 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/sdk-plugin": "^5.2.0",
|
||||
"@strapi/strapi": "5.5.1",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"@strapi/strapi": "5.5.2",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-router-dom": "6.22.3",
|
||||
"styled-components": "6.1.8",
|
||||
"tsconfig": "5.5.1",
|
||||
"tsconfig": "5.5.2",
|
||||
"typescript": "5.3.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-color-picker",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Strapi maintained Custom Fields",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -60,7 +60,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/sdk-plugin": "^5.2.0",
|
||||
"@strapi/strapi": "5.5.1",
|
||||
"@strapi/strapi": "5.5.2",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"react": "18.3.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-documentation",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/design-system": "2.0.0-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"bcryptjs": "2.4.3",
|
||||
"cheerio": "^1.0.0",
|
||||
"formik": "2.4.5",
|
||||
@ -74,11 +74,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "^10.1.0",
|
||||
"@strapi/admin-test-utils": "5.5.1",
|
||||
"@strapi/admin-test-utils": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/sdk-plugin": "^5.2.0",
|
||||
"@strapi/strapi": "5.5.1",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/strapi": "5.5.2",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-graphql",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"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.2.0",
|
||||
"@strapi/strapi": "5.5.1",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/strapi": "5.5.2",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@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.5.1",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"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.5.1",
|
||||
"tsconfig": "5.5.2",
|
||||
"typescript": "5.3.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/i18n",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"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.5.1",
|
||||
"@strapi/admin-test-utils": "5.5.1",
|
||||
"@strapi/content-manager": "5.5.1",
|
||||
"@strapi/admin": "5.5.2",
|
||||
"@strapi/admin-test-utils": "5.5.2",
|
||||
"@strapi/content-manager": "5.5.2",
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"msw": "1.3.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-sentry",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Send Strapi error events to Sentry",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -57,7 +57,7 @@
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/sdk-plugin": "^5.2.0",
|
||||
"@strapi/strapi": "5.5.1",
|
||||
"@strapi/strapi": "5.5.2",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-router-dom": "6.22.3",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-users-permissions",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"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-rc.14",
|
||||
"@strapi/icons": "2.0.0-rc.14",
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"bcryptjs": "2.4.3",
|
||||
"formik": "2.4.5",
|
||||
"grant-koa": "5.4.8",
|
||||
@ -68,7 +68,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/strapi": "5.5.1",
|
||||
"@strapi/strapi": "5.5.2",
|
||||
"@testing-library/dom": "10.1.0",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-amazon-ses",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Amazon SES provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -42,13 +42,13 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"node-ses": "^3.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-mailgun",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Mailgun provider for strapi email plugin",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -44,14 +44,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"form-data": "^4.0.0",
|
||||
"mailgun.js": "10.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-nodemailer",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Nodemailer provider for Strapi 3",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -61,8 +61,8 @@
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-sendgrid",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Sendgrid provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -43,12 +43,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sendgrid/mail": "8.1.3",
|
||||
"@strapi/utils": "5.5.1"
|
||||
"@strapi/utils": "5.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-sendmail",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Sendmail provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -41,14 +41,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"sendmail": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@types/sendmail": "1.4.4",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-aws-s3",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "AWS S3 provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -54,8 +54,8 @@
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@types/jest": "29.5.2",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-cloudinary",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Cloudinary provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -42,14 +42,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"cloudinary": "^1.41.0",
|
||||
"into-stream": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-local",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Local provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -43,17 +43,17 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"fs-extra": "11.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/jest": "29.5.2",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"memfs": "4.6.0",
|
||||
"tsconfig": "5.5.1"
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api-tests",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"dotenv": "16.4.5",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-custom",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"private": true,
|
||||
"main": "index.js"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/logger",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Strapi's logger",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -43,8 +43,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"tsconfig": "5.5.1"
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"tsconfig": "5.5.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tsconfig",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@tsconfig/node18": "18.2.2"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/typescript-utils",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "Typescript support for Strapi",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/upgrade",
|
||||
"version": "5.5.1",
|
||||
"version": "5.5.2",
|
||||
"description": "CLI to upgrade Strapi applications effortless",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -59,7 +59,7 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.5.1",
|
||||
"@strapi/utils": "5.5.2",
|
||||
"chalk": "4.1.2",
|
||||
"cli-table3": "0.6.2",
|
||||
"commander": "8.3.0",
|
||||
@ -76,10 +76,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "5.0.2",
|
||||
"@strapi/types": "5.5.1",
|
||||
"@strapi/types": "5.5.2",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/jscodeshift": "0.11.10",
|
||||
"eslint-config-custom": "5.5.1",
|
||||
"eslint-config-custom": "5.5.2",
|
||||
"rimraf": "5.0.5"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@ -250,5 +250,21 @@ describe('Document Service Validations', () => {
|
||||
).rejects.toThrow(errors.ValidationError);
|
||||
});
|
||||
});
|
||||
|
||||
/**
|
||||
* Lookup is an internal parameter used to filter by locale and status.
|
||||
* It should not be exposed to the public API.
|
||||
*/
|
||||
describe('lookup', () => {
|
||||
it('should throw ValidationError', async () => {
|
||||
await expect(
|
||||
strapi.documents(ARTICLE_UID)[methodName]({
|
||||
lookup: {
|
||||
title: 'Hello World',
|
||||
},
|
||||
})
|
||||
).rejects.toThrow(errors.ValidationError);
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
336
yarn.lock
336
yarn.lock
@ -8510,7 +8510,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/admin-test-utils@npm:5.5.1, @strapi/admin-test-utils@workspace:*, @strapi/admin-test-utils@workspace:packages/admin-test-utils":
|
||||
"@strapi/admin-test-utils@npm:5.5.2, @strapi/admin-test-utils@workspace:*, @strapi/admin-test-utils@workspace:packages/admin-test-utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/admin-test-utils@workspace:packages/admin-test-utils"
|
||||
dependencies:
|
||||
@ -8518,11 +8518,11 @@ __metadata:
|
||||
"@reduxjs/toolkit": "npm:1.9.7"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@testing-library/jest-dom": "npm:6.4.5"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
jest-environment-jsdom: "npm:29.6.1"
|
||||
jest-styled-components: "npm:7.1.1"
|
||||
styled-components: "npm:6.1.8"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
whatwg-fetch: "npm:3.6.2"
|
||||
peerDependencies:
|
||||
"@reduxjs/toolkit": ^1.9.7
|
||||
@ -8532,7 +8532,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/admin@npm:5.5.1, @strapi/admin@workspace:packages/core/admin":
|
||||
"@strapi/admin@npm:5.5.2, @strapi/admin@workspace:packages/core/admin":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/admin@workspace:packages/core/admin"
|
||||
dependencies:
|
||||
@ -8541,15 +8541,15 @@ __metadata:
|
||||
"@radix-ui/react-context": "npm:1.0.1"
|
||||
"@radix-ui/react-toolbar": "npm:1.0.4"
|
||||
"@reduxjs/toolkit": "npm:1.9.7"
|
||||
"@strapi/admin-test-utils": "npm:5.5.1"
|
||||
"@strapi/data-transfer": "npm:5.5.1"
|
||||
"@strapi/admin-test-utils": "npm:5.5.2"
|
||||
"@strapi/data-transfer": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/permissions": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/typescript-utils": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/permissions": "npm:5.5.2"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/typescript-utils": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/dom": "npm:10.1.0"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
@ -8634,12 +8634,12 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/cloud-cli@npm:5.5.1, @strapi/cloud-cli@workspace:packages/cli/cloud":
|
||||
"@strapi/cloud-cli@npm:5.5.2, @strapi/cloud-cli@workspace:packages/cli/cloud":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/cloud-cli@workspace:packages/cli/cloud"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/cli-progress": "npm:3.11.5"
|
||||
"@types/eventsource": "npm:1.1.15"
|
||||
"@types/lodash": "npm:^4.14.191"
|
||||
@ -8648,7 +8648,7 @@ __metadata:
|
||||
chalk: "npm:4.1.2"
|
||||
cli-progress: "npm:3.12.0"
|
||||
commander: "npm:8.3.0"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
eventsource: "npm:2.0.2"
|
||||
fast-safe-stringify: "npm:2.1.1"
|
||||
fs-extra: "npm:11.2.0"
|
||||
@ -8661,7 +8661,7 @@ __metadata:
|
||||
ora: "npm:5.4.1"
|
||||
pkg-up: "npm:3.1.0"
|
||||
tar: "npm:6.2.1"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
xdg-app-paths: "npm:8.3.0"
|
||||
yup: "npm:0.32.9"
|
||||
bin:
|
||||
@ -8669,20 +8669,20 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/content-manager@npm:5.5.1, @strapi/content-manager@workspace:packages/core/content-manager":
|
||||
"@strapi/content-manager@npm:5.5.2, @strapi/content-manager@workspace:packages/core/content-manager":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/content-manager@workspace:packages/core/content-manager"
|
||||
dependencies:
|
||||
"@radix-ui/react-toolbar": "npm:1.0.4"
|
||||
"@reduxjs/toolkit": "npm:1.9.7"
|
||||
"@sindresorhus/slugify": "npm:1.1.0"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/database": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/database": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@types/jest": "npm:29.5.2"
|
||||
"@types/lodash": "npm:^4.14.191"
|
||||
@ -8734,20 +8734,20 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/content-releases@npm:5.5.1, @strapi/content-releases@workspace:packages/core/content-releases":
|
||||
"@strapi/content-releases@npm:5.5.2, @strapi/content-releases@workspace:packages/core/content-releases":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/content-releases@workspace:packages/core/content-releases"
|
||||
dependencies:
|
||||
"@reduxjs/toolkit": "npm:1.9.7"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/admin-test-utils": "npm:5.5.1"
|
||||
"@strapi/content-manager": "npm:5.5.1"
|
||||
"@strapi/database": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/admin-test-utils": "npm:5.5.2"
|
||||
"@strapi/content-manager": "npm:5.5.2"
|
||||
"@strapi/database": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/dom": "npm:10.1.0"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
@ -8779,19 +8779,19 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/content-type-builder@npm:5.5.1, @strapi/content-type-builder@workspace:packages/core/content-type-builder":
|
||||
"@strapi/content-type-builder@npm:5.5.2, @strapi/content-type-builder@workspace:packages/core/content-type-builder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/content-type-builder@workspace:packages/core/content-type-builder"
|
||||
dependencies:
|
||||
"@reduxjs/toolkit": "npm:1.9.7"
|
||||
"@sindresorhus/slugify": "npm:1.1.0"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/generators": "npm:5.5.1"
|
||||
"@strapi/generators": "npm:5.5.2"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/dom": "npm:10.1.0"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
@ -8822,23 +8822,23 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/core@npm:5.5.1, @strapi/core@workspace:packages/core/core":
|
||||
"@strapi/core@npm:5.5.2, @strapi/core@workspace:packages/core/core":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/core@workspace:packages/core/core"
|
||||
dependencies:
|
||||
"@koa/cors": "npm:5.0.0"
|
||||
"@koa/router": "npm:12.0.2"
|
||||
"@paralleldrive/cuid2": "npm:2.2.2"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/database": "npm:5.5.1"
|
||||
"@strapi/generators": "npm:5.5.1"
|
||||
"@strapi/logger": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/database": "npm:5.5.2"
|
||||
"@strapi/generators": "npm:5.5.2"
|
||||
"@strapi/logger": "npm:5.5.2"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/permissions": "npm:5.5.1"
|
||||
"@strapi/permissions": "npm:5.5.2"
|
||||
"@strapi/ts-zen": "npm:^0.2.0"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/typescript-utils": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/typescript-utils": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/bcryptjs": "npm:2.4.3"
|
||||
"@types/configstore": "npm:5.0.1"
|
||||
"@types/delegates": "npm:1.0.0"
|
||||
@ -8867,7 +8867,7 @@ __metadata:
|
||||
debug: "npm:4.3.4"
|
||||
delegates: "npm:1.0.0"
|
||||
dotenv: "npm:16.4.5"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
execa: "npm:5.1.1"
|
||||
fs-extra: "npm:11.2.0"
|
||||
glob: "npm:10.3.10"
|
||||
@ -8896,22 +8896,22 @@ __metadata:
|
||||
semver: "npm:7.5.4"
|
||||
statuses: "npm:2.0.1"
|
||||
supertest: "npm:6.3.3"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
typescript: "npm:5.3.2"
|
||||
undici: "npm:6.19.2"
|
||||
yup: "npm:0.32.9"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/data-transfer@npm:5.5.1, @strapi/data-transfer@workspace:packages/core/data-transfer":
|
||||
"@strapi/data-transfer@npm:5.5.2, @strapi/data-transfer@workspace:packages/core/data-transfer":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/data-transfer@workspace:packages/core/data-transfer"
|
||||
dependencies:
|
||||
"@strapi/database": "npm:5.5.1"
|
||||
"@strapi/logger": "npm:5.5.1"
|
||||
"@strapi/database": "npm:5.5.2"
|
||||
"@strapi/logger": "npm:5.5.2"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/fs-extra": "npm:11.0.4"
|
||||
"@types/jest": "npm:29.5.2"
|
||||
"@types/koa": "npm:2.13.4"
|
||||
@ -8944,23 +8944,23 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/database@npm:5.5.1, @strapi/database@workspace:packages/core/database":
|
||||
"@strapi/database@npm:5.5.2, @strapi/database@workspace:packages/core/database":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/database@workspace:packages/core/database"
|
||||
dependencies:
|
||||
"@paralleldrive/cuid2": "npm:2.2.2"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/fs-extra": "npm:11.0.4"
|
||||
ajv: "npm:8.16.0"
|
||||
date-fns: "npm:2.30.0"
|
||||
debug: "npm:4.3.4"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
fs-extra: "npm:11.2.0"
|
||||
knex: "npm:3.0.1"
|
||||
lodash: "npm:4.17.21"
|
||||
semver: "npm:7.5.4"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
umzug: "npm:3.8.1"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -9000,17 +9000,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/email@npm:5.5.1, @strapi/email@workspace:packages/core/email":
|
||||
"@strapi/email@npm:5.5.2, @strapi/email@workspace:packages/core/email":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/email@workspace:packages/core/email"
|
||||
dependencies:
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/provider-email-sendmail": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/provider-email-sendmail": "npm:5.5.2"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@types/koa": "npm:2.13.4"
|
||||
"@types/lodash": "npm:^4.14.191"
|
||||
@ -9066,39 +9066,39 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/generators@npm:5.5.1, @strapi/generators@workspace:packages/generators/generators":
|
||||
"@strapi/generators@npm:5.5.2, @strapi/generators@workspace:packages/generators/generators":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/generators@workspace:packages/generators/generators"
|
||||
dependencies:
|
||||
"@sindresorhus/slugify": "npm:1.1.0"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/typescript-utils": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/typescript-utils": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/fs-extra": "npm:11.0.4"
|
||||
chalk: "npm:4.1.2"
|
||||
copyfiles: "npm:2.4.1"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
fs-extra: "npm:11.2.0"
|
||||
node-plop: "npm:0.26.3"
|
||||
plop: "npm:4.0.1"
|
||||
pluralize: "npm:8.0.0"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/i18n@npm:5.5.1, @strapi/i18n@workspace:packages/plugins/i18n":
|
||||
"@strapi/i18n@npm:5.5.2, @strapi/i18n@workspace:packages/plugins/i18n":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/i18n@workspace:packages/plugins/i18n"
|
||||
dependencies:
|
||||
"@reduxjs/toolkit": "npm:1.9.7"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/admin-test-utils": "npm:5.5.1"
|
||||
"@strapi/content-manager": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/admin-test-utils": "npm:5.5.2"
|
||||
"@strapi/content-manager": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
lodash: "npm:4.17.21"
|
||||
@ -9133,14 +9133,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/logger@npm:5.5.1, @strapi/logger@workspace:packages/utils/logger":
|
||||
"@strapi/logger@npm:5.5.2, @strapi/logger@workspace:packages/utils/logger":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/logger@workspace:packages/utils/logger"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
lodash: "npm:4.17.21"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
winston: "npm:3.10.0"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -9176,18 +9176,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/permissions@npm:5.5.1, @strapi/permissions@workspace:packages/core/permissions":
|
||||
"@strapi/permissions@npm:5.5.2, @strapi/permissions@workspace:packages/core/permissions":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/permissions@workspace:packages/core/permissions"
|
||||
dependencies:
|
||||
"@casl/ability": "npm:6.5.0"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
lodash: "npm:4.17.21"
|
||||
qs: "npm:6.11.1"
|
||||
sift: "npm:16.0.1"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -9198,14 +9198,14 @@ __metadata:
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/sdk-plugin": "npm:^5.2.0"
|
||||
"@strapi/strapi": "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
"@strapi/strapi": "npm:5.5.2"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-intl: "npm:6.6.2"
|
||||
react-router-dom: "npm:6.22.3"
|
||||
styled-components: "npm:6.1.8"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
typescript: "npm:5.3.2"
|
||||
peerDependencies:
|
||||
"@strapi/strapi": ^5.0.0
|
||||
@ -9223,7 +9223,7 @@ __metadata:
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/sdk-plugin": "npm:^5.2.0"
|
||||
"@strapi/strapi": "npm:5.5.1"
|
||||
"@strapi/strapi": "npm:5.5.2"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
react: "npm:18.3.1"
|
||||
@ -9248,15 +9248,15 @@ __metadata:
|
||||
dependencies:
|
||||
"@apidevtools/swagger-parser": "npm:^10.1.0"
|
||||
"@reduxjs/toolkit": "npm:1.9.7"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/admin-test-utils": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/admin-test-utils": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/sdk-plugin": "npm:^5.2.0"
|
||||
"@strapi/strapi": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/strapi": "npm:5.5.2"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
"@types/fs-extra": "npm:11.0.4"
|
||||
@ -9305,14 +9305,14 @@ __metadata:
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/sdk-plugin": "npm:^5.2.0"
|
||||
"@strapi/strapi": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/strapi": "npm:5.5.2"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/graphql-depth-limit": "npm:1.1.5"
|
||||
"@types/koa-bodyparser": "npm:4.3.12"
|
||||
"@types/koa__cors": "npm:5.0.0"
|
||||
cross-env: "npm:^7.0.3"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
graphql: "npm:^16.8.1"
|
||||
graphql-depth-limit: "npm:^1.1.0"
|
||||
graphql-playground-middleware-koa: "npm:^1.6.21"
|
||||
@ -9327,7 +9327,7 @@ __metadata:
|
||||
react-dom: "npm:18.3.1"
|
||||
react-router-dom: "npm:6.22.3"
|
||||
styled-components: "npm:6.1.8"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
typescript: "npm:5.3.2"
|
||||
peerDependencies:
|
||||
"@strapi/strapi": ^5.0.0
|
||||
@ -9347,7 +9347,7 @@ __metadata:
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/sdk-plugin": "npm:^5.2.0"
|
||||
"@strapi/strapi": "npm:5.5.1"
|
||||
"@strapi/strapi": "npm:5.5.2"
|
||||
react: "npm:18.3.1"
|
||||
react-dom: "npm:18.3.1"
|
||||
react-router-dom: "npm:6.22.3"
|
||||
@ -9368,8 +9368,8 @@ __metadata:
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/strapi": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/strapi": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/dom": "npm:10.1.0"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
@ -9408,10 +9408,10 @@ __metadata:
|
||||
resolution: "@strapi/provider-email-amazon-ses@workspace:packages/providers/email-amazon-ses"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
node-ses: "npm:^3.0.3"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -9420,11 +9420,11 @@ __metadata:
|
||||
resolution: "@strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
form-data: "npm:^4.0.0"
|
||||
mailgun.js: "npm:10.2.1"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -9434,10 +9434,10 @@ __metadata:
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@types/nodemailer": "npm:6.4.7"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
lodash: "npm:4.17.21"
|
||||
nodemailer: "npm:6.9.1"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -9447,22 +9447,22 @@ __metadata:
|
||||
dependencies:
|
||||
"@sendgrid/mail": "npm:8.1.3"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-email-sendmail@npm:5.5.1, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail":
|
||||
"@strapi/provider-email-sendmail@npm:5.5.2, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/sendmail": "npm:1.4.4"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
sendmail: "npm:^1.6.1"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -9476,9 +9476,9 @@ __metadata:
|
||||
"@aws-sdk/types": "npm:3.433.0"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@types/jest": "npm:29.5.2"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
lodash: "npm:4.17.21"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -9487,42 +9487,42 @@ __metadata:
|
||||
resolution: "@strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
cloudinary: "npm:^1.41.0"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
into-stream: "npm:^5.1.0"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-upload-local@npm:5.5.1, @strapi/provider-upload-local@workspace:packages/providers/upload-local":
|
||||
"@strapi/provider-upload-local@npm:5.5.2, @strapi/provider-upload-local@workspace:packages/providers/upload-local":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/provider-upload-local@workspace:packages/providers/upload-local"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/fs-extra": "npm:11.0.4"
|
||||
"@types/jest": "npm:29.5.2"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
fs-extra: "npm:11.2.0"
|
||||
memfs: "npm:4.6.0"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/review-workflows@npm:5.5.1, @strapi/review-workflows@workspace:packages/core/review-workflows":
|
||||
"@strapi/review-workflows@npm:5.5.2, @strapi/review-workflows@workspace:packages/core/review-workflows":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/review-workflows@workspace:packages/core/review-workflows"
|
||||
dependencies:
|
||||
"@reduxjs/toolkit": "npm:1.9.7"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/content-manager": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/content-manager": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
fractional-indexing: "npm:3.2.0"
|
||||
msw: "npm:1.3.0"
|
||||
@ -9572,31 +9572,31 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/strapi@npm:5.5.1, @strapi/strapi@workspace:*, @strapi/strapi@workspace:packages/core/strapi":
|
||||
"@strapi/strapi@npm:5.5.2, @strapi/strapi@workspace:*, @strapi/strapi@workspace:packages/core/strapi":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/strapi@workspace:packages/core/strapi"
|
||||
dependencies:
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "npm:0.5.15"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/cloud-cli": "npm:5.5.1"
|
||||
"@strapi/content-manager": "npm:5.5.1"
|
||||
"@strapi/content-releases": "npm:5.5.1"
|
||||
"@strapi/content-type-builder": "npm:5.5.1"
|
||||
"@strapi/core": "npm:5.5.1"
|
||||
"@strapi/data-transfer": "npm:5.5.1"
|
||||
"@strapi/database": "npm:5.5.1"
|
||||
"@strapi/email": "npm:5.5.1"
|
||||
"@strapi/generators": "npm:5.5.1"
|
||||
"@strapi/i18n": "npm:5.5.1"
|
||||
"@strapi/logger": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/cloud-cli": "npm:5.5.2"
|
||||
"@strapi/content-manager": "npm:5.5.2"
|
||||
"@strapi/content-releases": "npm:5.5.2"
|
||||
"@strapi/content-type-builder": "npm:5.5.2"
|
||||
"@strapi/core": "npm:5.5.2"
|
||||
"@strapi/data-transfer": "npm:5.5.2"
|
||||
"@strapi/database": "npm:5.5.2"
|
||||
"@strapi/email": "npm:5.5.2"
|
||||
"@strapi/generators": "npm:5.5.2"
|
||||
"@strapi/i18n": "npm:5.5.2"
|
||||
"@strapi/logger": "npm:5.5.2"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/permissions": "npm:5.5.1"
|
||||
"@strapi/review-workflows": "npm:5.5.1"
|
||||
"@strapi/permissions": "npm:5.5.2"
|
||||
"@strapi/review-workflows": "npm:5.5.2"
|
||||
"@strapi/ts-zen": "npm:^0.2.0"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/typescript-utils": "npm:5.5.1"
|
||||
"@strapi/upload": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/typescript-utils": "npm:5.5.2"
|
||||
"@strapi/upload": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/fs-extra": "npm:11.0.4"
|
||||
"@types/jest": "npm:29.5.2"
|
||||
"@types/lodash": "npm:^4.14.191"
|
||||
@ -9621,7 +9621,7 @@ __metadata:
|
||||
esbuild: "npm:0.21.3"
|
||||
esbuild-loader: "npm:^2.21.0"
|
||||
esbuild-register: "npm:3.5.0"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
execa: "npm:5.1.1"
|
||||
fork-ts-checker-webpack-plugin: "npm:8.0.0"
|
||||
fs-extra: "npm:11.2.0"
|
||||
@ -9644,7 +9644,7 @@ __metadata:
|
||||
resolve-from: "npm:5.0.0"
|
||||
semver: "npm:7.5.4"
|
||||
style-loader: "npm:3.3.4"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
typescript: "npm:5.3.2"
|
||||
vite: "npm:5.2.14"
|
||||
webpack: "npm:^5.90.3"
|
||||
@ -9673,30 +9673,30 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/types@npm:5.5.1, @strapi/types@workspace:packages/core/types":
|
||||
"@strapi/types@npm:5.5.2, @strapi/types@workspace:packages/core/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/types@workspace:packages/core/types"
|
||||
dependencies:
|
||||
"@casl/ability": "npm:6.5.0"
|
||||
"@koa/cors": "npm:5.0.0"
|
||||
"@koa/router": "npm:12.0.2"
|
||||
"@strapi/database": "npm:5.5.1"
|
||||
"@strapi/logger": "npm:5.5.1"
|
||||
"@strapi/database": "npm:5.5.2"
|
||||
"@strapi/logger": "npm:5.5.2"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/permissions": "npm:5.5.1"
|
||||
"@strapi/permissions": "npm:5.5.2"
|
||||
"@strapi/ts-zen": "npm:^0.2.0"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/jest": "npm:29.5.2"
|
||||
"@types/koa": "npm:2.13.4"
|
||||
"@types/koa__router": "npm:12.0.0"
|
||||
"@types/node-schedule": "npm:2.1.7"
|
||||
commander: "npm:8.3.0"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
koa: "npm:2.15.2"
|
||||
koa-body: "npm:6.0.1"
|
||||
lodash: "npm:4.17.21"
|
||||
node-schedule: "npm:2.1.1"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
typedoc: "npm:0.25.10"
|
||||
typedoc-github-wiki-theme: "npm:1.1.0"
|
||||
typedoc-plugin-markdown: "npm:3.17.1"
|
||||
@ -9705,7 +9705,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/typescript-utils@npm:5.5.1, @strapi/typescript-utils@workspace:packages/utils/typescript":
|
||||
"@strapi/typescript-utils@npm:5.5.2, @strapi/typescript-utils@workspace:packages/utils/typescript":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/typescript-utils@workspace:packages/utils/typescript"
|
||||
dependencies:
|
||||
@ -9756,15 +9756,15 @@ __metadata:
|
||||
resolution: "@strapi/upgrade@workspace:packages/utils/upgrade"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@types/fs-extra": "npm:11.0.4"
|
||||
"@types/jscodeshift": "npm:0.11.10"
|
||||
chalk: "npm:4.1.2"
|
||||
cli-table3: "npm:0.6.2"
|
||||
commander: "npm:8.3.0"
|
||||
esbuild-register: "npm:3.5.0"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
fast-glob: "npm:3.3.2"
|
||||
fs-extra: "npm:11.2.0"
|
||||
jscodeshift: "npm:0.15.1"
|
||||
@ -9780,18 +9780,18 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/upload@npm:5.5.1, @strapi/upload@workspace:packages/core/upload":
|
||||
"@strapi/upload@npm:5.5.2, @strapi/upload@workspace:packages/core/upload":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/upload@workspace:packages/core/upload"
|
||||
dependencies:
|
||||
"@mux/mux-player-react": "npm:3.1.0"
|
||||
"@strapi/admin": "npm:5.5.1"
|
||||
"@strapi/admin": "npm:5.5.2"
|
||||
"@strapi/design-system": "npm:2.0.0-rc.14"
|
||||
"@strapi/icons": "npm:2.0.0-rc.14"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@strapi/provider-upload-local": "npm:5.5.1"
|
||||
"@strapi/types": "npm:5.5.1"
|
||||
"@strapi/utils": "npm:5.5.1"
|
||||
"@strapi/provider-upload-local": "npm:5.5.2"
|
||||
"@strapi/types": "npm:5.5.2"
|
||||
"@strapi/utils": "npm:5.5.2"
|
||||
"@testing-library/dom": "npm:10.1.0"
|
||||
"@testing-library/react": "npm:15.0.7"
|
||||
"@testing-library/user-event": "npm:14.5.2"
|
||||
@ -9836,7 +9836,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/utils@npm:5.5.1, @strapi/utils@workspace:packages/core/utils":
|
||||
"@strapi/utils@npm:5.5.2, @strapi/utils@workspace:packages/core/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/utils@workspace:packages/core/utils"
|
||||
dependencies:
|
||||
@ -9846,7 +9846,7 @@ __metadata:
|
||||
"@types/koa": "npm:2.13.4"
|
||||
"@types/node": "npm:18.19.24"
|
||||
date-fns: "npm:2.30.0"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
execa: "npm:5.1.1"
|
||||
http-errors: "npm:2.0.0"
|
||||
koa: "npm:2.15.2"
|
||||
@ -9855,7 +9855,7 @@ __metadata:
|
||||
node-machine-id: "npm:1.1.12"
|
||||
p-map: "npm:4.0.0"
|
||||
preferred-pm: "npm:3.1.2"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
yup: "npm:0.32.9"
|
||||
zod: "npm:^3.22.4"
|
||||
languageName: unknown
|
||||
@ -15193,11 +15193,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"create-strapi-app@npm:5.5.1, create-strapi-app@workspace:*, create-strapi-app@workspace:packages/cli/create-strapi-app":
|
||||
"create-strapi-app@npm:5.5.2, create-strapi-app@workspace:*, create-strapi-app@workspace:packages/cli/create-strapi-app":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "create-strapi-app@workspace:packages/cli/create-strapi-app"
|
||||
dependencies:
|
||||
"@strapi/cloud-cli": "npm:5.5.1"
|
||||
"@strapi/cloud-cli": "npm:5.5.2"
|
||||
"@strapi/pack-up": "npm:5.0.2"
|
||||
"@types/async-retry": "npm:^1"
|
||||
"@types/fs-extra": "npm:11.0.4"
|
||||
@ -15205,7 +15205,7 @@ __metadata:
|
||||
async-retry: "npm:1.3.3"
|
||||
chalk: "npm:4.1.2"
|
||||
commander: "npm:8.3.0"
|
||||
eslint-config-custom: "npm:5.5.1"
|
||||
eslint-config-custom: "npm:5.5.2"
|
||||
execa: "npm:5.1.1"
|
||||
fs-extra: "npm:11.2.0"
|
||||
inquirer: "npm:8.2.5"
|
||||
@ -15216,7 +15216,7 @@ __metadata:
|
||||
semver: "npm:7.5.4"
|
||||
sort-package-json: "npm:2.10.0"
|
||||
tar: "npm:7.4.3"
|
||||
tsconfig: "npm:5.5.1"
|
||||
tsconfig: "npm:5.5.2"
|
||||
bin:
|
||||
create-strapi-app: ./bin/index.js
|
||||
languageName: unknown
|
||||
@ -15226,7 +15226,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "create-strapi@workspace:packages/cli/create-strapi"
|
||||
dependencies:
|
||||
create-strapi-app: "npm:5.5.1"
|
||||
create-strapi-app: "npm:5.5.2"
|
||||
bin:
|
||||
create-strapi: ./bin/index.js
|
||||
languageName: unknown
|
||||
@ -17141,7 +17141,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-custom@npm:5.5.1, eslint-config-custom@workspace:packages/utils/eslint-config-custom":
|
||||
"eslint-config-custom@npm:5.5.2, eslint-config-custom@workspace:packages/utils/eslint-config-custom":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "eslint-config-custom@workspace:packages/utils/eslint-config-custom"
|
||||
languageName: unknown
|
||||
@ -30320,7 +30320,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tsconfig@npm:5.5.1, tsconfig@workspace:packages/utils/tsconfig":
|
||||
"tsconfig@npm:5.5.2, tsconfig@workspace:packages/utils/tsconfig":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "tsconfig@workspace:packages/utils/tsconfig"
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user