This commit is contained in:
Mark Kaylor 2023-12-21 15:23:45 +01:00
parent 8a2684845c
commit af13d4e056
47 changed files with 961 additions and 413 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "getstarted",
"version": "4.16.0",
"version": "4.16.1",
"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.16.0",
"@strapi/plugin-documentation": "4.16.0",
"@strapi/plugin-graphql": "4.16.0",
"@strapi/plugin-i18n": "4.16.0",
"@strapi/plugin-sentry": "4.16.0",
"@strapi/plugin-users-permissions": "4.16.0",
"@strapi/provider-email-mailgun": "4.16.0",
"@strapi/provider-upload-aws-s3": "4.16.0",
"@strapi/provider-upload-cloudinary": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/plugin-color-picker": "4.16.1",
"@strapi/plugin-documentation": "4.16.1",
"@strapi/plugin-graphql": "4.16.1",
"@strapi/plugin-i18n": "4.16.1",
"@strapi/plugin-sentry": "4.16.1",
"@strapi/plugin-users-permissions": "4.16.1",
"@strapi/provider-email-mailgun": "4.16.1",
"@strapi/provider-upload-aws-s3": "4.16.1",
"@strapi/provider-upload-cloudinary": "4.16.1",
"@strapi/strapi": "4.16.1",
"better-sqlite3": "8.6.0",
"lodash": "4.17.21",
"mysql": "2.18.1",

View File

