mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +00:00
chore: merge pull request #24416 from strapi/main
Release 5.23.5 main to develop
This commit is contained in:
commit
becb1565a2
2
.github/actions/check-pr-status/package.json
vendored
2
.github/actions/check-pr-status/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "check-pr-status",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/admin-test-utils",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"private": true,
|
||||
"description": "Test utilities for the Strapi administration panel",
|
||||
"license": "MIT",
|
||||
@ -84,10 +84,10 @@
|
||||
"devDependencies": {
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@testing-library/jest-dom": "6.4.5",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"jest-environment-jsdom": "29.6.1",
|
||||
"styled-components": "6.1.8",
|
||||
"tsconfig": "5.23.4"
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@reduxjs/toolkit": "^1.9.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/cloud-cli",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Commands to interact with the Strapi Cloud",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -47,8 +47,8 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.23.4",
|
||||
"axios": "1.8.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"axios": "1.12.2",
|
||||
"boxen": "5.1.2",
|
||||
"chalk": "4.1.2",
|
||||
"cli-progress": "3.12.0",
|
||||
@ -72,8 +72,8 @@
|
||||
"@types/cli-progress": "3.11.5",
|
||||
"@types/eventsource": "1.1.15",
|
||||
"@types/lodash": "^4.14.191",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-strapi-app",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"create-strapi-app",
|
||||
@ -50,7 +50,7 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/cloud-cli": "5.23.4",
|
||||
"@strapi/cloud-cli": "5.23.5",
|
||||
"async-retry": "1.3.3",
|
||||
"chalk": "4.1.2",
|
||||
"commander": "8.3.0",
|
||||
@ -69,8 +69,8 @@
|
||||
"@types/async-retry": "^1",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/inquirer": "8.2.5",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-strapi",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"create-strapi",
|
||||
@ -36,7 +36,7 @@
|
||||
"bin/"
|
||||
],
|
||||
"dependencies": {
|
||||
"create-strapi-app": "5.23.4"
|
||||
"create-strapi-app": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/admin",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Strapi Admin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -86,14 +86,14 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/permissions": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/typescript-utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/permissions": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@strapi/typescript-utils": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"@testing-library/dom": "10.1.0",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@testing-library/user-event": "14.5.2",
|
||||
"axios": "1.8.4",
|
||||
"axios": "1.12.2",
|
||||
"bcryptjs": "2.4.3",
|
||||
"boxen": "5.1.2",
|
||||
"chalk": "^4.1.2",
|
||||
@ -143,8 +143,8 @@
|
||||
"zod": "3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin-test-utils": "5.23.4",
|
||||
"@strapi/data-transfer": "5.23.4",
|
||||
"@strapi/admin-test-utils": "5.23.5",
|
||||
"@strapi/data-transfer": "5.23.5",
|
||||
"@types/codemirror5": "npm:@types/codemirror@^5.60.15",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/invariant": "2.2.36",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/content-manager",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "A powerful UI to easily manage your data.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -69,8 +69,8 @@
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"codemirror5": "npm:codemirror@^5.65.11",
|
||||
"date-fns": "2.30.0",
|
||||
"fractional-indexing": "3.2.0",
|
||||
@ -104,8 +104,8 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/database": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/database": "5.23.5",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@types/jest": "29.5.2",
|
||||
"@types/lodash": "^4.14.191",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/content-releases",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Strapi plugin for organizing and releasing content",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -59,11 +59,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/database": "5.23.4",
|
||||
"@strapi/database": "5.23.5",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"date-fns": "2.30.0",
|
||||
"date-fns-tz": "2.0.1",
|
||||
"formik": "2.4.5",
|
||||
@ -74,9 +74,9 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/admin-test-utils": "5.23.4",
|
||||
"@strapi/content-manager": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/admin-test-utils": "5.23.5",
|
||||
"@strapi/content-manager": "5.23.5",
|
||||
"@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/content-type-builder",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Create and manage content types",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -67,9 +67,9 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/generators": "5.23.4",
|
||||
"@strapi/generators": "5.23.5",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"date-fns": "2.30.0",
|
||||
"fs-extra": "11.2.0",
|
||||
"immer": "9.0.21",
|
||||
@ -82,8 +82,8 @@
|
||||
"zod": "3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@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.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Core of Strapi",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -56,14 +56,14 @@
|
||||
"@koa/cors": "5.0.0",
|
||||
"@koa/router": "12.0.2",
|
||||
"@paralleldrive/cuid2": "2.2.2",
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/database": "5.23.4",
|
||||
"@strapi/generators": "5.23.4",
|
||||
"@strapi/logger": "5.23.4",
|
||||
"@strapi/permissions": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/typescript-utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/database": "5.23.5",
|
||||
"@strapi/generators": "5.23.5",
|
||||
"@strapi/logger": "5.23.5",
|
||||
"@strapi/permissions": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@strapi/typescript-utils": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"@vercel/stega": "0.1.2",
|
||||
"bcryptjs": "2.4.3",
|
||||
"boxen": "5.1.2",
|
||||
@ -130,9 +130,9 @@
|
||||
"@types/node": "18.19.24",
|
||||
"@types/node-schedule": "2.1.7",
|
||||
"@types/statuses": "2.0.1",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"supertest": "6.3.3",
|
||||
"tsconfig": "5.23.4"
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/data-transfer",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Data transfer capabilities for Strapi",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -42,9 +42,9 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/logger": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/logger": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"chalk": "4.1.2",
|
||||
"cli-table3": "0.6.5",
|
||||
"commander": "8.3.0",
|
||||
@ -61,7 +61,7 @@
|
||||
"ws": "8.17.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/database": "5.23.4",
|
||||
"@strapi/database": "5.23.5",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/jest": "29.5.2",
|
||||
"@types/koa": "2.13.4",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/database",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Strapi's database layer",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -42,7 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@paralleldrive/cuid2": "2.2.2",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"ajv": "8.16.0",
|
||||
"date-fns": "2.30.0",
|
||||
"debug": "4.3.4",
|
||||
@ -54,8 +54,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/email",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Easily configure your Strapi application to send emails.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -58,8 +58,8 @@
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/provider-email-sendmail": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/provider-email-sendmail": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"koa2-ratelimit": "^1.1.3",
|
||||
"lodash": "4.17.21",
|
||||
"react-intl": "6.6.2",
|
||||
@ -68,8 +68,8 @@
|
||||
"zod": "3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"@types/koa": "2.13.4",
|
||||
"@types/lodash": "^4.14.191",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/openapi",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "A tool set to help generate and validate API documentation for Strapi projects",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -61,7 +61,7 @@
|
||||
"zod": "3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@types/debug": "^4"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/permissions",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Strapi's permission layer.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -39,14 +39,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@casl/ability": "6.5.0",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"lodash": "4.17.21",
|
||||
"qs": "6.11.1",
|
||||
"sift": "16.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/review-workflows",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Review workflows for your content",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -59,7 +59,7 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"fractional-indexing": "3.2.0",
|
||||
"react-dnd": "16.0.1",
|
||||
"react-dnd-html5-backend": "16.0.1",
|
||||
@ -69,9 +69,9 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/content-manager": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/content-manager": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@testing-library/react": "15.0.7",
|
||||
"msw": "1.3.0",
|
||||
"react": "18.3.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/strapi",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"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",
|
||||
@ -110,25 +110,25 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/cloud-cli": "5.23.4",
|
||||
"@strapi/content-manager": "5.23.4",
|
||||
"@strapi/content-releases": "5.23.4",
|
||||
"@strapi/content-type-builder": "5.23.4",
|
||||
"@strapi/core": "5.23.4",
|
||||
"@strapi/data-transfer": "5.23.4",
|
||||
"@strapi/database": "5.23.4",
|
||||
"@strapi/email": "5.23.4",
|
||||
"@strapi/generators": "5.23.4",
|
||||
"@strapi/i18n": "5.23.4",
|
||||
"@strapi/logger": "5.23.4",
|
||||
"@strapi/openapi": "5.23.4",
|
||||
"@strapi/permissions": "5.23.4",
|
||||
"@strapi/review-workflows": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/typescript-utils": "5.23.4",
|
||||
"@strapi/upload": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/cloud-cli": "5.23.5",
|
||||
"@strapi/content-manager": "5.23.5",
|
||||
"@strapi/content-releases": "5.23.5",
|
||||
"@strapi/content-type-builder": "5.23.5",
|
||||
"@strapi/core": "5.23.5",
|
||||
"@strapi/data-transfer": "5.23.5",
|
||||
"@strapi/database": "5.23.5",
|
||||
"@strapi/email": "5.23.5",
|
||||
"@strapi/generators": "5.23.5",
|
||||
"@strapi/i18n": "5.23.5",
|
||||
"@strapi/logger": "5.23.5",
|
||||
"@strapi/openapi": "5.23.5",
|
||||
"@strapi/permissions": "5.23.5",
|
||||
"@strapi/review-workflows": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@strapi/typescript-utils": "5.23.5",
|
||||
"@strapi/upload": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"@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.23.4",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"jest": "29.6.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"tsconfig": "5.23.4"
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/types",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"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.23.4",
|
||||
"@strapi/logger": "5.23.4",
|
||||
"@strapi/permissions": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/database": "5.23.5",
|
||||
"@strapi/logger": "5.23.5",
|
||||
"@strapi/permissions": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"commander": "8.3.0",
|
||||
"json-logic-js": "2.0.5",
|
||||
"koa": "2.16.1",
|
||||
@ -67,9 +67,9 @@
|
||||
"@types/koa": "2.13.4",
|
||||
"@types/koa__router": "12.0.0",
|
||||
"@types/node-schedule": "2.1.7",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"lodash": "4.17.21",
|
||||
"tsconfig": "5.23.4",
|
||||
"tsconfig": "5.23.5",
|
||||
"typescript": "5.4.4",
|
||||
"undici": "6.21.2"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/upload",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"author": {
|
||||
@ -64,8 +64,8 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/provider-upload-local": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/provider-upload-local": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"byte-size": "8.1.1",
|
||||
"cropperjs": "1.6.1",
|
||||
"date-fns": "2.30.0",
|
||||
@ -88,8 +88,8 @@
|
||||
"zod": "3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@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.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Shared utilities for the Strapi packages",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -61,10 +61,10 @@
|
||||
"@types/http-errors": "2.0.4",
|
||||
"@types/koa": "2.13.4",
|
||||
"@types/node": "18.19.24",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"koa": "2.16.1",
|
||||
"koa-body": "6.0.1",
|
||||
"tsconfig": "5.23.4"
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/generators",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Interactive API generator.",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -49,8 +49,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/typescript-utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/typescript-utils": "5.23.5",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"chalk": "4.1.2",
|
||||
"copyfiles": "2.4.1",
|
||||
"fs-extra": "11.2.0",
|
||||
@ -60,8 +60,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-cloud",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Instructions to deploy your local project to Strapi Cloud",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
@ -45,14 +45,14 @@
|
||||
"react-intl": "6.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/strapi": "5.23.4",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/strapi": "5.23.5",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-router-dom": "6.22.3",
|
||||
"styled-components": "6.1.8",
|
||||
"tsconfig": "5.23.4",
|
||||
"tsconfig": "5.23.5",
|
||||
"typescript": "5.4.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-color-picker",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Strapi maintained Custom Fields",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -63,7 +63,7 @@
|
||||
"react-intl": "6.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/strapi": "5.23.4",
|
||||
"@strapi/strapi": "5.23.5",
|
||||
"@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.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -59,10 +59,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"bcryptjs": "2.4.3",
|
||||
"cheerio": "^1.0.0",
|
||||
"formik": "2.4.5",
|
||||
@ -78,9 +78,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "^10.1.0",
|
||||
"@strapi/admin-test-utils": "5.23.4",
|
||||
"@strapi/strapi": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/admin-test-utils": "5.23.5",
|
||||
"@strapi/strapi": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@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.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Adds GraphQL endpoint with default API methods.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -61,7 +61,7 @@
|
||||
"@koa/cors": "5.0.0",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"graphql": "^16.8.1",
|
||||
"graphql-depth-limit": "^1.1.0",
|
||||
"graphql-playground-middleware-koa": "^1.6.21",
|
||||
@ -73,19 +73,19 @@
|
||||
"pluralize": "8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/strapi": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/strapi": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@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.23.4",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"koa": "2.16.1",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-router-dom": "6.22.3",
|
||||
"styled-components": "6.1.8",
|
||||
"tsconfig": "5.23.4",
|
||||
"tsconfig": "5.23.5",
|
||||
"typescript": "5.4.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/i18n",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Create read and update content in different languages, both from the Admin Panel and from the API",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -59,7 +59,7 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"lodash": "4.17.21",
|
||||
"qs": "6.11.1",
|
||||
"react-intl": "6.6.2",
|
||||
@ -68,10 +68,10 @@
|
||||
"zod": "3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "5.23.4",
|
||||
"@strapi/admin-test-utils": "5.23.4",
|
||||
"@strapi/content-manager": "5.23.4",
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/admin": "5.23.5",
|
||||
"@strapi/admin-test-utils": "5.23.5",
|
||||
"@strapi/content-manager": "5.23.5",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@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.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Send Strapi error events to Sentry",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -58,7 +58,7 @@
|
||||
"@strapi/icons": "2.0.0-rc.29"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/strapi": "5.23.4",
|
||||
"@strapi/strapi": "5.23.5",
|
||||
"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.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Protect your API with a full-authentication process based on JWT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -50,7 +50,7 @@
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "2.0.0-rc.29",
|
||||
"@strapi/icons": "2.0.0-rc.29",
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"bcryptjs": "2.4.3",
|
||||
"formik": "2.4.5",
|
||||
"grant": "^5.4.8",
|
||||
@ -70,7 +70,7 @@
|
||||
"zod": "3.25.67"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/strapi": "5.23.4",
|
||||
"@strapi/strapi": "5.23.5",
|
||||
"@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.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Amazon SES provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -44,12 +44,12 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"node-ses": "^3.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-mailgun",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Mailgun provider for strapi email plugin",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -46,13 +46,13 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.23.4",
|
||||
"form-data": "^4.0.0",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"form-data": "4.0.4",
|
||||
"mailgun.js": "10.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-nodemailer",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Nodemailer provider for Strapi 3",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -62,8 +62,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-sendgrid",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Sendgrid provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -45,11 +45,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sendgrid/mail": "8.1.3",
|
||||
"@strapi/utils": "5.23.4"
|
||||
"@strapi/utils": "5.23.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-sendmail",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Sendmail provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -43,13 +43,13 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"sendmail": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/sendmail": "1.4.4",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-aws-s3",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "AWS S3 provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -55,8 +55,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "29.5.2",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-cloudinary",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Cloudinary provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -44,13 +44,13 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"cloudinary": "^1.41.0",
|
||||
"into-stream": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-local",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Local provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -45,16 +45,16 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"fs-extra": "11.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/jest": "29.5.2",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"memfs": "4.6.0",
|
||||
"tsconfig": "5.23.4"
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api-tests",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"dotenv": "16.4.5",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-custom",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"private": true,
|
||||
"main": "index.js"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/logger",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Strapi's logger",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -44,8 +44,8 @@
|
||||
"winston": "3.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"tsconfig": "5.23.4"
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"tsconfig": "5.23.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tsconfig",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@tsconfig/node18": "18.2.2"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/typescript-utils",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "Typescript support for Strapi",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/upgrade",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"description": "CLI to upgrade Strapi applications effortless",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -61,7 +61,7 @@
|
||||
"watch": "run -T rollup -c -w"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "5.23.4",
|
||||
"@strapi/utils": "5.23.5",
|
||||
"chalk": "4.1.2",
|
||||
"cli-table3": "0.6.2",
|
||||
"commander": "8.3.0",
|
||||
@ -78,10 +78,10 @@
|
||||
"undici": "6.21.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/types": "5.23.4",
|
||||
"@strapi/types": "5.23.5",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/jscodeshift": "0.12.0",
|
||||
"eslint-config-custom": "5.23.4",
|
||||
"eslint-config-custom": "5.23.5",
|
||||
"rimraf": "5.0.5"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "scripts-front",
|
||||
"version": "5.23.4",
|
||||
"version": "5.23.5",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test:front": "jest --config jest.config.front.js"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user