mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
v4.15.0
This commit is contained in:
parent
1c15eeb66f
commit
6e44e1e68d
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": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "getstarted",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"description": "A Strapi application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
@ -14,16 +14,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/icons": "1.11.0",
|
||||
"@strapi/plugin-color-picker": "4.14.5",
|
||||
"@strapi/plugin-documentation": "4.14.5",
|
||||
"@strapi/plugin-graphql": "4.14.5",
|
||||
"@strapi/plugin-i18n": "4.14.5",
|
||||
"@strapi/plugin-sentry": "4.14.5",
|
||||
"@strapi/plugin-users-permissions": "4.14.5",
|
||||
"@strapi/provider-email-mailgun": "4.14.5",
|
||||
"@strapi/provider-upload-aws-s3": "4.14.5",
|
||||
"@strapi/provider-upload-cloudinary": "4.14.5",
|
||||
"@strapi/strapi": "4.14.5",
|
||||
"@strapi/plugin-color-picker": "4.15.0",
|
||||
"@strapi/plugin-documentation": "4.15.0",
|
||||
"@strapi/plugin-graphql": "4.15.0",
|
||||
"@strapi/plugin-i18n": "4.15.0",
|
||||
"@strapi/plugin-sentry": "4.15.0",
|
||||
"@strapi/plugin-users-permissions": "4.15.0",
|
||||
"@strapi/provider-email-mailgun": "4.15.0",
|
||||
"@strapi/provider-upload-aws-s3": "4.15.0",
|
||||
"@strapi/provider-upload-cloudinary": "4.15.0",
|
||||
"@strapi/strapi": "4.15.0",
|
||||
"better-sqlite3": "8.6.0",
|
||||
"lodash": "4.17.21",
|
||||
"mysql": "2.18.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kitchensink-ts",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"description": "A Strapi application",
|
||||
"license": "MIT",
|
||||
@ -14,9 +14,9 @@
|
||||
"strapi": "strapi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/plugin-i18n": "4.14.5",
|
||||
"@strapi/plugin-users-permissions": "4.14.5",
|
||||
"@strapi/strapi": "4.14.5",
|
||||
"@strapi/plugin-i18n": "4.15.0",
|
||||
"@strapi/plugin-users-permissions": "4.15.0",
|
||||
"@strapi/strapi": "4.15.0",
|
||||
"better-sqlite3": "8.6.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "kitchensink",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"description": "A Strapi application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
@ -13,10 +13,10 @@
|
||||
"strapi": "strapi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/provider-email-mailgun": "4.14.5",
|
||||
"@strapi/provider-upload-aws-s3": "4.14.5",
|
||||
"@strapi/provider-upload-cloudinary": "4.14.5",
|
||||
"@strapi/strapi": "4.14.5",
|
||||
"@strapi/provider-email-mailgun": "4.15.0",
|
||||
"@strapi/provider-upload-aws-s3": "4.15.0",
|
||||
"@strapi/provider-upload-cloudinary": "4.15.0",
|
||||
"@strapi/strapi": "4.15.0",
|
||||
"lodash": "4.17.21",
|
||||
"mysql": "2.18.1",
|
||||
"mysql2": "3.6.0",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"packages": ["packages/*", "examples/*"],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/admin-test-utils",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"description": "Test utilities for the Strapi administration panel",
|
||||
"license": "MIT",
|
||||
@ -74,8 +74,8 @@
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@reduxjs/toolkit": "^1.9.7",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-strapi-app",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"create-strapi-app",
|
||||
@ -44,14 +44,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/generate-new": "4.14.5",
|
||||
"@strapi/generate-new": "4.15.0",
|
||||
"commander": "8.3.0",
|
||||
"inquirer": "8.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-strapi-starter",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"create-strapi-starter",
|
||||
@ -44,7 +44,7 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/generate-new": "4.14.5",
|
||||
"@strapi/generate-new": "4.15.0",
|
||||
"chalk": "4.1.2",
|
||||
"ci-info": "3.8.0",
|
||||
"commander": "8.3.0",
|
||||
@ -55,8 +55,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/admin",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Strapi Admin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -45,15 +45,15 @@
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
||||
"@radix-ui/react-toolbar": "1.0.4",
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/data-transfer": "4.14.5",
|
||||
"@strapi/data-transfer": "4.15.0",
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/permissions": "4.14.5",
|
||||
"@strapi/provider-audit-logs-local": "4.14.5",
|
||||
"@strapi/permissions": "4.15.0",
|
||||
"@strapi/provider-audit-logs-local": "4.15.0",
|
||||
"@strapi/types": "workspace:*",
|
||||
"@strapi/typescript-utils": "4.14.5",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/typescript-utils": "4.15.0",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"axios": "1.5.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"browserslist": "^4.22.1",
|
||||
@ -134,7 +134,7 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin-test-utils": "4.14.5",
|
||||
"@strapi/admin-test-utils": "4.15.0",
|
||||
"@testing-library/dom": "9.2.0",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "14.4.3",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-content-manager",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "A powerful UI to easily manage your data.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -26,7 +26,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"lodash": "4.17.21",
|
||||
"qs": "6.11.1"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-content-type-builder",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Strapi plugin to create content type",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -31,10 +31,10 @@
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/generators": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/generators": "4.15.0",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"immer": "9.0.19",
|
||||
"lodash": "4.17.21",
|
||||
@ -47,7 +47,7 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "4.14.5",
|
||||
"@strapi/admin": "4.15.0",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"history": "^4.9.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/data-transfer",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Data transfer capabilities for Strapi",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -41,10 +41,10 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/logger": "4.14.5",
|
||||
"@strapi/strapi": "4.14.5",
|
||||
"@strapi/types": "4.14.5",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/logger": "4.15.0",
|
||||
"@strapi/strapi": "4.15.0",
|
||||
"@strapi/types": "4.15.0",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"chalk": "4.1.2",
|
||||
"cli-table3": "0.6.2",
|
||||
"commander": "8.3.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/database",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Strapi's database layer",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -40,7 +40,7 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"date-fns": "2.30.0",
|
||||
"debug": "4.3.4",
|
||||
"fs-extra": "10.0.0",
|
||||
@ -51,8 +51,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-email",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Easily configure your Strapi application to send emails.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -54,10 +54,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/provider-email-sendmail": "4.14.5",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/provider-email-sendmail": "4.15.0",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"lodash": "4.17.21",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-intl": "6.4.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/helper-plugin",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Helper for Strapi plugins development",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -69,11 +69,11 @@
|
||||
"@storybook/addon-mdx-gfm": "7.4.0",
|
||||
"@storybook/builder-vite": "7.4.0",
|
||||
"@storybook/react-vite": "7.4.0",
|
||||
"@strapi/admin-test-utils": "4.14.5",
|
||||
"@strapi/admin-test-utils": "4.15.0",
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@strapi/types": "4.14.5",
|
||||
"@strapi/types": "4.15.0",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "14.4.3",
|
||||
"@types/react": "18.2.7",
|
||||
@ -82,7 +82,7 @@
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@types/styled-components": "5.1.26",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"eslint-plugin-storybook": "0.6.14",
|
||||
"msw": "1.3.0",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/permissions",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Strapi's permission layer.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -38,15 +38,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@casl/ability": "6.5.0",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"lodash": "4.17.21",
|
||||
"qs": "6.11.1",
|
||||
"sift": "16.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/strapi",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -90,21 +90,21 @@
|
||||
"dependencies": {
|
||||
"@koa/cors": "3.4.3",
|
||||
"@koa/router": "10.1.1",
|
||||
"@strapi/admin": "4.14.5",
|
||||
"@strapi/data-transfer": "4.14.5",
|
||||
"@strapi/database": "4.14.5",
|
||||
"@strapi/generate-new": "4.14.5",
|
||||
"@strapi/generators": "4.14.5",
|
||||
"@strapi/logger": "4.14.5",
|
||||
"@strapi/pack-up": "4.14.5",
|
||||
"@strapi/permissions": "4.14.5",
|
||||
"@strapi/plugin-content-manager": "4.14.5",
|
||||
"@strapi/plugin-content-type-builder": "4.14.5",
|
||||
"@strapi/plugin-email": "4.14.5",
|
||||
"@strapi/plugin-upload": "4.14.5",
|
||||
"@strapi/types": "4.14.5",
|
||||
"@strapi/typescript-utils": "4.14.5",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/admin": "4.15.0",
|
||||
"@strapi/data-transfer": "4.15.0",
|
||||
"@strapi/database": "4.15.0",
|
||||
"@strapi/generate-new": "4.15.0",
|
||||
"@strapi/generators": "4.15.0",
|
||||
"@strapi/logger": "4.15.0",
|
||||
"@strapi/pack-up": "4.15.0",
|
||||
"@strapi/permissions": "4.15.0",
|
||||
"@strapi/plugin-content-manager": "4.15.0",
|
||||
"@strapi/plugin-content-type-builder": "4.15.0",
|
||||
"@strapi/plugin-email": "4.15.0",
|
||||
"@strapi/plugin-upload": "4.15.0",
|
||||
"@strapi/types": "4.15.0",
|
||||
"@strapi/typescript-utils": "4.15.0",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"@vitejs/plugin-react": "4.1.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"boxen": "5.1.2",
|
||||
@ -168,9 +168,9 @@
|
||||
"@types/node": "18.18.4",
|
||||
"@types/node-schedule": "2.1.0",
|
||||
"@types/statuses": "2.0.1",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"supertest": "6.3.3",
|
||||
"tsconfig": "4.14.5",
|
||||
"tsconfig": "4.15.0",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/types",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Shared typescript types for Strapi internal use",
|
||||
"keywords": [
|
||||
"strapi"
|
||||
@ -46,10 +46,10 @@
|
||||
"dependencies": {
|
||||
"@koa/cors": "3.4.3",
|
||||
"@koa/router": "10.1.1",
|
||||
"@strapi/database": "4.14.5",
|
||||
"@strapi/logger": "4.14.5",
|
||||
"@strapi/permissions": "4.14.5",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/database": "4.15.0",
|
||||
"@strapi/logger": "4.15.0",
|
||||
"@strapi/permissions": "4.15.0",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"commander": "8.3.0",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"koa": "2.13.4",
|
||||
@ -63,8 +63,8 @@
|
||||
"@types/koa": "2.13.4",
|
||||
"@types/koa__router": "12.0.0",
|
||||
"@types/node-schedule": "2.1.0",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5",
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-upload",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"author": {
|
||||
@ -26,10 +26,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/provider-upload-local": "4.14.5",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/provider-upload-local": "4.15.0",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"axios": "1.5.0",
|
||||
"byte-size": "7.0.1",
|
||||
"cropperjs": "1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/utils",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Shared utilities for the Strapi packages",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -56,10 +56,10 @@
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@types/koa": "2.13.4",
|
||||
"@types/node": "18.18.4",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"koa": "2.13.4",
|
||||
"koa-body": "4.2.0",
|
||||
"tsconfig": "4.14.5"
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/generate-new",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"generate",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/generators",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Interactive API generator.",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -47,8 +47,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/typescript-utils": "4.14.5",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/typescript-utils": "4.15.0",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"chalk": "4.1.2",
|
||||
"copyfiles": "2.4.1",
|
||||
"fs-extra": "10.0.0",
|
||||
@ -58,8 +58,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-color-picker",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Strapi maintained Custom Fields",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -58,14 +58,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-colorful": "5.6.1",
|
||||
"react-intl": "6.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/strapi": "4.14.5",
|
||||
"@strapi/strapi": "4.15.0",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "14.4.3",
|
||||
"@types/styled-components": "5.1.26",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-documentation",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -29,9 +29,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"formik": "2.4.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-graphql",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Adds GraphQL endpoint with default API methods.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -27,9 +27,9 @@
|
||||
"@graphql-tools/schema": "8.5.1",
|
||||
"@graphql-tools/utils": "^8.13.1",
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"apollo-server-core": "3.12.1",
|
||||
"apollo-server-koa": "3.10.0",
|
||||
"glob": "7.2.3",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-i18n",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -32,9 +32,9 @@
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "1.9.7",
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"formik": "2.4.0",
|
||||
"immer": "9.0.19",
|
||||
"lodash": "4.17.21",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-sentry",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Send Strapi error events to Sentry",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -28,7 +28,7 @@
|
||||
"dependencies": {
|
||||
"@sentry/node": "6.19.7",
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-users-permissions",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Protect your API with a full-authentication process based on JWT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -30,9 +30,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.13.0",
|
||||
"@strapi/helper-plugin": "4.14.5",
|
||||
"@strapi/helper-plugin": "4.15.0",
|
||||
"@strapi/icons": "1.13.0",
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"formik": "2.4.0",
|
||||
"grant-koa": "5.4.8",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-audit-logs-local",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Local provider for strapi audit logs",
|
||||
"keywords": [
|
||||
"audit-logs",
|
||||
@ -43,9 +43,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@strapi/types": "4.14.5",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"@strapi/types": "4.15.0",
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-amazon-ses",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Amazon SES provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -43,13 +43,13 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"node-ses": "^3.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-mailgun",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Mailgun provider for strapi email plugin",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -45,14 +45,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
"mailgun.js": "8.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-nodemailer",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Nodemailer provider for Strapi 3",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -62,8 +62,8 @@
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@types/nodemailer": "6.4.7",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-sendgrid",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Sendgrid provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -44,12 +44,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sendgrid/mail": "7.7.0",
|
||||
"@strapi/utils": "4.14.5"
|
||||
"@strapi/utils": "4.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-sendmail",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Sendmail provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -42,14 +42,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"sendmail": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@types/sendmail": "1.4.4",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-aws-s3",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "AWS S3 provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -52,8 +52,8 @@
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@types/jest": "29.5.2",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-cloudinary",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Cloudinary provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -43,14 +43,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"cloudinary": "^1.41.0",
|
||||
"into-stream": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-local",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Local provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -44,14 +44,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.5",
|
||||
"@strapi/utils": "4.15.0",
|
||||
"fs-extra": "10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@types/jest": "29.5.2",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api-tests",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"dotenv": "14.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-custom",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"main": "index.js"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/logger",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Strapi's logger",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -44,8 +44,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.5",
|
||||
"tsconfig": "4.14.5"
|
||||
"eslint-config-custom": "4.15.0",
|
||||
"tsconfig": "4.15.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/pack-up",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Simple tools for creating interoperable CJS & ESM packages.",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tsconfig",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@tsconfig/node18": "18.2.2"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/typescript-utils",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"description": "Typescript support for Strapi",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "scripts-front",
|
||||
"version": "4.14.5",
|
||||
"version": "4.15.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test:front": "jest --config jest.config.front.js"
|
||||
|
||||
306
yarn.lock
306
yarn.lock
@ -7414,7 +7414,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/admin-test-utils@4.14.5, @strapi/admin-test-utils@workspace:*, @strapi/admin-test-utils@workspace:packages/admin-test-utils":
|
||||
"@strapi/admin-test-utils@4.15.0, @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:
|
||||
@ -7422,9 +7422,9 @@ __metadata:
|
||||
"@reduxjs/toolkit": 1.9.7
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@testing-library/jest-dom": 5.16.5
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
jest-styled-components: 7.1.1
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
whatwg-fetch: 3.6.2
|
||||
peerDependencies:
|
||||
"@reduxjs/toolkit": ^1.9.7
|
||||
@ -7432,7 +7432,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/admin@4.14.5, @strapi/admin@workspace:packages/core/admin":
|
||||
"@strapi/admin@4.15.0, @strapi/admin@workspace:packages/core/admin":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/admin@workspace:packages/core/admin"
|
||||
dependencies:
|
||||
@ -7440,16 +7440,16 @@ __metadata:
|
||||
"@pmmmwh/react-refresh-webpack-plugin": 0.5.10
|
||||
"@radix-ui/react-toolbar": 1.0.4
|
||||
"@reduxjs/toolkit": 1.9.7
|
||||
"@strapi/admin-test-utils": 4.14.5
|
||||
"@strapi/data-transfer": 4.14.5
|
||||
"@strapi/admin-test-utils": 4.15.0
|
||||
"@strapi/data-transfer": 4.15.0
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/permissions": 4.14.5
|
||||
"@strapi/provider-audit-logs-local": 4.14.5
|
||||
"@strapi/permissions": 4.15.0
|
||||
"@strapi/provider-audit-logs-local": 4.15.0
|
||||
"@strapi/types": "workspace:*"
|
||||
"@strapi/typescript-utils": 4.14.5
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/typescript-utils": 4.15.0
|
||||
"@strapi/utils": 4.15.0
|
||||
"@testing-library/dom": 9.2.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
@ -7541,15 +7541,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/data-transfer@4.14.5, @strapi/data-transfer@workspace:packages/core/data-transfer":
|
||||
"@strapi/data-transfer@4.15.0, @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/logger": 4.14.5
|
||||
"@strapi/logger": 4.15.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/strapi": 4.14.5
|
||||
"@strapi/types": 4.14.5
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/strapi": 4.15.0
|
||||
"@strapi/types": 4.15.0
|
||||
"@strapi/utils": 4.15.0
|
||||
"@types/fs-extra": 9.0.13
|
||||
"@types/jest": 29.5.2
|
||||
"@types/koa": 2.13.4
|
||||
@ -7584,20 +7584,20 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/database@4.14.5, @strapi/database@workspace:packages/core/database":
|
||||
"@strapi/database@4.15.0, @strapi/database@workspace:packages/core/database":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/database@workspace:packages/core/database"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
date-fns: 2.30.0
|
||||
debug: 4.3.4
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
fs-extra: 10.0.0
|
||||
knex: 2.5.0
|
||||
lodash: 4.17.21
|
||||
semver: 7.5.4
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
umzug: 3.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -7655,7 +7655,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/generate-new@4.14.5, @strapi/generate-new@workspace:packages/generators/app":
|
||||
"@strapi/generate-new@4.15.0, @strapi/generate-new@workspace:packages/generators/app":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/generate-new@workspace:packages/generators/app"
|
||||
dependencies:
|
||||
@ -7675,26 +7675,26 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/generators@4.14.5, @strapi/generators@workspace:packages/generators/generators":
|
||||
"@strapi/generators@4.15.0, @strapi/generators@workspace:packages/generators/generators":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/generators@workspace:packages/generators/generators"
|
||||
dependencies:
|
||||
"@sindresorhus/slugify": 1.1.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/typescript-utils": 4.14.5
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/typescript-utils": 4.15.0
|
||||
"@strapi/utils": 4.15.0
|
||||
chalk: 4.1.2
|
||||
copyfiles: 2.4.1
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
fs-extra: 10.0.0
|
||||
node-plop: 0.26.3
|
||||
plop: 2.7.6
|
||||
pluralize: 8.0.0
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/helper-plugin@4.14.5, @strapi/helper-plugin@workspace:packages/core/helper-plugin":
|
||||
"@strapi/helper-plugin@4.15.0, @strapi/helper-plugin@workspace:packages/core/helper-plugin":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/helper-plugin@workspace:packages/core/helper-plugin"
|
||||
dependencies:
|
||||
@ -7704,11 +7704,11 @@ __metadata:
|
||||
"@storybook/addon-mdx-gfm": 7.4.0
|
||||
"@storybook/builder-vite": 7.4.0
|
||||
"@storybook/react-vite": 7.4.0
|
||||
"@strapi/admin-test-utils": 4.14.5
|
||||
"@strapi/admin-test-utils": 4.15.0
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/types": 4.14.5
|
||||
"@strapi/types": 4.15.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
"@types/react": 18.2.7
|
||||
@ -7719,7 +7719,7 @@ __metadata:
|
||||
axios: 1.5.0
|
||||
cross-env: ^7.0.3
|
||||
date-fns: 2.30.0
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
eslint-plugin-storybook: 0.6.14
|
||||
formik: 2.4.0
|
||||
immer: 9.0.19
|
||||
@ -7769,14 +7769,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/logger@4.14.5, @strapi/logger@workspace:packages/utils/logger":
|
||||
"@strapi/logger@4.15.0, @strapi/logger@workspace:packages/utils/logger":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/logger@workspace:packages/utils/logger"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
lodash: 4.17.21
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
winston: 3.10.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -7817,29 +7817,29 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/permissions@4.14.5, @strapi/permissions@workspace:packages/core/permissions":
|
||||
"@strapi/permissions@4.15.0, @strapi/permissions@workspace:packages/core/permissions":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/permissions@workspace:packages/core/permissions"
|
||||
dependencies:
|
||||
"@casl/ability": 6.5.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
eslint-config-custom: 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
eslint-config-custom: 4.15.0
|
||||
lodash: 4.17.21
|
||||
qs: 6.11.1
|
||||
sift: 16.0.1
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-color-picker@4.14.5, @strapi/plugin-color-picker@workspace:packages/plugins/color-picker":
|
||||
"@strapi/plugin-color-picker@4.15.0, @strapi/plugin-color-picker@workspace:packages/plugins/color-picker":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-color-picker@workspace:packages/plugins/color-picker"
|
||||
dependencies:
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/strapi": 4.14.5
|
||||
"@strapi/strapi": 4.15.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
"@types/styled-components": 5.1.26
|
||||
@ -7860,28 +7860,28 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-content-manager@4.14.5, @strapi/plugin-content-manager@workspace:packages/core/content-manager":
|
||||
"@strapi/plugin-content-manager@4.15.0, @strapi/plugin-content-manager@workspace:packages/core/content-manager":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-content-manager@workspace:packages/core/content-manager"
|
||||
dependencies:
|
||||
"@sindresorhus/slugify": 1.1.0
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
lodash: 4.17.21
|
||||
qs: 6.11.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-content-type-builder@4.14.5, @strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder":
|
||||
"@strapi/plugin-content-type-builder@4.15.0, @strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder"
|
||||
dependencies:
|
||||
"@sindresorhus/slugify": 1.1.0
|
||||
"@strapi/admin": 4.14.5
|
||||
"@strapi/admin": 4.15.0
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/generators": 4.14.5
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/generators": 4.15.0
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/react-hooks": 8.0.1
|
||||
fs-extra: 10.0.0
|
||||
@ -7907,15 +7907,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-documentation@4.14.5, @strapi/plugin-documentation@workspace:packages/plugins/documentation":
|
||||
"@strapi/plugin-documentation@4.15.0, @strapi/plugin-documentation@workspace:packages/plugins/documentation":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-documentation@workspace:packages/plugins/documentation"
|
||||
dependencies:
|
||||
"@apidevtools/swagger-parser": ^10.1.0
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
bcryptjs: 2.4.3
|
||||
@ -7946,17 +7946,17 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-email@4.14.5, @strapi/plugin-email@workspace:packages/core/email":
|
||||
"@strapi/plugin-email@4.15.0, @strapi/plugin-email@workspace:packages/core/email":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-email@workspace:packages/core/email"
|
||||
dependencies:
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/provider-email-sendmail": 4.14.5
|
||||
"@strapi/provider-email-sendmail": 4.15.0
|
||||
"@strapi/types": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@types/koa": 2.13.4
|
||||
"@types/lodash": ^4.14.191
|
||||
@ -7980,16 +7980,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-graphql@4.14.5, @strapi/plugin-graphql@workspace:packages/plugins/graphql":
|
||||
"@strapi/plugin-graphql@4.15.0, @strapi/plugin-graphql@workspace:packages/plugins/graphql":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-graphql@workspace:packages/plugins/graphql"
|
||||
dependencies:
|
||||
"@graphql-tools/schema": 8.5.1
|
||||
"@graphql-tools/utils": ^8.13.1
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
apollo-server-core: 3.12.1
|
||||
apollo-server-koa: 3.10.0
|
||||
cross-env: ^7.0.3
|
||||
@ -8017,15 +8017,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-i18n@4.14.5, @strapi/plugin-i18n@workspace:packages/plugins/i18n":
|
||||
"@strapi/plugin-i18n@4.15.0, @strapi/plugin-i18n@workspace:packages/plugins/i18n":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-i18n@workspace:packages/plugins/i18n"
|
||||
dependencies:
|
||||
"@reduxjs/toolkit": 1.9.7
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
"@testing-library/react": 14.0.0
|
||||
formik: 2.4.0
|
||||
immer: 9.0.19
|
||||
@ -8049,13 +8049,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-sentry@4.14.5, @strapi/plugin-sentry@workspace:packages/plugins/sentry":
|
||||
"@strapi/plugin-sentry@4.15.0, @strapi/plugin-sentry@workspace:packages/plugins/sentry":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-sentry@workspace:packages/plugins/sentry"
|
||||
dependencies:
|
||||
"@sentry/node": 6.19.7
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
@ -8070,15 +8070,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-upload@4.14.5, @strapi/plugin-upload@workspace:packages/core/upload":
|
||||
"@strapi/plugin-upload@4.15.0, @strapi/plugin-upload@workspace:packages/core/upload":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-upload@workspace:packages/core/upload"
|
||||
dependencies:
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/provider-upload-local": 4.14.5
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/provider-upload-local": 4.15.0
|
||||
"@strapi/utils": 4.15.0
|
||||
"@testing-library/dom": 9.2.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
@ -8116,14 +8116,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-users-permissions@4.14.5, @strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions":
|
||||
"@strapi/plugin-users-permissions@4.15.0, @strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions"
|
||||
dependencies:
|
||||
"@strapi/design-system": 1.13.0
|
||||
"@strapi/helper-plugin": 4.14.5
|
||||
"@strapi/helper-plugin": 4.15.0
|
||||
"@strapi/icons": 1.13.0
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
"@testing-library/dom": 9.2.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
@ -8156,14 +8156,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-audit-logs-local@4.14.5, @strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local":
|
||||
"@strapi/provider-audit-logs-local@4.15.0, @strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/types": 4.14.5
|
||||
eslint-config-custom: 4.14.5
|
||||
tsconfig: 4.14.5
|
||||
"@strapi/types": 4.15.0
|
||||
eslint-config-custom: 4.15.0
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -8172,23 +8172,23 @@ __metadata:
|
||||
resolution: "@strapi/provider-email-amazon-ses@workspace:packages/providers/email-amazon-ses"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
eslint-config-custom: 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
eslint-config-custom: 4.15.0
|
||||
node-ses: ^3.0.3
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-email-mailgun@4.14.5, @strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun":
|
||||
"@strapi/provider-email-mailgun@4.15.0, @strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
eslint-config-custom: 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
eslint-config-custom: 4.15.0
|
||||
form-data: ^4.0.0
|
||||
mailgun.js: 8.2.1
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -8198,10 +8198,10 @@ __metadata:
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@types/nodemailer": 6.4.7
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
lodash: 4.17.21
|
||||
nodemailer: 6.9.1
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -8211,86 +8211,86 @@ __metadata:
|
||||
dependencies:
|
||||
"@sendgrid/mail": 7.7.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
eslint-config-custom: 4.14.5
|
||||
tsconfig: 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
eslint-config-custom: 4.15.0
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-email-sendmail@4.14.5, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail":
|
||||
"@strapi/provider-email-sendmail@4.15.0, @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": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
"@types/sendmail": 1.4.4
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
sendmail: ^1.6.1
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-upload-aws-s3@4.14.5, @strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3":
|
||||
"@strapi/provider-upload-aws-s3@4.15.0, @strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@types/jest": 29.5.2
|
||||
aws-sdk: 2.1472.0
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
lodash: 4.17.21
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-upload-cloudinary@4.14.5, @strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary":
|
||||
"@strapi/provider-upload-cloudinary@4.15.0, @strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
cloudinary: ^1.41.0
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
into-stream: ^5.1.0
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-upload-local@4.14.5, @strapi/provider-upload-local@workspace:packages/providers/upload-local":
|
||||
"@strapi/provider-upload-local@4.15.0, @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": "workspace:*"
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
"@types/jest": 29.5.2
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
fs-extra: 10.0.0
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/strapi@4.14.5, @strapi/strapi@workspace:packages/core/strapi":
|
||||
"@strapi/strapi@4.15.0, @strapi/strapi@workspace:packages/core/strapi":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/strapi@workspace:packages/core/strapi"
|
||||
dependencies:
|
||||
"@koa/cors": 3.4.3
|
||||
"@koa/router": 10.1.1
|
||||
"@strapi/admin": 4.14.5
|
||||
"@strapi/data-transfer": 4.14.5
|
||||
"@strapi/database": 4.14.5
|
||||
"@strapi/generate-new": 4.14.5
|
||||
"@strapi/generators": 4.14.5
|
||||
"@strapi/logger": 4.14.5
|
||||
"@strapi/admin": 4.15.0
|
||||
"@strapi/data-transfer": 4.15.0
|
||||
"@strapi/database": 4.15.0
|
||||
"@strapi/generate-new": 4.15.0
|
||||
"@strapi/generators": 4.15.0
|
||||
"@strapi/logger": 4.15.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/permissions": 4.14.5
|
||||
"@strapi/plugin-content-manager": 4.14.5
|
||||
"@strapi/plugin-content-type-builder": 4.14.5
|
||||
"@strapi/plugin-email": 4.14.5
|
||||
"@strapi/plugin-upload": 4.14.5
|
||||
"@strapi/permissions": 4.15.0
|
||||
"@strapi/plugin-content-manager": 4.15.0
|
||||
"@strapi/plugin-content-type-builder": 4.15.0
|
||||
"@strapi/plugin-email": 4.15.0
|
||||
"@strapi/plugin-upload": 4.15.0
|
||||
"@strapi/ts-zen": ^0.2.0
|
||||
"@strapi/types": 4.14.5
|
||||
"@strapi/typescript-utils": 4.14.5
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/types": 4.15.0
|
||||
"@strapi/typescript-utils": 4.15.0
|
||||
"@strapi/utils": 4.15.0
|
||||
"@types/bcryptjs": 2.4.3
|
||||
"@types/configstore": 5.0.1
|
||||
"@types/delegates": 1.0.0
|
||||
@ -8319,7 +8319,7 @@ __metadata:
|
||||
debug: 4.3.4
|
||||
delegates: 1.0.0
|
||||
dotenv: 14.2.0
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
execa: 5.1.1
|
||||
fs-extra: 10.0.0
|
||||
glob: 7.2.3
|
||||
@ -8349,7 +8349,7 @@ __metadata:
|
||||
semver: 7.5.4
|
||||
statuses: 2.0.1
|
||||
supertest: 6.3.3
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
typescript: 5.2.2
|
||||
vite: 4.4.9
|
||||
yup: 0.32.9
|
||||
@ -8368,34 +8368,34 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/types@4.14.5, @strapi/types@workspace:*, @strapi/types@workspace:packages/core/types":
|
||||
"@strapi/types@4.15.0, @strapi/types@workspace:*, @strapi/types@workspace:packages/core/types":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/types@workspace:packages/core/types"
|
||||
dependencies:
|
||||
"@koa/cors": 3.4.3
|
||||
"@koa/router": 10.1.1
|
||||
"@strapi/database": 4.14.5
|
||||
"@strapi/logger": 4.14.5
|
||||
"@strapi/database": 4.15.0
|
||||
"@strapi/logger": 4.15.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/permissions": 4.14.5
|
||||
"@strapi/permissions": 4.15.0
|
||||
"@strapi/ts-zen": ^0.2.0
|
||||
"@strapi/utils": 4.14.5
|
||||
"@strapi/utils": 4.15.0
|
||||
"@types/jest": 29.5.2
|
||||
"@types/koa": 2.13.4
|
||||
"@types/koa__router": 12.0.0
|
||||
"@types/node-schedule": 2.1.0
|
||||
commander: 8.3.0
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
https-proxy-agent: 5.0.1
|
||||
koa: 2.13.4
|
||||
node-fetch: 2.7.0
|
||||
node-schedule: 2.1.0
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
typescript: 5.2.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/typescript-utils@4.14.5, @strapi/typescript-utils@workspace:packages/utils/typescript":
|
||||
"@strapi/typescript-utils@4.15.0, @strapi/typescript-utils@workspace:packages/utils/typescript":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/typescript-utils@workspace:packages/utils/typescript"
|
||||
dependencies:
|
||||
@ -8440,7 +8440,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/utils@4.14.5, @strapi/utils@workspace:packages/core/utils":
|
||||
"@strapi/utils@4.15.0, @strapi/utils@workspace:packages/core/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/utils@workspace:packages/core/utils"
|
||||
dependencies:
|
||||
@ -8449,13 +8449,13 @@ __metadata:
|
||||
"@types/koa": 2.13.4
|
||||
"@types/node": 18.18.4
|
||||
date-fns: 2.30.0
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
http-errors: 1.8.1
|
||||
koa: 2.13.4
|
||||
koa-body: 4.2.0
|
||||
lodash: 4.17.21
|
||||
p-map: 4.0.0
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
yup: 0.32.9
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -13977,12 +13977,12 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "create-strapi-app@workspace:packages/cli/create-strapi-app"
|
||||
dependencies:
|
||||
"@strapi/generate-new": 4.14.5
|
||||
"@strapi/generate-new": 4.15.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
commander: 8.3.0
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
inquirer: 8.2.5
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
bin:
|
||||
create-strapi-app: ./bin/index.js
|
||||
languageName: unknown
|
||||
@ -13992,17 +13992,17 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "create-strapi-starter@workspace:packages/cli/create-strapi-starter"
|
||||
dependencies:
|
||||
"@strapi/generate-new": 4.14.5
|
||||
"@strapi/generate-new": 4.15.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
chalk: 4.1.2
|
||||
ci-info: 3.8.0
|
||||
commander: 8.3.0
|
||||
eslint-config-custom: 4.14.5
|
||||
eslint-config-custom: 4.15.0
|
||||
execa: 5.1.1
|
||||
fs-extra: 10.0.0
|
||||
inquirer: 8.2.5
|
||||
ora: 5.4.1
|
||||
tsconfig: 4.14.5
|
||||
tsconfig: 4.15.0
|
||||
bin:
|
||||
create-strapi-starter: ./bin/index.js
|
||||
languageName: unknown
|
||||
@ -15953,7 +15953,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-custom@4.14.5, eslint-config-custom@workspace:*, eslint-config-custom@workspace:packages/utils/eslint-config-custom":
|
||||
"eslint-config-custom@4.15.0, eslint-config-custom@workspace:*, 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
|
||||
@ -17915,16 +17915,16 @@ __metadata:
|
||||
resolution: "getstarted@workspace:examples/getstarted"
|
||||
dependencies:
|
||||
"@strapi/icons": 1.11.0
|
||||
"@strapi/plugin-color-picker": 4.14.5
|
||||
"@strapi/plugin-documentation": 4.14.5
|
||||
"@strapi/plugin-graphql": 4.14.5
|
||||
"@strapi/plugin-i18n": 4.14.5
|
||||
"@strapi/plugin-sentry": 4.14.5
|
||||
"@strapi/plugin-users-permissions": 4.14.5
|
||||
"@strapi/provider-email-mailgun": 4.14.5
|
||||
"@strapi/provider-upload-aws-s3": 4.14.5
|
||||
"@strapi/provider-upload-cloudinary": 4.14.5
|
||||
"@strapi/strapi": 4.14.5
|
||||
"@strapi/plugin-color-picker": 4.15.0
|
||||
"@strapi/plugin-documentation": 4.15.0
|
||||
"@strapi/plugin-graphql": 4.15.0
|
||||
"@strapi/plugin-i18n": 4.15.0
|
||||
"@strapi/plugin-sentry": 4.15.0
|
||||
"@strapi/plugin-users-permissions": 4.15.0
|
||||
"@strapi/provider-email-mailgun": 4.15.0
|
||||
"@strapi/provider-upload-aws-s3": 4.15.0
|
||||
"@strapi/provider-upload-cloudinary": 4.15.0
|
||||
"@strapi/strapi": 4.15.0
|
||||
better-sqlite3: 8.6.0
|
||||
lodash: 4.17.21
|
||||
mysql: 2.18.1
|
||||
@ -21577,9 +21577,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "kitchensink-ts@workspace:examples/kitchensink-ts"
|
||||
dependencies:
|
||||
"@strapi/plugin-i18n": 4.14.5
|
||||
"@strapi/plugin-users-permissions": 4.14.5
|
||||
"@strapi/strapi": 4.14.5
|
||||
"@strapi/plugin-i18n": 4.15.0
|
||||
"@strapi/plugin-users-permissions": 4.15.0
|
||||
"@strapi/strapi": 4.15.0
|
||||
better-sqlite3: 8.6.0
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
@ -21592,10 +21592,10 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "kitchensink@workspace:examples/kitchensink"
|
||||
dependencies:
|
||||
"@strapi/provider-email-mailgun": 4.14.5
|
||||
"@strapi/provider-upload-aws-s3": 4.14.5
|
||||
"@strapi/provider-upload-cloudinary": 4.14.5
|
||||
"@strapi/strapi": 4.14.5
|
||||
"@strapi/provider-email-mailgun": 4.15.0
|
||||
"@strapi/provider-upload-aws-s3": 4.15.0
|
||||
"@strapi/provider-upload-cloudinary": 4.15.0
|
||||
"@strapi/strapi": 4.15.0
|
||||
lodash: 4.17.21
|
||||
mysql: 2.18.1
|
||||
mysql2: 3.6.0
|
||||
@ -30736,7 +30736,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tsconfig@4.14.5, tsconfig@workspace:packages/utils/tsconfig":
|
||||
"tsconfig@4.15.0, 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