@ -1,6 +1,6 @@
{
"name": "kitchensink-ts",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"description": "A Strapi application",
"license": "MIT",
@ -14,9 +14,9 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-i18n": "4.16.0",
"@strapi/plugin-users-permissions": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/plugin-i18n": "4.16.1",
"@strapi/plugin-users-permissions": "4.16.1",
"@strapi/strapi": "4.16.1",
"better-sqlite3": "8.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "kitchensink",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"description": "A Strapi application.",
"license": "SEE LICENSE IN LICENSE",
@ -13,10 +13,10 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/provider-email-mailgun": "4.16.0",
"@strapi/provider-upload-aws-s3": "4.16.0",
"@strapi/provider-upload-cloudinary": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/provider-email-mailgun": "4.16.1",
"@strapi/provider-upload-aws-s3": "4.16.1",
"@strapi/provider-upload-cloudinary": "4.16.1",
"@strapi/strapi": "4.16.1",
"lodash": "4.17.21",
"mysql": "2.18.1",
"mysql2": "3.6.0",

View File

@ -1,5 +1,5 @@
{
"version": "4.16.0",
"version": "4.16.1",
"packages": ["packages/*", "examples/*"],
"npmClient": "yarn",
"useWorkspaces": true,

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/admin-test-utils",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"description": "Test utilities for the Strapi administration panel",
"license": "MIT",
@ -75,8 +75,8 @@
"@reduxjs/toolkit": "1.9.7",
"@strapi/pack-up": "workspace:*",
"@testing-library/jest-dom": "5.16.5",
"eslint-config-custom": "4.16.0",
"tsconfig": "4.16.0"
"eslint-config-custom": "4.16.1",
"tsconfig": "4.16.1"
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.9.7",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/admin",
"version": "4.16.0",
"version": "4.16.1",
"description": "Strapi Admin",
"repository": {
"type": "git",
@ -75,15 +75,15 @@
"@radix-ui/react-context": "1.0.1",
"@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7",
"@strapi/data-transfer": "4.16.0",
"@strapi/data-transfer": "4.16.1",
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/permissions": "4.16.0",
"@strapi/provider-audit-logs-local": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/typescript-utils": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/permissions": "4.16.1",
"@strapi/provider-audit-logs-local": "4.16.1",
"@strapi/types": "4.16.1",
"@strapi/typescript-utils": "4.16.1",
"@strapi/utils": "4.16.1",
"axios": "1.6.0",
"bcryptjs": "2.4.3",
"boxen": "5.1.2",
@ -172,9 +172,9 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin-test-utils": "4.16.0",
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/admin-test-utils": "4.16.1",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-manager",
"version": "4.16.0",
"version": "4.16.1",
"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.16.0",
"@strapi/utils": "4.16.1",
"lodash": "4.17.21",
"qs": "6.11.1"
},

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/content-releases",
"version": "4.16.0",
"version": "4.16.1",
"description": "Strapi plugin for organizing and releasing content",
"repository": {
"type": "git",
@ -57,10 +57,10 @@
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/types": "workspace:*",
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"axios": "1.6.0",
"formik": "2.4.0",
"react-intl": "6.4.1",
@ -68,9 +68,9 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/admin-test-utils": "4.16.0",
"@strapi/admin-test-utils": "4.16.1",
"@strapi/pack-up": "workspace:*",
"@strapi/strapi": "4.16.0",
"@strapi/strapi": "4.16.1",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/koa": "2.13.4",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-content-type-builder",
"version": "4.16.0",
"version": "4.16.1",
"description": "Strapi plugin to create content type",
"repository": {
"type": "git",
@ -49,10 +49,10 @@
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "1.13.1",
"@strapi/generators": "4.16.0",
"@strapi/helper-plugin": "4.16.0",
"@strapi/generators": "4.16.1",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"fs-extra": "10.0.0",
"immer": "9.0.19",
"lodash": "4.17.21",
@ -65,8 +65,8 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"@testing-library/react": "14.0.0",
"history": "^4.9.0",
"react": "^18.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/data-transfer",
"version": "4.16.0",
"version": "4.16.1",
"description": "Data transfer capabilities for Strapi",
"keywords": [
"strapi",
@ -41,10 +41,10 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/logger": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/logger": "4.16.1",
"@strapi/strapi": "4.16.1",
"@strapi/types": "4.16.1",
"@strapi/utils": "4.16.1",
"chalk": "4.1.2",
"cli-table3": "0.6.2",
"commander": "8.3.0",
@ -61,7 +61,7 @@
"ws": "8.13.0"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.2",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-email",
"version": "4.16.0",
"version": "4.16.1",
"description": "Easily configure your Strapi application to send emails.",
"repository": {
"type": "git",
@ -54,10 +54,10 @@
},
"dependencies": {
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/provider-email-sendmail": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/provider-email-sendmail": "4.16.1",
"@strapi/utils": "4.16.1",
"lodash": "4.17.21",
"prop-types": "^15.8.1",
"react-intl": "6.4.1",
@ -65,8 +65,8 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/types": "4.16.1",
"@testing-library/react": "14.0.0",
"@types/koa": "2.13.4",
"@types/lodash": "^4.14.191",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/helper-plugin",
"version": "4.16.0",
"version": "4.16.1",
"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.16.0",
"@strapi/admin-test-utils": "4.16.1",
"@strapi/design-system": "1.13.1",
"@strapi/icons": "1.13.0",
"@strapi/pack-up": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/types": "4.16.1",
"@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.16.0",
"eslint-config-custom": "4.16.1",
"eslint-plugin-storybook": "0.6.14",
"msw": "1.3.0",
"react": "^18.2.0",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/strapi",
"version": "4.16.0",
"version": "4.16.1",
"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",
@ -114,22 +114,22 @@
"dependencies": {
"@koa/cors": "3.4.3",
"@koa/router": "10.1.1",
"@strapi/admin": "4.16.0",
"@strapi/content-releases": "4.16.0",
"@strapi/data-transfer": "4.16.0",
"@strapi/database": "4.16.0",
"@strapi/generate-new": "4.16.0",
"@strapi/generators": "4.16.0",
"@strapi/logger": "4.16.0",
"@strapi/pack-up": "4.16.0",
"@strapi/permissions": "4.16.0",
"@strapi/plugin-content-manager": "4.16.0",
"@strapi/plugin-content-type-builder": "4.16.0",
"@strapi/plugin-email": "4.16.0",
"@strapi/plugin-upload": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/typescript-utils": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/admin": "4.16.1",
"@strapi/content-releases": "4.16.1",
"@strapi/data-transfer": "4.16.1",
"@strapi/database": "4.16.1",
"@strapi/generate-new": "4.16.1",
"@strapi/generators": "4.16.1",
"@strapi/logger": "4.16.1",
"@strapi/pack-up": "4.16.1",
"@strapi/permissions": "4.16.1",
"@strapi/plugin-content-manager": "4.16.1",
"@strapi/plugin-content-type-builder": "4.16.1",
"@strapi/plugin-email": "4.16.1",
"@strapi/plugin-upload": "4.16.1",
"@strapi/types": "4.16.1",
"@strapi/typescript-utils": "4.16.1",
"@strapi/utils": "4.16.1",
"bcryptjs": "2.4.3",
"boxen": "5.1.2",
"chalk": "4.1.2",
@ -189,9 +189,9 @@
"@types/node": "18.18.4",
"@types/node-schedule": "2.1.0",
"@types/statuses": "2.0.1",
"eslint-config-custom": "4.16.0",
"eslint-config-custom": "4.16.1",
"supertest": "6.3.3",
"tsconfig": "4.16.0"
"tsconfig": "4.16.1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/types",
"version": "4.16.0",
"version": "4.16.1",
"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.16.0",
"@strapi/logger": "4.16.0",
"@strapi/permissions": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/database": "4.16.1",
"@strapi/logger": "4.16.1",
"@strapi/permissions": "4.16.1",
"@strapi/utils": "4.16.1",
"commander": "8.3.0",
"https-proxy-agent": "5.0.1",
"koa": "2.13.4",
@ -57,14 +57,14 @@
"node-schedule": "2.1.0"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/ts-zen": "^0.2.0",
"@types/jest": "29.5.2",
"@types/koa": "2.13.4",
"@types/koa__router": "12.0.0",
"@types/node-schedule": "2.1.0",
"eslint-config-custom": "4.16.0",
"tsconfig": "4.16.0",
"eslint-config-custom": "4.16.1",
"tsconfig": "4.16.1",
"typescript": "5.2.2"
},
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-upload",
"version": "4.16.0",
"version": "4.16.1",
"description": "Makes it easy to upload images and files to your Strapi Application.",
"license": "SEE LICENSE IN LICENSE",
"author": {
@ -44,10 +44,10 @@
},
"dependencies": {
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/provider-upload-local": "4.16.0",
"@strapi/utils": "4.16.0",
"@strapi/provider-upload-local": "4.16.1",
"@strapi/utils": "4.16.1",
"axios": "1.6.0",
"byte-size": "7.0.1",
"cropperjs": "1.6.0",
@ -71,8 +71,8 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/utils",
"version": "4.16.0",
"version": "4.16.1",
"description": "Shared utilities for the Strapi packages",
"keywords": [
"strapi",
@ -53,14 +53,14 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/types": "4.16.1",
"@types/koa": "2.13.4",
"@types/node": "18.18.4",
"eslint-config-custom": "4.16.0",
"eslint-config-custom": "4.16.1",
"koa": "2.13.4",
"koa-body": "4.2.0",
"tsconfig": "4.16.0"
"tsconfig": "4.16.1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-cloud",
"version": "4.16.0",
"version": "4.16.1",
"description": "Instructions to deploy your local project to Strapi Cloud",
"license": "MIT",
"author": {
@ -38,22 +38,22 @@
},
"dependencies": {
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"react-intl": "6.4.1"
},
"devDependencies": {
"@strapi/strapi": "4.16.0",
"@strapi/strapi": "4.16.1",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.12",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "5.1.26",
"eslint-config-custom": "4.16.0",
"eslint-config-custom": "4.16.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3",
"tsconfig": "4.16.0",
"tsconfig": "4.16.1",
"typescript": "5.2.2"
},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-color-picker",
"version": "4.16.0",
"version": "4.16.1",
"description": "Strapi maintained Custom Fields",
"repository": {
"type": "git",
@ -55,14 +55,14 @@
},
"dependencies": {
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"prop-types": "^15.8.1",
"react-colorful": "5.6.1",
"react-intl": "6.4.1"
},
"devDependencies": {
"@strapi/strapi": "4.16.0",
"@strapi/strapi": "4.16.1",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/styled-components": "5.1.26",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-documentation",
"version": "4.16.0",
"version": "4.16.1",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"repository": {
"type": "git",
@ -47,9 +47,9 @@
},
"dependencies": {
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"bcryptjs": "2.4.3",
"cheerio": "^1.0.0-rc.12",
"formik": "2.4.0",
@ -67,8 +67,8 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"msw": "1.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-graphql",
"version": "4.16.0",
"version": "4.16.1",
"description": "Adds GraphQL endpoint with default API methods.",
"repository": {
"type": "git",
@ -52,9 +52,9 @@
"@graphql-tools/schema": "8.5.1",
"@graphql-tools/utils": "^8.13.1",
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"apollo-server-core": "3.12.1",
"apollo-server-koa": "3.10.0",
"graphql": "^15.5.1",
@ -68,18 +68,18 @@
"pluralize": "8.0.0"
},
"devDependencies": {
"@strapi/strapi": "4.16.0",
"@strapi/types": "4.16.0",
"@strapi/strapi": "4.16.1",
"@strapi/types": "4.16.1",
"@types/graphql-depth-limit": "1.1.5",
"@types/graphql-upload": "15.0.2",
"cross-env": "^7.0.3",
"eslint-config-custom": "4.16.0",
"eslint-config-custom": "4.16.1",
"koa": "2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3",
"tsconfig": "4.16.0",
"tsconfig": "4.16.1",
"typescript": "5.2.2"
},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-i18n",
"version": "4.16.0",
"version": "4.16.1",
"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",
@ -50,9 +50,9 @@
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"formik": "2.4.0",
"immer": "9.0.19",
"lodash": "4.17.21",
@ -64,8 +64,8 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"@testing-library/react": "14.0.0",
"msw": "1.3.0",
"react": "^18.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-sentry",
"version": "4.16.0",
"version": "4.16.1",
"description": "Send Strapi error events to Sentry",
"repository": {
"type": "git",
@ -46,12 +46,12 @@
"dependencies": {
"@sentry/node": "6.19.7",
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "5.3.4",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/plugin-users-permissions",
"version": "4.16.0",
"version": "4.16.1",
"description": "Protect your API with a full-authentication process based on JWT",
"repository": {
"type": "git",
@ -48,9 +48,9 @@
},
"dependencies": {
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.16.0",
"@strapi/helper-plugin": "4.16.1",
"@strapi/icons": "1.13.0",
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"bcryptjs": "2.4.3",
"formik": "2.4.0",
"grant-koa": "5.4.8",
@ -69,8 +69,8 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/strapi": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@strapi/strapi": "4.16.1",
"@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-audit-logs-local",
"version": "4.16.0",
"version": "4.16.1",
"description": "Local provider for strapi audit logs",
"keywords": [
"audit-logs",
@ -42,10 +42,10 @@
"watch": "pack-up watch"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/types": "4.16.0",
"eslint-config-custom": "4.16.0",
"tsconfig": "4.16.0"
"@strapi/pack-up": "4.16.1",
"@strapi/types": "4.16.1",
"eslint-config-custom": "4.16.1",
"tsconfig": "4.16.1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/provider-upload-local",
"version": "4.16.0",
"version": "4.16.1",
"description": "Local provider for strapi upload",
"keywords": [
"upload",
@ -44,14 +44,14 @@
"watch": "pack-up watch"
},
"dependencies": {
"@strapi/utils": "4.16.0",
"@strapi/utils": "4.16.1",
"fs-extra": "10.0.0"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@types/jest": "29.5.2",
"eslint-config-custom": "4.16.0",
"tsconfig": "4.16.0"
"eslint-config-custom": "4.16.1",
"tsconfig": "4.16.1"
},
"engines": {
"node": ">=18.0.0 <=20.x.x",

View File

@ -1,6 +1,6 @@
{
"name": "api-tests",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"dependencies": {
"dotenv": "14.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"main": "index.js"
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/pack-up",
"version": "4.16.0",
"version": "4.16.1",
"description": "Simple tools for creating interoperable CJS & ESM packages.",
"keywords": [
"strapi",
@ -84,11 +84,11 @@
"yup": "0.32.9"
},
"devDependencies": {
"@strapi/pack-up": "4.16.0",
"@strapi/pack-up": "4.16.1",
"@types/git-url-parse": "9.0.1",
"@types/ini": "1.3.31",
"@types/prompts": "2.4.4",
"eslint-config-custom": "4.16.0",
"eslint-config-custom": "4.16.1",
"rimraf": "3.0.2"
},
"engines": {

View File

@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"devDependencies": {
"@tsconfig/node18": "18.2.2"

View File

@ -1,6 +1,6 @@
{
"name": "@strapi/typescript-utils",
"version": "4.16.0",
"version": "4.16.1",
"description": "Typescript support for Strapi",
"keywords": [
"strapi",

View File

@ -1,6 +1,6 @@
{
"name": "scripts-front",
"version": "4.16.0",
"version": "4.16.1",
"private": true,
"scripts": {
"test:front": "jest --config jest.config.front.js"

932
yarn.lock

File diff suppressed because it is too large Load Diff