Merge branch 'releases/4.10.0'

This commit is contained in:
Alexandre Bodin 2023-04-26 14:39:05 +02:00
commit b36292e67b
44 changed files with 269 additions and 269 deletions

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "getstarted", "name": "getstarted",
"private": true, "private": true,
"version": "4.9.2", "version": "4.10.0",
"description": "A Strapi application.", "description": "A Strapi application.",
"scripts": { "scripts": {
"develop": "strapi develop", "develop": "strapi develop",
@ -13,16 +13,16 @@
}, },
"dependencies": { "dependencies": {
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/plugin-color-picker": "4.9.2", "@strapi/plugin-color-picker": "4.10.0",
"@strapi/plugin-documentation": "4.9.2", "@strapi/plugin-documentation": "4.10.0",
"@strapi/plugin-graphql": "4.9.2", "@strapi/plugin-graphql": "4.10.0",
"@strapi/plugin-i18n": "4.9.2", "@strapi/plugin-i18n": "4.10.0",
"@strapi/plugin-sentry": "4.9.2", "@strapi/plugin-sentry": "4.10.0",
"@strapi/plugin-users-permissions": "4.9.2", "@strapi/plugin-users-permissions": "4.10.0",
"@strapi/provider-email-mailgun": "4.9.2", "@strapi/provider-email-mailgun": "4.10.0",
"@strapi/provider-upload-aws-s3": "4.9.2", "@strapi/provider-upload-aws-s3": "4.10.0",
"@strapi/provider-upload-cloudinary": "4.9.2", "@strapi/provider-upload-cloudinary": "4.10.0",
"@strapi/strapi": "4.9.2", "@strapi/strapi": "4.10.0",
"@vscode/sqlite3": "5.1.2", "@vscode/sqlite3": "5.1.2",
"better-sqlite3": "8.0.1", "better-sqlite3": "8.0.1",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -1,7 +1,7 @@
{ {
"name": "kitchensink-ts", "name": "kitchensink-ts",
"private": true, "private": true,
"version": "4.9.2", "version": "4.10.0",
"description": "A Strapi application", "description": "A Strapi application",
"scripts": { "scripts": {
"develop": "strapi develop", "develop": "strapi develop",
@ -10,9 +10,9 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/plugin-i18n": "4.9.2", "@strapi/plugin-i18n": "4.10.0",
"@strapi/plugin-users-permissions": "4.9.2", "@strapi/plugin-users-permissions": "4.10.0",
"@strapi/strapi": "4.9.2", "@strapi/strapi": "4.10.0",
"better-sqlite3": "8.0.1" "better-sqlite3": "8.0.1"
}, },
"author": { "author": {

View File

@ -1,7 +1,7 @@
{ {
"name": "kitchensink", "name": "kitchensink",
"private": true, "private": true,
"version": "4.9.2", "version": "4.10.0",
"description": "A Strapi application.", "description": "A Strapi application.",
"scripts": { "scripts": {
"develop": "strapi develop", "develop": "strapi develop",
@ -12,10 +12,10 @@
"strapi": "strapi" "strapi": "strapi"
}, },
"dependencies": { "dependencies": {
"@strapi/provider-email-mailgun": "4.9.2", "@strapi/provider-email-mailgun": "4.10.0",
"@strapi/provider-upload-aws-s3": "4.9.2", "@strapi/provider-upload-aws-s3": "4.10.0",
"@strapi/provider-upload-cloudinary": "4.9.2", "@strapi/provider-upload-cloudinary": "4.10.0",
"@strapi/strapi": "4.9.2", "@strapi/strapi": "4.10.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"mysql": "2.18.1", "mysql": "2.18.1",
"passport-google-oauth2": "0.2.0", "passport-google-oauth2": "0.2.0",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/admin-test-utils", "name": "@strapi/admin-test-utils",
"version": "4.9.2", "version": "4.10.0",
"private": true, "private": true,
"description": "Test utilities for the Strapi administration panel", "description": "Test utilities for the Strapi administration panel",
"license": "MIT", "license": "MIT",
@ -41,9 +41,9 @@
"jest-styled-components": "7.1.1" "jest-styled-components": "7.1.1"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"redux": "^4.2.1", "redux": "^4.2.1",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"peerDependencies": { "peerDependencies": {
"redux": "^4.2.1" "redux": "^4.2.1"

View File

@ -1,9 +1,9 @@
{ {
"name": "create-strapi-app", "name": "create-strapi-app",
"version": "4.9.2", "version": "4.10.0",
"description": "Generate a new Strapi application.", "description": "Generate a new Strapi application.",
"dependencies": { "dependencies": {
"@strapi/generate-new": "4.9.2", "@strapi/generate-new": "4.10.0",
"commander": "8.3.0", "commander": "8.3.0",
"inquirer": "8.2.5" "inquirer": "8.2.5"
}, },
@ -49,8 +49,8 @@
"lint": "run -T eslint ." "lint": "run -T eslint ."
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "create-strapi-starter", "name": "create-strapi-starter",
"version": "4.9.2", "version": "4.10.0",
"description": "Generate a new Strapi application.", "description": "Generate a new Strapi application.",
"keywords": [ "keywords": [
"create-strapi-starter", "create-strapi-starter",
@ -44,7 +44,7 @@
"lint": "run -T eslint ." "lint": "run -T eslint ."
}, },
"dependencies": { "dependencies": {
"@strapi/generate-new": "4.9.2", "@strapi/generate-new": "4.10.0",
"chalk": "4.1.2", "chalk": "4.1.2",
"ci-info": "3.8.0", "ci-info": "3.8.0",
"commander": "8.3.0", "commander": "8.3.0",
@ -54,8 +54,8 @@
"ora": "5.4.1" "ora": "5.4.1"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/admin", "name": "@strapi/admin",
"version": "4.9.2", "version": "4.10.0",
"description": "Strapi Admin", "description": "Strapi Admin",
"repository": { "repository": {
"type": "git", "type": "git",
@ -48,15 +48,15 @@
"@casl/ability": "^5.4.3", "@casl/ability": "^5.4.3",
"@fingerprintjs/fingerprintjs": "3.3.6", "@fingerprintjs/fingerprintjs": "3.3.6",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10", "@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@strapi/babel-plugin-switch-ee-ce": "4.9.2", "@strapi/babel-plugin-switch-ee-ce": "4.10.0",
"@strapi/data-transfer": "4.9.2", "@strapi/data-transfer": "4.10.0",
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/permissions": "4.9.2", "@strapi/permissions": "4.10.0",
"@strapi/provider-audit-logs-local": "4.9.2", "@strapi/provider-audit-logs-local": "4.10.0",
"@strapi/typescript-utils": "4.9.2", "@strapi/typescript-utils": "4.10.0",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"axios": "1.3.4", "axios": "1.3.4",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"babel-plugin-styled-components": "2.0.2", "babel-plugin-styled-components": "2.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-content-manager", "name": "@strapi/plugin-content-manager",
"version": "4.9.2", "version": "4.10.0",
"description": "A powerful UI to easily manage your data.", "description": "A powerful UI to easily manage your data.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -26,7 +26,7 @@
}, },
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"engines": { "engines": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-content-type-builder", "name": "@strapi/plugin-content-type-builder",
"version": "4.9.2", "version": "4.10.0",
"description": "Strapi plugin to create content type", "description": "Strapi plugin to create content type",
"repository": { "repository": {
"type": "git", "type": "git",
@ -31,11 +31,11 @@
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/generators": "4.9.2", "@strapi/generators": "4.10.0",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/strapi": "4.9.2", "@strapi/strapi": "4.10.0",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"immer": "9.0.19", "immer": "9.0.19",
"lodash": "4.17.21", "lodash": "4.17.21",
@ -50,7 +50,7 @@
"yup": "^0.32.9" "yup": "^0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/admin": "4.9.2", "@strapi/admin": "4.10.0",
"@testing-library/react": "12.1.4", "@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "8.0.1", "@testing-library/react-hooks": "8.0.1",
"history": "^4.9.0", "history": "^4.9.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/data-transfer", "name": "@strapi/data-transfer",
"version": "4.9.2", "version": "4.10.0",
"description": "Data transfer capabilities for Strapi", "description": "Data transfer capabilities for Strapi",
"keywords": [ "keywords": [
"strapi", "strapi",
@ -40,8 +40,8 @@
"./dist" "./dist"
], ],
"dependencies": { "dependencies": {
"@strapi/logger": "4.9.2", "@strapi/logger": "4.10.0",
"@strapi/strapi": "4.9.2", "@strapi/strapi": "4.10.0",
"chalk": "4.1.2", "chalk": "4.1.2",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/database", "name": "@strapi/database",
"version": "4.9.2", "version": "4.10.0",
"description": "Strapi's database layer", "description": "Strapi's database layer",
"homepage": "https://strapi.io", "homepage": "https://strapi.io",
"bugs": { "bugs": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-email", "name": "@strapi/plugin-email",
"version": "4.9.2", "version": "4.10.0",
"description": "Easily configure your Strapi application to send emails.", "description": "Easily configure your Strapi application to send emails.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -29,15 +29,15 @@
"dependencies": { "dependencies": {
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/provider-email-sendmail": "4.9.2", "@strapi/provider-email-sendmail": "4.10.0",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-intl": "6.3.2", "react-intl": "6.3.2",
"yup": "^0.32.9" "yup": "^0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@testing-library/react": "12.1.4", "@testing-library/react": "12.1.4",
"msw": "1.0.0", "msw": "1.0.0",
"react": "^17.0.2", "react": "^17.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/helper-plugin", "name": "@strapi/helper-plugin",
"version": "4.9.2", "version": "4.10.0",
"description": "Helper for Strapi plugins development", "description": "Helper for Strapi plugins development",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/permissions", "name": "@strapi/permissions",
"version": "4.9.2", "version": "4.10.0",
"description": "Strapi's permission layer.", "description": "Strapi's permission layer.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -27,7 +27,7 @@
}, },
"dependencies": { "dependencies": {
"@casl/ability": "5.4.4", "@casl/ability": "5.4.4",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"sift": "16.0.1" "sift": "16.0.1"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/strapi", "name": "@strapi/strapi",
"version": "4.9.2", "version": "4.10.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", "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": [ "keywords": [
"strapi", "strapi",
@ -81,19 +81,19 @@
"dependencies": { "dependencies": {
"@koa/cors": "3.4.3", "@koa/cors": "3.4.3",
"@koa/router": "10.1.1", "@koa/router": "10.1.1",
"@strapi/admin": "4.9.2", "@strapi/admin": "4.10.0",
"@strapi/data-transfer": "4.9.2", "@strapi/data-transfer": "4.10.0",
"@strapi/database": "4.9.2", "@strapi/database": "4.10.0",
"@strapi/generate-new": "4.9.2", "@strapi/generate-new": "4.10.0",
"@strapi/generators": "4.9.2", "@strapi/generators": "4.10.0",
"@strapi/logger": "4.9.2", "@strapi/logger": "4.10.0",
"@strapi/permissions": "4.9.2", "@strapi/permissions": "4.10.0",
"@strapi/plugin-content-manager": "4.9.2", "@strapi/plugin-content-manager": "4.10.0",
"@strapi/plugin-content-type-builder": "4.9.2", "@strapi/plugin-content-type-builder": "4.10.0",
"@strapi/plugin-email": "4.9.2", "@strapi/plugin-email": "4.10.0",
"@strapi/plugin-upload": "4.9.2", "@strapi/plugin-upload": "4.10.0",
"@strapi/typescript-utils": "4.9.2", "@strapi/typescript-utils": "4.10.0",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"boxen": "5.1.2", "boxen": "5.1.2",
"chalk": "4.1.2", "chalk": "4.1.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-upload", "name": "@strapi/plugin-upload",
"version": "4.9.2", "version": "4.10.0",
"description": "Makes it easy to upload images and files to your Strapi Application.", "description": "Makes it easy to upload images and files to your Strapi Application.",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"author": { "author": {
@ -26,10 +26,10 @@
}, },
"dependencies": { "dependencies": {
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/provider-upload-local": "4.9.2", "@strapi/provider-upload-local": "4.10.0",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"axios": "1.3.4", "axios": "1.3.4",
"byte-size": "7.0.1", "byte-size": "7.0.1",
"cropperjs": "1.5.12", "cropperjs": "1.5.12",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/utils", "name": "@strapi/utils",
"version": "4.9.2", "version": "4.10.0",
"description": "Shared utilities for the Strapi packages", "description": "Shared utilities for the Strapi packages",
"keywords": [ "keywords": [
"strapi", "strapi",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/generate-new", "name": "@strapi/generate-new",
"version": "4.9.2", "version": "4.10.0",
"description": "Generate a new Strapi application.", "description": "Generate a new Strapi application.",
"keywords": [ "keywords": [
"generate", "generate",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/generators", "name": "@strapi/generators",
"version": "4.9.2", "version": "4.10.0",
"description": "Interactive API generator.", "description": "Interactive API generator.",
"keywords": [ "keywords": [
"strapi", "strapi",
@ -45,8 +45,8 @@
}, },
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/typescript-utils": "4.9.2", "@strapi/typescript-utils": "4.10.0",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"chalk": "4.1.2", "chalk": "4.1.2",
"copyfiles": "2.4.1", "copyfiles": "2.4.1",
"fs-extra": "10.0.0", "fs-extra": "10.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-color-picker", "name": "@strapi/plugin-color-picker",
"version": "4.9.2", "version": "4.10.0",
"description": "Strapi maintained Custom Fields", "description": "Strapi maintained Custom Fields",
"strapi": { "strapi": {
"name": "color-picker", "name": "color-picker",
@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-colorful": "5.6.1", "react-colorful": "5.6.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-documentation", "name": "@strapi/plugin-documentation",
"version": "4.9.2", "version": "4.10.0",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.", "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -26,9 +26,9 @@
}, },
"dependencies": { "dependencies": {
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"formik": "2.2.9", "formik": "2.2.9",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-graphql", "name": "@strapi/plugin-graphql",
"version": "4.9.2", "version": "4.10.0",
"description": "Adds GraphQL endpoint with default API methods.", "description": "Adds GraphQL endpoint with default API methods.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -27,9 +27,9 @@
"@graphql-tools/schema": "8.5.1", "@graphql-tools/schema": "8.5.1",
"@graphql-tools/utils": "^8.12.0", "@graphql-tools/utils": "^8.12.0",
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"apollo-server-core": "3.11.1", "apollo-server-core": "3.11.1",
"apollo-server-koa": "3.10.0", "apollo-server-koa": "3.10.0",
"glob": "^7.1.7", "glob": "^7.1.7",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-i18n", "name": "@strapi/plugin-i18n",
"version": "4.9.2", "version": "4.10.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", "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": { "repository": {
"type": "git", "type": "git",
@ -27,9 +27,9 @@
}, },
"dependencies": { "dependencies": {
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"formik": "2.2.9", "formik": "2.2.9",
"immer": "9.0.19", "immer": "9.0.19",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-sentry", "name": "@strapi/plugin-sentry",
"version": "4.9.2", "version": "4.10.0",
"description": "Send Strapi error events to Sentry", "description": "Send Strapi error events to Sentry",
"repository": { "repository": {
"type": "git", "type": "git",
@ -28,7 +28,7 @@
"dependencies": { "dependencies": {
"@sentry/node": "6.19.7", "@sentry/node": "6.19.7",
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.5" "@strapi/icons": "1.6.5"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/plugin-users-permissions", "name": "@strapi/plugin-users-permissions",
"version": "4.9.2", "version": "4.10.0",
"description": "Protect your API with a full-authentication process based on JWT", "description": "Protect your API with a full-authentication process based on JWT",
"repository": { "repository": {
"type": "git", "type": "git",
@ -30,9 +30,9 @@
}, },
"dependencies": { "dependencies": {
"@strapi/design-system": "1.6.6", "@strapi/design-system": "1.6.6",
"@strapi/helper-plugin": "4.9.2", "@strapi/helper-plugin": "4.10.0",
"@strapi/icons": "1.6.6", "@strapi/icons": "1.6.6",
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"formik": "2.2.9", "formik": "2.2.9",
"grant-koa": "5.4.8", "grant-koa": "5.4.8",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-audit-logs-local", "name": "@strapi/provider-audit-logs-local",
"version": "4.9.2", "version": "4.10.0",
"description": "Local provider for strapi audit logs", "description": "Local provider for strapi audit logs",
"keywords": [ "keywords": [
"audit-logs", "audit-logs",
@ -41,8 +41,8 @@
"lint": "run -T eslint ." "lint": "run -T eslint ."
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"peerDependencies": { "peerDependencies": {
"@strapi/strapi": "^4.9.0" "@strapi/strapi": "^4.9.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-amazon-ses", "name": "@strapi/provider-email-amazon-ses",
"version": "4.9.2", "version": "4.10.0",
"description": "Amazon SES provider for strapi email", "description": "Amazon SES provider for strapi email",
"keywords": [ "keywords": [
"email", "email",
@ -42,12 +42,12 @@
"lint": "run -T eslint ." "lint": "run -T eslint ."
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"node-ses": "^3.0.3" "node-ses": "^3.0.3"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-mailgun", "name": "@strapi/provider-email-mailgun",
"version": "4.9.2", "version": "4.10.0",
"description": "Mailgun provider for strapi email plugin", "description": "Mailgun provider for strapi email plugin",
"keywords": [ "keywords": [
"email", "email",
@ -44,13 +44,13 @@
"lint": "run -T eslint ." "lint": "run -T eslint ."
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"mailgun.js": "8.2.1" "mailgun.js": "8.2.1"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-nodemailer", "name": "@strapi/provider-email-nodemailer",
"version": "4.9.2", "version": "4.10.0",
"description": "Nodemailer provider for Strapi 3", "description": "Nodemailer provider for Strapi 3",
"keywords": [ "keywords": [
"strapi", "strapi",
@ -60,8 +60,8 @@
}, },
"devDependencies": { "devDependencies": {
"@types/nodemailer": "6.4.7", "@types/nodemailer": "6.4.7",
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-sendgrid", "name": "@strapi/provider-email-sendgrid",
"version": "4.9.2", "version": "4.10.0",
"description": "Sendgrid provider for strapi email", "description": "Sendgrid provider for strapi email",
"keywords": [ "keywords": [
"email", "email",
@ -43,11 +43,11 @@
}, },
"dependencies": { "dependencies": {
"@sendgrid/mail": "7.7.0", "@sendgrid/mail": "7.7.0",
"@strapi/utils": "4.9.2" "@strapi/utils": "4.10.0"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-email-sendmail", "name": "@strapi/provider-email-sendmail",
"version": "4.9.2", "version": "4.10.0",
"description": "Sendmail provider for strapi email", "description": "Sendmail provider for strapi email",
"keywords": [ "keywords": [
"email", "email",
@ -41,13 +41,13 @@
"lint": "run -T eslint ." "lint": "run -T eslint ."
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"sendmail": "^1.6.1" "sendmail": "^1.6.1"
}, },
"devDependencies": { "devDependencies": {
"@types/sendmail": "1.4.4", "@types/sendmail": "1.4.4",
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-upload-aws-s3", "name": "@strapi/provider-upload-aws-s3",
"version": "4.9.2", "version": "4.10.0",
"description": "AWS S3 provider for strapi upload", "description": "AWS S3 provider for strapi upload",
"keywords": [ "keywords": [
"upload", "upload",
@ -50,8 +50,8 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "29.2.0", "@types/jest": "29.2.0",
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-upload-cloudinary", "name": "@strapi/provider-upload-cloudinary",
"version": "4.9.2", "version": "4.10.0",
"description": "Cloudinary provider for strapi upload", "description": "Cloudinary provider for strapi upload",
"keywords": [ "keywords": [
"upload", "upload",
@ -42,13 +42,13 @@
"lint": "run -T eslint ." "lint": "run -T eslint ."
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"cloudinary": "^1.33.0", "cloudinary": "^1.33.0",
"into-stream": "^5.1.0" "into-stream": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/provider-upload-local", "name": "@strapi/provider-upload-local",
"version": "4.9.2", "version": "4.10.0",
"description": "Local provider for strapi upload", "description": "Local provider for strapi upload",
"keywords": [ "keywords": [
"upload", "upload",
@ -43,13 +43,13 @@
"lint": "run -T eslint ." "lint": "run -T eslint ."
}, },
"dependencies": { "dependencies": {
"@strapi/utils": "4.9.2", "@strapi/utils": "4.10.0",
"fs-extra": "10.0.0" "fs-extra": "10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "29.2.0", "@types/jest": "29.2.0",
"eslint-config-custom": "4.9.2", "eslint-config-custom": "4.10.0",
"tsconfig": "4.9.2" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/babel-plugin-switch-ee-ce", "name": "@strapi/babel-plugin-switch-ee-ce",
"version": "4.9.2", "version": "4.10.0",
"description": "Babel plugin to switch from CE to EE at runtime", "description": "Babel plugin to switch from CE to EE at runtime",
"repository": "git://github.com/strapi/strapi.git", "repository": "git://github.com/strapi/strapi.git",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@strapi/logger", "name": "@strapi/logger",
"version": "4.9.2", "version": "4.10.0",
"description": "Strapi's logger", "description": "Strapi's logger",
"homepage": "https://strapi.io", "homepage": "https://strapi.io",
"bugs": { "bugs": {
@ -41,8 +41,8 @@
"winston": "3.3.3" "winston": "3.3.3"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-custom": "*", "eslint-config-custom": "4.10.0",
"tsconfig": "*" "tsconfig": "4.10.0"
}, },
"engines": { "engines": {
"node": ">=14.19.1 <=18.x.x", "node": ">=14.19.1 <=18.x.x",

View File

@ -1,5 +1,5 @@
{ {
"name": "tsconfig", "name": "tsconfig",
"version": "4.9.2", "version": "4.10.0",
"private": true "private": true
} }

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "scripts-front", "name": "scripts-front",
"private": true, "private": true,
"version": "4.9.2", "version": "4.10.0",
"scripts": { "scripts": {
"test:front": "jest --config jest.config.front.js" "test:front": "jest --config jest.config.front.js"
} }

256
yarn.lock
View File

@ -7019,16 +7019,16 @@ __metadata:
dependencies: dependencies:
"@juggle/resize-observer": 3.4.0 "@juggle/resize-observer": 3.4.0
"@testing-library/jest-dom": 5.16.5 "@testing-library/jest-dom": 5.16.5
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
jest-styled-components: 7.1.1 jest-styled-components: 7.1.1
redux: ^4.2.1 redux: ^4.2.1
tsconfig: 4.9.2 tsconfig: 4.10.0
peerDependencies: peerDependencies:
redux: ^4.2.1 redux: ^4.2.1
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/admin@4.9.2, @strapi/admin@workspace:packages/core/admin": "@strapi/admin@4.10.0, @strapi/admin@workspace:packages/core/admin":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/admin@workspace:packages/core/admin" resolution: "@strapi/admin@workspace:packages/core/admin"
dependencies: dependencies:
@ -7040,15 +7040,15 @@ __metadata:
"@casl/ability": ^5.4.3 "@casl/ability": ^5.4.3
"@fingerprintjs/fingerprintjs": 3.3.6 "@fingerprintjs/fingerprintjs": 3.3.6
"@pmmmwh/react-refresh-webpack-plugin": 0.5.10 "@pmmmwh/react-refresh-webpack-plugin": 0.5.10
"@strapi/babel-plugin-switch-ee-ce": 4.9.2 "@strapi/babel-plugin-switch-ee-ce": 4.10.0
"@strapi/data-transfer": 4.9.2 "@strapi/data-transfer": 4.10.0
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/permissions": 4.9.2 "@strapi/permissions": 4.10.0
"@strapi/provider-audit-logs-local": 4.9.2 "@strapi/provider-audit-logs-local": 4.10.0
"@strapi/typescript-utils": 4.9.2 "@strapi/typescript-utils": 4.10.0
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@testing-library/dom": 8.19.0 "@testing-library/dom": 8.19.0
"@testing-library/react": 12.1.4 "@testing-library/react": 12.1.4
"@testing-library/react-hooks": 8.0.1 "@testing-library/react-hooks": 8.0.1
@ -7146,7 +7146,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/babel-plugin-switch-ee-ce@4.9.2, @strapi/babel-plugin-switch-ee-ce@workspace:packages/utils/babel-plugin-switch-ee-ce": "@strapi/babel-plugin-switch-ee-ce@4.10.0, @strapi/babel-plugin-switch-ee-ce@workspace:packages/utils/babel-plugin-switch-ee-ce":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/babel-plugin-switch-ee-ce@workspace:packages/utils/babel-plugin-switch-ee-ce" resolution: "@strapi/babel-plugin-switch-ee-ce@workspace:packages/utils/babel-plugin-switch-ee-ce"
dependencies: dependencies:
@ -7164,12 +7164,12 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/data-transfer@4.9.2, @strapi/data-transfer@workspace:packages/core/data-transfer": "@strapi/data-transfer@4.10.0, @strapi/data-transfer@workspace:packages/core/data-transfer":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/data-transfer@workspace:packages/core/data-transfer" resolution: "@strapi/data-transfer@workspace:packages/core/data-transfer"
dependencies: dependencies:
"@strapi/logger": 4.9.2 "@strapi/logger": 4.10.0
"@strapi/strapi": 4.9.2 "@strapi/strapi": 4.10.0
"@tsconfig/node16": 1.0.3 "@tsconfig/node16": 1.0.3
"@types/fs-extra": 9.0.13 "@types/fs-extra": 9.0.13
"@types/jest": 29.2.0 "@types/jest": 29.2.0
@ -7199,7 +7199,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/database@4.9.2, @strapi/database@workspace:packages/core/database": "@strapi/database@4.10.0, @strapi/database@workspace:packages/core/database":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/database@workspace:packages/core/database" resolution: "@strapi/database@workspace:packages/core/database"
dependencies: dependencies:
@ -7260,7 +7260,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@strapi/generate-new@4.9.2, @strapi/generate-new@workspace:packages/generators/app": "@strapi/generate-new@4.10.0, @strapi/generate-new@workspace:packages/generators/app":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/generate-new@workspace:packages/generators/app" resolution: "@strapi/generate-new@workspace:packages/generators/app"
dependencies: dependencies:
@ -7280,13 +7280,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/generators@4.9.2, @strapi/generators@workspace:packages/generators/generators": "@strapi/generators@4.10.0, @strapi/generators@workspace:packages/generators/generators":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/generators@workspace:packages/generators/generators" resolution: "@strapi/generators@workspace:packages/generators/generators"
dependencies: dependencies:
"@sindresorhus/slugify": 1.1.0 "@sindresorhus/slugify": 1.1.0
"@strapi/typescript-utils": 4.9.2 "@strapi/typescript-utils": 4.10.0
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
chalk: 4.1.2 chalk: 4.1.2
copyfiles: 2.4.1 copyfiles: 2.4.1
eslint-config-custom: "*" eslint-config-custom: "*"
@ -7298,7 +7298,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/helper-plugin@4.9.2, @strapi/helper-plugin@workspace:packages/core/helper-plugin": "@strapi/helper-plugin@4.10.0, @strapi/helper-plugin@workspace:packages/core/helper-plugin":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/helper-plugin@workspace:packages/core/helper-plugin" resolution: "@strapi/helper-plugin@workspace:packages/core/helper-plugin"
dependencies: dependencies:
@ -7365,34 +7365,34 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@strapi/logger@4.9.2, @strapi/logger@workspace:packages/utils/logger": "@strapi/logger@4.10.0, @strapi/logger@workspace:packages/utils/logger":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/logger@workspace:packages/utils/logger" resolution: "@strapi/logger@workspace:packages/utils/logger"
dependencies: dependencies:
eslint-config-custom: "*" eslint-config-custom: 4.10.0
lodash: 4.17.21 lodash: 4.17.21
tsconfig: "*" tsconfig: 4.10.0
winston: 3.3.3 winston: 3.3.3
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/permissions@4.9.2, @strapi/permissions@workspace:packages/core/permissions": "@strapi/permissions@4.10.0, @strapi/permissions@workspace:packages/core/permissions":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/permissions@workspace:packages/core/permissions" resolution: "@strapi/permissions@workspace:packages/core/permissions"
dependencies: dependencies:
"@casl/ability": 5.4.4 "@casl/ability": 5.4.4
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
lodash: 4.17.21 lodash: 4.17.21
sift: 16.0.1 sift: 16.0.1
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-color-picker@4.9.2, @strapi/plugin-color-picker@workspace:packages/plugins/color-picker": "@strapi/plugin-color-picker@4.10.0, @strapi/plugin-color-picker@workspace:packages/plugins/color-picker":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-color-picker@workspace:packages/plugins/color-picker" resolution: "@strapi/plugin-color-picker@workspace:packages/plugins/color-picker"
dependencies: dependencies:
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@testing-library/react": 12.1.4 "@testing-library/react": 12.1.4
prop-types: ^15.7.2 prop-types: ^15.7.2
@ -7411,28 +7411,28 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-content-manager@4.9.2, @strapi/plugin-content-manager@workspace:packages/core/content-manager": "@strapi/plugin-content-manager@4.10.0, @strapi/plugin-content-manager@workspace:packages/core/content-manager":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-content-manager@workspace:packages/core/content-manager" resolution: "@strapi/plugin-content-manager@workspace:packages/core/content-manager"
dependencies: dependencies:
"@sindresorhus/slugify": 1.1.0 "@sindresorhus/slugify": 1.1.0
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
lodash: 4.17.21 lodash: 4.17.21
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-content-type-builder@4.9.2, @strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder": "@strapi/plugin-content-type-builder@4.10.0, @strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder" resolution: "@strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder"
dependencies: dependencies:
"@sindresorhus/slugify": 1.1.0 "@sindresorhus/slugify": 1.1.0
"@strapi/admin": 4.9.2 "@strapi/admin": 4.10.0
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/generators": 4.9.2 "@strapi/generators": 4.10.0
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/strapi": 4.9.2 "@strapi/strapi": 4.10.0
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@testing-library/react": 12.1.4 "@testing-library/react": 12.1.4
"@testing-library/react-hooks": 8.0.1 "@testing-library/react-hooks": 8.0.1
fs-extra: 10.0.0 fs-extra: 10.0.0
@ -7460,15 +7460,15 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-documentation@4.9.2, @strapi/plugin-documentation@workspace:packages/plugins/documentation": "@strapi/plugin-documentation@4.10.0, @strapi/plugin-documentation@workspace:packages/plugins/documentation":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-documentation@workspace:packages/plugins/documentation" resolution: "@strapi/plugin-documentation@workspace:packages/plugins/documentation"
dependencies: dependencies:
"@apidevtools/swagger-parser": ^10.1.0 "@apidevtools/swagger-parser": ^10.1.0
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@testing-library/react": 12.1.4 "@testing-library/react": 12.1.4
bcryptjs: 2.4.3 bcryptjs: 2.4.3
cheerio: ^1.0.0-rc.12 cheerio: ^1.0.0-rc.12
@ -7504,15 +7504,15 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-email@4.9.2, @strapi/plugin-email@workspace:packages/core/email": "@strapi/plugin-email@4.10.0, @strapi/plugin-email@workspace:packages/core/email":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-email@workspace:packages/core/email" resolution: "@strapi/plugin-email@workspace:packages/core/email"
dependencies: dependencies:
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/provider-email-sendmail": 4.9.2 "@strapi/provider-email-sendmail": 4.10.0
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@testing-library/react": 12.1.4 "@testing-library/react": 12.1.4
lodash: 4.17.21 lodash: 4.17.21
msw: 1.0.0 msw: 1.0.0
@ -7531,16 +7531,16 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-graphql@4.9.2, @strapi/plugin-graphql@workspace:packages/plugins/graphql": "@strapi/plugin-graphql@4.10.0, @strapi/plugin-graphql@workspace:packages/plugins/graphql":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-graphql@workspace:packages/plugins/graphql" resolution: "@strapi/plugin-graphql@workspace:packages/plugins/graphql"
dependencies: dependencies:
"@graphql-tools/schema": 8.5.1 "@graphql-tools/schema": 8.5.1
"@graphql-tools/utils": ^8.12.0 "@graphql-tools/utils": ^8.12.0
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
apollo-server-core: 3.11.1 apollo-server-core: 3.11.1
apollo-server-koa: 3.10.0 apollo-server-koa: 3.10.0
cross-env: ^7.0.3 cross-env: ^7.0.3
@ -7568,14 +7568,14 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-i18n@4.9.2, @strapi/plugin-i18n@workspace:packages/plugins/i18n": "@strapi/plugin-i18n@4.10.0, @strapi/plugin-i18n@workspace:packages/plugins/i18n":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-i18n@workspace:packages/plugins/i18n" resolution: "@strapi/plugin-i18n@workspace:packages/plugins/i18n"
dependencies: dependencies:
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@testing-library/react": 12.1.4 "@testing-library/react": 12.1.4
formik: 2.2.9 formik: 2.2.9
immer: 9.0.19 immer: 9.0.19
@ -7600,13 +7600,13 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-sentry@4.9.2, @strapi/plugin-sentry@workspace:packages/plugins/sentry": "@strapi/plugin-sentry@4.10.0, @strapi/plugin-sentry@workspace:packages/plugins/sentry":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-sentry@workspace:packages/plugins/sentry" resolution: "@strapi/plugin-sentry@workspace:packages/plugins/sentry"
dependencies: dependencies:
"@sentry/node": 6.19.7 "@sentry/node": 6.19.7
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.5 "@strapi/icons": 1.6.5
react: ^17.0.2 react: ^17.0.2
react-dom: ^17.0.2 react-dom: ^17.0.2
@ -7621,15 +7621,15 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-upload@4.9.2, @strapi/plugin-upload@workspace:packages/core/upload": "@strapi/plugin-upload@4.10.0, @strapi/plugin-upload@workspace:packages/core/upload":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-upload@workspace:packages/core/upload" resolution: "@strapi/plugin-upload@workspace:packages/core/upload"
dependencies: dependencies:
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/provider-upload-local": 4.9.2 "@strapi/provider-upload-local": 4.10.0
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@testing-library/dom": 8.19.0 "@testing-library/dom": 8.19.0
"@testing-library/react": 12.1.4 "@testing-library/react": 12.1.4
"@testing-library/react-hooks": 8.0.1 "@testing-library/react-hooks": 8.0.1
@ -7670,14 +7670,14 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/plugin-users-permissions@4.9.2, @strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions": "@strapi/plugin-users-permissions@4.10.0, @strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions" resolution: "@strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions"
dependencies: dependencies:
"@strapi/design-system": 1.6.6 "@strapi/design-system": 1.6.6
"@strapi/helper-plugin": 4.9.2 "@strapi/helper-plugin": 4.10.0
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@testing-library/dom": 8.19.0 "@testing-library/dom": 8.19.0
"@testing-library/react": 12.1.4 "@testing-library/react": 12.1.4
"@testing-library/react-hooks": 8.0.1 "@testing-library/react-hooks": 8.0.1
@ -7713,12 +7713,12 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/provider-audit-logs-local@4.9.2, @strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local": "@strapi/provider-audit-logs-local@4.10.0, @strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local" resolution: "@strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local"
dependencies: dependencies:
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
tsconfig: 4.9.2 tsconfig: 4.10.0
peerDependencies: peerDependencies:
"@strapi/strapi": ^4.9.0 "@strapi/strapi": ^4.9.0
languageName: unknown languageName: unknown
@ -7728,22 +7728,22 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/provider-email-amazon-ses@workspace:packages/providers/email-amazon-ses" resolution: "@strapi/provider-email-amazon-ses@workspace:packages/providers/email-amazon-ses"
dependencies: dependencies:
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
node-ses: ^3.0.3 node-ses: ^3.0.3
tsconfig: 4.9.2 tsconfig: 4.10.0
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/provider-email-mailgun@4.9.2, @strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun": "@strapi/provider-email-mailgun@4.10.0, @strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun" resolution: "@strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun"
dependencies: dependencies:
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
form-data: ^4.0.0 form-data: ^4.0.0
mailgun.js: 8.2.1 mailgun.js: 8.2.1
tsconfig: 4.9.2 tsconfig: 4.10.0
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -7752,10 +7752,10 @@ __metadata:
resolution: "@strapi/provider-email-nodemailer@workspace:packages/providers/email-nodemailer" resolution: "@strapi/provider-email-nodemailer@workspace:packages/providers/email-nodemailer"
dependencies: dependencies:
"@types/nodemailer": 6.4.7 "@types/nodemailer": 6.4.7
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
lodash: 4.17.21 lodash: 4.17.21
nodemailer: 6.9.1 nodemailer: 6.9.1
tsconfig: 4.9.2 tsconfig: 4.10.0
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -7764,79 +7764,79 @@ __metadata:
resolution: "@strapi/provider-email-sendgrid@workspace:packages/providers/email-sendgrid" resolution: "@strapi/provider-email-sendgrid@workspace:packages/providers/email-sendgrid"
dependencies: dependencies:
"@sendgrid/mail": 7.7.0 "@sendgrid/mail": 7.7.0
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
tsconfig: 4.9.2 tsconfig: 4.10.0
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/provider-email-sendmail@4.9.2, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail": "@strapi/provider-email-sendmail@4.10.0, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail" resolution: "@strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail"
dependencies: dependencies:
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@types/sendmail": 1.4.4 "@types/sendmail": 1.4.4
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
sendmail: ^1.6.1 sendmail: ^1.6.1
tsconfig: 4.9.2 tsconfig: 4.10.0
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/provider-upload-aws-s3@4.9.2, @strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3": "@strapi/provider-upload-aws-s3@4.10.0, @strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3" resolution: "@strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3"
dependencies: dependencies:
"@types/jest": 29.2.0 "@types/jest": 29.2.0
aws-sdk: 2.1351.0 aws-sdk: 2.1351.0
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
lodash: 4.17.21 lodash: 4.17.21
tsconfig: 4.9.2 tsconfig: 4.10.0
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/provider-upload-cloudinary@4.9.2, @strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary": "@strapi/provider-upload-cloudinary@4.10.0, @strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary" resolution: "@strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary"
dependencies: dependencies:
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
cloudinary: ^1.33.0 cloudinary: ^1.33.0
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
into-stream: ^5.1.0 into-stream: ^5.1.0
tsconfig: 4.9.2 tsconfig: 4.10.0
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/provider-upload-local@4.9.2, @strapi/provider-upload-local@workspace:packages/providers/upload-local": "@strapi/provider-upload-local@4.10.0, @strapi/provider-upload-local@workspace:packages/providers/upload-local":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/provider-upload-local@workspace:packages/providers/upload-local" resolution: "@strapi/provider-upload-local@workspace:packages/providers/upload-local"
dependencies: dependencies:
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
"@types/jest": 29.2.0 "@types/jest": 29.2.0
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
fs-extra: 10.0.0 fs-extra: 10.0.0
tsconfig: 4.9.2 tsconfig: 4.10.0
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/strapi@4.9.2, @strapi/strapi@workspace:packages/core/strapi": "@strapi/strapi@4.10.0, @strapi/strapi@workspace:packages/core/strapi":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/strapi@workspace:packages/core/strapi" resolution: "@strapi/strapi@workspace:packages/core/strapi"
dependencies: dependencies:
"@koa/cors": 3.4.3 "@koa/cors": 3.4.3
"@koa/router": 10.1.1 "@koa/router": 10.1.1
"@strapi/admin": 4.9.2 "@strapi/admin": 4.10.0
"@strapi/data-transfer": 4.9.2 "@strapi/data-transfer": 4.10.0
"@strapi/database": 4.9.2 "@strapi/database": 4.10.0
"@strapi/generate-new": 4.9.2 "@strapi/generate-new": 4.10.0
"@strapi/generators": 4.9.2 "@strapi/generators": 4.10.0
"@strapi/logger": 4.9.2 "@strapi/logger": 4.10.0
"@strapi/permissions": 4.9.2 "@strapi/permissions": 4.10.0
"@strapi/plugin-content-manager": 4.9.2 "@strapi/plugin-content-manager": 4.10.0
"@strapi/plugin-content-type-builder": 4.9.2 "@strapi/plugin-content-type-builder": 4.10.0
"@strapi/plugin-email": 4.9.2 "@strapi/plugin-email": 4.10.0
"@strapi/plugin-upload": 4.9.2 "@strapi/plugin-upload": 4.10.0
"@strapi/typescript-utils": 4.9.2 "@strapi/typescript-utils": 4.10.0
"@strapi/utils": 4.9.2 "@strapi/utils": 4.10.0
bcryptjs: 2.4.3 bcryptjs: 2.4.3
boxen: 5.1.2 boxen: 5.1.2
chalk: 4.1.2 chalk: 4.1.2
@ -7884,7 +7884,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/typescript-utils@4.9.2, @strapi/typescript-utils@workspace:packages/utils/typescript": "@strapi/typescript-utils@4.10.0, @strapi/typescript-utils@workspace:packages/utils/typescript":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/typescript-utils@workspace:packages/utils/typescript" resolution: "@strapi/typescript-utils@workspace:packages/utils/typescript"
dependencies: dependencies:
@ -7897,7 +7897,7 @@ __metadata:
languageName: unknown languageName: unknown
linkType: soft linkType: soft
"@strapi/utils@4.9.2, @strapi/utils@workspace:packages/core/utils": "@strapi/utils@4.10.0, @strapi/utils@workspace:packages/core/utils":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "@strapi/utils@workspace:packages/core/utils" resolution: "@strapi/utils@workspace:packages/core/utils"
dependencies: dependencies:
@ -13702,11 +13702,11 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "create-strapi-app@workspace:packages/cli/create-strapi-app" resolution: "create-strapi-app@workspace:packages/cli/create-strapi-app"
dependencies: dependencies:
"@strapi/generate-new": 4.9.2 "@strapi/generate-new": 4.10.0
commander: 8.3.0 commander: 8.3.0
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
inquirer: 8.2.5 inquirer: 8.2.5
tsconfig: 4.9.2 tsconfig: 4.10.0
bin: bin:
create-strapi-app: ./bin/index.js create-strapi-app: ./bin/index.js
languageName: unknown languageName: unknown
@ -13716,16 +13716,16 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "create-strapi-starter@workspace:packages/cli/create-strapi-starter" resolution: "create-strapi-starter@workspace:packages/cli/create-strapi-starter"
dependencies: dependencies:
"@strapi/generate-new": 4.9.2 "@strapi/generate-new": 4.10.0
chalk: 4.1.2 chalk: 4.1.2
ci-info: 3.8.0 ci-info: 3.8.0
commander: 8.3.0 commander: 8.3.0
eslint-config-custom: 4.9.2 eslint-config-custom: 4.10.0
execa: 5.1.1 execa: 5.1.1
fs-extra: 10.0.0 fs-extra: 10.0.0
inquirer: 8.2.5 inquirer: 8.2.5
ora: 5.4.1 ora: 5.4.1
tsconfig: 4.9.2 tsconfig: 4.10.0
bin: bin:
create-strapi-starter: ./bin/index.js create-strapi-starter: ./bin/index.js
languageName: unknown languageName: unknown
@ -15501,7 +15501,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"eslint-config-custom@*, eslint-config-custom@4.9.2, eslint-config-custom@workspace:packages/utils/eslint-config-custom": "eslint-config-custom@*, eslint-config-custom@4.10.0, eslint-config-custom@workspace:packages/utils/eslint-config-custom":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "eslint-config-custom@workspace:packages/utils/eslint-config-custom" resolution: "eslint-config-custom@workspace:packages/utils/eslint-config-custom"
languageName: unknown languageName: unknown
@ -17408,16 +17408,16 @@ __metadata:
resolution: "getstarted@workspace:examples/getstarted" resolution: "getstarted@workspace:examples/getstarted"
dependencies: dependencies:
"@strapi/icons": 1.6.6 "@strapi/icons": 1.6.6
"@strapi/plugin-color-picker": 4.9.2 "@strapi/plugin-color-picker": 4.10.0
"@strapi/plugin-documentation": 4.9.2 "@strapi/plugin-documentation": 4.10.0
"@strapi/plugin-graphql": 4.9.2 "@strapi/plugin-graphql": 4.10.0
"@strapi/plugin-i18n": 4.9.2 "@strapi/plugin-i18n": 4.10.0
"@strapi/plugin-sentry": 4.9.2 "@strapi/plugin-sentry": 4.10.0
"@strapi/plugin-users-permissions": 4.9.2 "@strapi/plugin-users-permissions": 4.10.0
"@strapi/provider-email-mailgun": 4.9.2 "@strapi/provider-email-mailgun": 4.10.0
"@strapi/provider-upload-aws-s3": 4.9.2 "@strapi/provider-upload-aws-s3": 4.10.0
"@strapi/provider-upload-cloudinary": 4.9.2 "@strapi/provider-upload-cloudinary": 4.10.0
"@strapi/strapi": 4.9.2 "@strapi/strapi": 4.10.0
"@vscode/sqlite3": 5.1.2 "@vscode/sqlite3": 5.1.2
better-sqlite3: 8.0.1 better-sqlite3: 8.0.1
lodash: 4.17.21 lodash: 4.17.21
@ -21117,9 +21117,9 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "kitchensink-ts@workspace:examples/kitchensink-ts" resolution: "kitchensink-ts@workspace:examples/kitchensink-ts"
dependencies: dependencies:
"@strapi/plugin-i18n": 4.9.2 "@strapi/plugin-i18n": 4.10.0
"@strapi/plugin-users-permissions": 4.9.2 "@strapi/plugin-users-permissions": 4.10.0
"@strapi/strapi": 4.9.2 "@strapi/strapi": 4.10.0
better-sqlite3: 8.0.1 better-sqlite3: 8.0.1
languageName: unknown languageName: unknown
linkType: soft linkType: soft
@ -21128,10 +21128,10 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "kitchensink@workspace:examples/kitchensink" resolution: "kitchensink@workspace:examples/kitchensink"
dependencies: dependencies:
"@strapi/provider-email-mailgun": 4.9.2 "@strapi/provider-email-mailgun": 4.10.0
"@strapi/provider-upload-aws-s3": 4.9.2 "@strapi/provider-upload-aws-s3": 4.10.0
"@strapi/provider-upload-cloudinary": 4.9.2 "@strapi/provider-upload-cloudinary": 4.10.0
"@strapi/strapi": 4.9.2 "@strapi/strapi": 4.10.0
lodash: 4.17.21 lodash: 4.17.21
mysql: 2.18.1 mysql: 2.18.1
passport-google-oauth2: 0.2.0 passport-google-oauth2: 0.2.0
@ -30297,7 +30297,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"tsconfig@*, tsconfig@4.9.2, tsconfig@workspace:packages/utils/tsconfig": "tsconfig@*, tsconfig@4.10.0, tsconfig@workspace:packages/utils/tsconfig":
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "tsconfig@workspace:packages/utils/tsconfig" resolution: "tsconfig@workspace:packages/utils/tsconfig"
languageName: unknown languageName: unknown