mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
v4.14.4
This commit is contained in:
parent
170476e0e6
commit
fbd6e3e301
10
.github/actions/check-pr-status/package.json
vendored
10
.github/actions/check-pr-status/package.json
vendored
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "check-pr-status",
|
||||
"version": "4.14.3",
|
||||
"main": "dist/index.js",
|
||||
"license": "MIT",
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production ncc build index.js -o dist --minify",
|
||||
"watch": "NODE_ENV=production ncc build index.js -w -o dist --minify",
|
||||
"lint": "run -T eslint ."
|
||||
"lint": "run -T eslint .",
|
||||
"watch": "NODE_ENV=production ncc build index.js -w -o dist --minify"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "1.10.0",
|
||||
|
||||
@ -1,28 +1,29 @@
|
||||
{
|
||||
"name": "getstarted",
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"version": "4.14.3",
|
||||
"description": "A Strapi application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"scripts": {
|
||||
"build": "strapi build",
|
||||
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
|
||||
"develop": "strapi develop",
|
||||
"develop:ce": "STRAPI_DISABLE_EE=true strapi develop",
|
||||
"start": "strapi start",
|
||||
"build": "strapi build",
|
||||
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
|
||||
"strapi": "strapi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/icons": "1.11.0",
|
||||
"@strapi/plugin-color-picker": "4.14.3",
|
||||
"@strapi/plugin-documentation": "4.14.3",
|
||||
"@strapi/plugin-graphql": "4.14.3",
|
||||
"@strapi/plugin-i18n": "4.14.3",
|
||||
"@strapi/plugin-sentry": "4.14.3",
|
||||
"@strapi/plugin-users-permissions": "4.14.3",
|
||||
"@strapi/provider-email-mailgun": "4.14.3",
|
||||
"@strapi/provider-upload-aws-s3": "4.14.3",
|
||||
"@strapi/provider-upload-cloudinary": "4.14.3",
|
||||
"@strapi/strapi": "4.14.3",
|
||||
"@strapi/plugin-color-picker": "4.14.4",
|
||||
"@strapi/plugin-documentation": "4.14.4",
|
||||
"@strapi/plugin-graphql": "4.14.4",
|
||||
"@strapi/plugin-i18n": "4.14.4",
|
||||
"@strapi/plugin-sentry": "4.14.4",
|
||||
"@strapi/plugin-users-permissions": "4.14.4",
|
||||
"@strapi/provider-email-mailgun": "4.14.4",
|
||||
"@strapi/provider-upload-aws-s3": "4.14.4",
|
||||
"@strapi/provider-upload-cloudinary": "4.14.4",
|
||||
"@strapi/strapi": "4.14.4",
|
||||
"better-sqlite3": "8.6.0",
|
||||
"lodash": "4.17.21",
|
||||
"mysql": "2.18.1",
|
||||
@ -36,12 +37,11 @@
|
||||
"sqlite3": "5.1.2",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "getstarted"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE"
|
||||
"strapi": {
|
||||
"uuid": "getstarted"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,33 +1,33 @@
|
||||
{
|
||||
"name": "kitchensink-ts",
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"version": "4.14.3",
|
||||
"description": "A Strapi application",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "A Strapi developer"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "strapi build",
|
||||
"develop": "strapi develop",
|
||||
"start": "strapi start",
|
||||
"build": "strapi build",
|
||||
"strapi": "strapi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/plugin-i18n": "4.14.3",
|
||||
"@strapi/plugin-users-permissions": "4.14.3",
|
||||
"@strapi/strapi": "4.14.3",
|
||||
"@strapi/plugin-i18n": "4.14.4",
|
||||
"@strapi/plugin-users-permissions": "4.14.4",
|
||||
"@strapi/strapi": "4.14.4",
|
||||
"better-sqlite3": "8.6.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"author": {
|
||||
"name": "A Strapi developer"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "getstarted"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
"strapi": {
|
||||
"uuid": "getstarted"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,21 +1,22 @@
|
||||
{
|
||||
"name": "kitchensink",
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"version": "4.14.3",
|
||||
"description": "A Strapi application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"scripts": {
|
||||
"build": "strapi build",
|
||||
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
|
||||
"develop": "strapi develop",
|
||||
"develop:ce": "STRAPI_DISABLE_EE=true strapi develop",
|
||||
"start": "strapi start",
|
||||
"build": "strapi build",
|
||||
"build:ce": "STRAPI_DISABLE_EE=true strapi build",
|
||||
"strapi": "strapi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/provider-email-mailgun": "4.14.3",
|
||||
"@strapi/provider-upload-aws-s3": "4.14.3",
|
||||
"@strapi/provider-upload-cloudinary": "4.14.3",
|
||||
"@strapi/strapi": "4.14.3",
|
||||
"@strapi/provider-email-mailgun": "4.14.4",
|
||||
"@strapi/provider-upload-aws-s3": "4.14.4",
|
||||
"@strapi/provider-upload-cloudinary": "4.14.4",
|
||||
"@strapi/strapi": "4.14.4",
|
||||
"lodash": "4.17.21",
|
||||
"mysql": "2.18.1",
|
||||
"mysql2": "3.6.0",
|
||||
@ -27,12 +28,11 @@
|
||||
"sqlite3": "5.1.2",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "getstarted"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE"
|
||||
"strapi": {
|
||||
"uuid": "getstarted"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"packages": ["packages/*", "examples/*"],
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/admin-test-utils",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"description": "Test utilities for the Strapi administration panel",
|
||||
"license": "MIT",
|
||||
@ -73,9 +73,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"redux": "^4.2.1",
|
||||
"tsconfig": "4.14.3"
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"redux": "^4.2.1"
|
||||
|
||||
@ -1,12 +1,7 @@
|
||||
{
|
||||
"name": "create-strapi-app",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"dependencies": {
|
||||
"@strapi/generate-new": "4.14.3",
|
||||
"commander": "8.3.0",
|
||||
"inquirer": "8.2.5"
|
||||
},
|
||||
"keywords": [
|
||||
"create-strapi-app",
|
||||
"create",
|
||||
@ -43,14 +38,19 @@
|
||||
"scripts": {
|
||||
"build": "run -T tsc",
|
||||
"build:ts": "run -T tsc",
|
||||
"watch": "run -T tsc -w --preserveWatchOutput",
|
||||
"clean": "run -T rimraf ./dist",
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"lint": "run -T eslint ."
|
||||
"watch": "run -T tsc -w --preserveWatchOutput"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/generate-new": "4.14.4",
|
||||
"commander": "8.3.0",
|
||||
"inquirer": "8.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-strapi-starter",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"create-strapi-starter",
|
||||
@ -38,13 +38,13 @@
|
||||
"scripts": {
|
||||
"build": "run -T tsc",
|
||||
"build:ts": "run -T tsc",
|
||||
"watch": "run -T tsc -w --preserveWatchOutput",
|
||||
"clean": "run -T rimraf ./dist",
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"lint": "run -T eslint ."
|
||||
"watch": "run -T tsc -w --preserveWatchOutput"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/generate-new": "4.14.3",
|
||||
"@strapi/generate-new": "4.14.4",
|
||||
"chalk": "4.1.2",
|
||||
"ci-info": "3.8.0",
|
||||
"commander": "8.3.0",
|
||||
@ -54,8 +54,8 @@
|
||||
"ora": "5.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/admin",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Strapi Admin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,35 +23,35 @@
|
||||
"scripts": {
|
||||
"analyze:bundle": "ANALYZE_BUNDLE=true webpack --config webpack.config.dev.js",
|
||||
"analyze:deps": "ANALYZE_DEPS=true webpack serve --config webpack.config.dev.js --progress profile",
|
||||
"build": "rimraf build && node ./scripts/build.js",
|
||||
"build:measure": "rimraf build && cross-env MEASURE_BUILD_SPEED=true node ./scripts/build.js",
|
||||
"create:plugin-file": "node ./scripts/create-dev-plugins-file.js",
|
||||
"develop": "yarn create:plugin-file && yarn develop:webpack",
|
||||
"develop:webpack": "cross-env NODE_ENV=development webpack serve --config webpack.config.dev.js --progress profile",
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn build",
|
||||
"build": "rimraf build && node ./scripts/build.js",
|
||||
"build:measure": "rimraf build && cross-env MEASURE_BUILD_SPEED=true node ./scripts/build.js",
|
||||
"test": "echo \"no tests yet\"",
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:ce:cov": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --coverage",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
|
||||
"lint": "run -T eslint ."
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@casl/ability": "6.5.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
|
||||
"@radix-ui/react-toolbar": "1.0.4",
|
||||
"@strapi/data-transfer": "4.14.3",
|
||||
"@strapi/data-transfer": "4.14.4",
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/permissions": "4.14.3",
|
||||
"@strapi/provider-audit-logs-local": "4.14.3",
|
||||
"@strapi/typescript-utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/permissions": "4.14.4",
|
||||
"@strapi/provider-audit-logs-local": "4.14.4",
|
||||
"@strapi/typescript-utils": "4.14.4",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"axios": "1.5.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"browserslist": "^4.22.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-content-manager",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "A powerful UI to easily manage your data.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,13 +20,13 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "run -T eslint .",
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint ."
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"lodash": "4.17.21",
|
||||
"qs": "6.11.1"
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-content-type-builder",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Strapi plugin to create content type",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,21 +20,21 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint .",
|
||||
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"lint": "run -T eslint ."
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/generators": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/generators": "4.14.4",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"fs-extra": "10.0.0",
|
||||
"immer": "9.0.19",
|
||||
"lodash": "4.17.21",
|
||||
@ -49,7 +49,7 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/admin": "4.14.3",
|
||||
"@strapi/admin": "4.14.4",
|
||||
"@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.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Data transfer capabilities for Strapi",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -26,24 +26,24 @@
|
||||
],
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"./dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "run -T tsc -p tsconfig.build.json",
|
||||
"build:ts": "run build",
|
||||
"clean": "rimraf ./dist",
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
|
||||
"lint": "run -T eslint ."
|
||||
"watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput"
|
||||
},
|
||||
"files": [
|
||||
"./dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@strapi/logger": "4.14.3",
|
||||
"@strapi/strapi": "4.14.3",
|
||||
"@strapi/types": "4.14.3",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/logger": "4.14.4",
|
||||
"@strapi/strapi": "4.14.4",
|
||||
"@strapi/types": "4.14.4",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"chalk": "4.1.2",
|
||||
"cli-table3": "0.6.2",
|
||||
"commander": "8.3.0",
|
||||
@ -59,9 +59,6 @@
|
||||
"tar-stream": "2.2.0",
|
||||
"ws": "8.13.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@strapi/strapi": "^4.13.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/jest": "29.5.2",
|
||||
@ -79,6 +76,9 @@
|
||||
"rimraf": "3.0.2",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@strapi/strapi": "^4.13.7"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/database",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Strapi's database layer",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -28,12 +28,12 @@
|
||||
"lib": "./lib"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "run -T eslint .",
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint ."
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"date-fns": "2.30.0",
|
||||
"debug": "4.3.4",
|
||||
"fs-extra": "10.0.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-email",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Easily configure your Strapi application to send emails.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,17 +20,17 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "run -T eslint .",
|
||||
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"lint": "run -T eslint ."
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/provider-email-sendmail": "4.14.3",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/provider-email-sendmail": "4.14.4",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"lodash": "4.17.21",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-intl": "6.4.1",
|
||||
@ -38,7 +38,7 @@
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"msw": "1.3.0",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/helper-plugin",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Helper for Strapi plugins development",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -70,11 +70,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.3",
|
||||
"@strapi/admin-test-utils": "4.14.4",
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@strapi/types": "4.14.3",
|
||||
"@strapi/types": "4.14.4",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "14.4.3",
|
||||
"@types/react": "18.2.7",
|
||||
@ -83,7 +83,7 @@
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@types/styled-components": "5.1.26",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"eslint-plugin-storybook": "0.6.14",
|
||||
"msw": "1.3.0",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/permissions",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Strapi's permission layer.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -38,15 +38,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@casl/ability": "6.5.0",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"lodash": "4.17.21",
|
||||
"qs": "6.11.1",
|
||||
"sift": "16.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/strapi",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"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",
|
||||
@ -77,32 +77,32 @@
|
||||
"scripts": {
|
||||
"build": "run -T tsc -p tsconfig.build.json && run copy-files",
|
||||
"build:ts": "run build",
|
||||
"watch": "run -T tsc -p tsconfig.build.json -w --preserveWatchOutput",
|
||||
"clean": "run -T rimraf ./dist",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"postinstall": "node ./scripts/postinstall.js",
|
||||
"test:unit": "run -T jest",
|
||||
"copy-files": "copyfiles -u 1 -a 'src/**/*.html' 'src/**/*.png' dist",
|
||||
"postinstall": "node ./scripts/postinstall.js",
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint ."
|
||||
"watch": "run -T tsc -p tsconfig.build.json -w --preserveWatchOutput"
|
||||
},
|
||||
"dependencies": {
|
||||
"@koa/cors": "3.4.3",
|
||||
"@koa/router": "10.1.1",
|
||||
"@strapi/admin": "4.14.3",
|
||||
"@strapi/data-transfer": "4.14.3",
|
||||
"@strapi/database": "4.14.3",
|
||||
"@strapi/generate-new": "4.14.3",
|
||||
"@strapi/generators": "4.14.3",
|
||||
"@strapi/logger": "4.14.3",
|
||||
"@strapi/permissions": "4.14.3",
|
||||
"@strapi/plugin-content-manager": "4.14.3",
|
||||
"@strapi/plugin-content-type-builder": "4.14.3",
|
||||
"@strapi/plugin-email": "4.14.3",
|
||||
"@strapi/plugin-upload": "4.14.3",
|
||||
"@strapi/types": "4.14.3",
|
||||
"@strapi/typescript-utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/admin": "4.14.4",
|
||||
"@strapi/data-transfer": "4.14.4",
|
||||
"@strapi/database": "4.14.4",
|
||||
"@strapi/generate-new": "4.14.4",
|
||||
"@strapi/generators": "4.14.4",
|
||||
"@strapi/logger": "4.14.4",
|
||||
"@strapi/permissions": "4.14.4",
|
||||
"@strapi/plugin-content-manager": "4.14.4",
|
||||
"@strapi/plugin-content-type-builder": "4.14.4",
|
||||
"@strapi/plugin-email": "4.14.4",
|
||||
"@strapi/plugin-upload": "4.14.4",
|
||||
"@strapi/types": "4.14.4",
|
||||
"@strapi/typescript-utils": "4.14.4",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"@vitejs/plugin-react": "4.1.0",
|
||||
"bcryptjs": "2.4.3",
|
||||
"boxen": "5.1.2",
|
||||
@ -165,9 +165,9 @@
|
||||
"@types/node": "18.18.4",
|
||||
"@types/node-schedule": "2.1.0",
|
||||
"@types/statuses": "2.0.1",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"supertest": "6.3.3",
|
||||
"tsconfig": "4.14.3",
|
||||
"tsconfig": "4.14.4",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/types",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Shared typescript types for Strapi internal use",
|
||||
"keywords": [
|
||||
"strapi"
|
||||
@ -35,20 +35,20 @@
|
||||
"scripts": {
|
||||
"build": "run -T tsc -p tsconfig.build.json",
|
||||
"build:ts": "run build",
|
||||
"watch": "run -T tsc -p tsconfig.build.json -w --preserveWatchOutput",
|
||||
"clean": "run -T rimraf ./dist",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"watch": "run -T tsc -p tsconfig.build.json -w --preserveWatchOutput"
|
||||
},
|
||||
"dependencies": {
|
||||
"@koa/cors": "3.4.3",
|
||||
"@koa/router": "10.1.1",
|
||||
"@strapi/database": "4.14.3",
|
||||
"@strapi/logger": "4.14.3",
|
||||
"@strapi/permissions": "4.14.3",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/database": "4.14.4",
|
||||
"@strapi/logger": "4.14.4",
|
||||
"@strapi/permissions": "4.14.4",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"commander": "8.3.0",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"koa": "2.13.4",
|
||||
@ -61,8 +61,8 @@
|
||||
"@types/koa": "2.13.4",
|
||||
"@types/koa__router": "12.0.0",
|
||||
"@types/node-schedule": "2.1.0",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3",
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4",
|
||||
"typescript": "5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-upload",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Makes it easy to upload images and files to your Strapi Application.",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"author": {
|
||||
@ -16,20 +16,20 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint .",
|
||||
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"lint": "run -T eslint ."
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/provider-upload-local": "4.14.3",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/provider-upload-local": "4.14.4",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"axios": "1.5.0",
|
||||
"byte-size": "7.0.1",
|
||||
"cropperjs": "1.6.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/utils",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"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.3",
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"koa": "2.13.4",
|
||||
"koa-body": "4.2.0",
|
||||
"tsconfig": "4.14.3"
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/generate-new",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Generate a new Strapi application.",
|
||||
"keywords": [
|
||||
"generate",
|
||||
@ -36,11 +36,11 @@
|
||||
"scripts": {
|
||||
"build": "run -T tsc && run copy-files",
|
||||
"build:ts": "run build",
|
||||
"watch": "run -T tsc -w --preserveWatchOutput",
|
||||
"clean": "run -T rimraf ./dist",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"copy-files": "copyfiles -u 1 -a 'src/resources/files/**/*' 'src/resources/dot-files/**/*' 'src/resources/**/*.template' dist",
|
||||
"lint": "run -T eslint ."
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"watch": "run -T tsc -w --preserveWatchOutput"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/node": "6.19.7",
|
||||
@ -55,11 +55,11 @@
|
||||
"semver": "7.5.4",
|
||||
"tar": "6.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"copyfiles": "2.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"copyfiles": "2.4.1"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/generators",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Interactive API generator.",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
@ -35,18 +35,18 @@
|
||||
"scripts": {
|
||||
"build": "run -T tsc && run copy-files",
|
||||
"build:ts": "run build",
|
||||
"watch": "run -T tsc -w --preserveWatchOutput",
|
||||
"clean": "run -T rimraf ./dist",
|
||||
"copy-files": "copyfiles -u 1 -a 'src/templates/**/*' 'src/files/**/*' dist",
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint ."
|
||||
"watch": "run -T tsc -w --preserveWatchOutput"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sindresorhus/slugify": "1.1.0",
|
||||
"@strapi/typescript-utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/typescript-utils": "4.14.4",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"chalk": "4.1.2",
|
||||
"copyfiles": "2.4.1",
|
||||
"fs-extra": "10.0.0",
|
||||
@ -55,8 +55,8 @@
|
||||
"pluralize": "8.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-color-picker",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Strapi maintained Custom Fields",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -41,37 +41,31 @@
|
||||
"./dist",
|
||||
"strapi-server.js"
|
||||
],
|
||||
"strapi": {
|
||||
"name": "color-picker",
|
||||
"description": "Color picker custom field",
|
||||
"kind": "plugin",
|
||||
"displayName": "Color Picker"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production strapi plugin:build --force",
|
||||
"watch": "run -T tsc -w --preserveWatchOutput",
|
||||
"clean": "run -T rimraf ./dist",
|
||||
"lint": "yarn lint:project && yarn lint:back && yarn lint:front",
|
||||
"lint:back": "run -T eslint ./server -c ./server/.eslintrc.js",
|
||||
"lint:front": "run -T eslint ./admin -c ./admin/.eslintrc.js",
|
||||
"lint:project": "run -T eslint . -c ./.eslintrc.js",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"test:ts:front": "run -T tsc -p admin/tsconfig.json",
|
||||
"lint": "yarn lint:project && yarn lint:back && yarn lint:front",
|
||||
"lint:project": "run -T eslint . -c ./.eslintrc.js",
|
||||
"lint:back": "run -T eslint ./server -c ./server/.eslintrc.js",
|
||||
"lint:front": "run -T eslint ./admin -c ./admin/.eslintrc.js"
|
||||
"watch": "run -T tsc -w --preserveWatchOutput"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-colorful": "5.6.1",
|
||||
"react-intl": "6.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/strapi": "4.14.3",
|
||||
"@strapi/strapi": "4.14.4",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/user-event": "14.4.3",
|
||||
"@types/styled-components": "5.1.26",
|
||||
@ -91,5 +85,11 @@
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"strapi": {
|
||||
"name": "color-picker",
|
||||
"description": "Color picker custom field",
|
||||
"kind": "plugin",
|
||||
"displayName": "Color Picker"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-documentation",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,16 +22,16 @@
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "run -T eslint .",
|
||||
"test:unit": "jest --verbose",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll"
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:unit": "jest --verbose",
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"bcryptjs": "2.4.3",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"formik": "2.4.0",
|
||||
@ -47,13 +47,6 @@
|
||||
"yaml": "1.10.2",
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@strapi/strapi": "^4.0.0",
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^17.0.0 || ^18.0.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "^10.1.0",
|
||||
"@testing-library/react": "14.0.0",
|
||||
@ -64,6 +57,13 @@
|
||||
"react-router-dom": "5.3.4",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@strapi/strapi": "^4.0.0",
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^17.0.0 || ^18.0.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-graphql",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"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.12.0",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"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.3",
|
||||
"version": "4.14.4",
|
||||
"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",
|
||||
@ -21,19 +21,19 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint .",
|
||||
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"lint": "run -T eslint ."
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"formik": "2.4.0",
|
||||
"immer": "9.0.19",
|
||||
"lodash": "4.17.21",
|
||||
@ -45,12 +45,6 @@
|
||||
"redux": "^4.2.1",
|
||||
"yup": "0.32.9"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^17.0.0 || ^18.0.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "14.0.0",
|
||||
"msw": "1.3.0",
|
||||
@ -59,6 +53,12 @@
|
||||
"react-router-dom": "5.3.4",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^17.0.0 || ^18.0.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-sentry",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Send Strapi error events to Sentry",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -21,14 +21,14 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "run -T eslint .",
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint ."
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/node": "6.19.7",
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/plugin-users-permissions",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Protect your API with a full-authentication process based on JWT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -20,19 +20,19 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch",
|
||||
"lint": "run -T eslint .",
|
||||
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
|
||||
"test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
|
||||
"test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
|
||||
"lint": "run -T eslint ."
|
||||
"test:unit": "run -T jest",
|
||||
"test:unit:watch": "run -T jest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "1.12.0",
|
||||
"@strapi/helper-plugin": "4.14.3",
|
||||
"@strapi/helper-plugin": "4.14.4",
|
||||
"@strapi/icons": "1.12.0",
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"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.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Local provider for strapi audit logs",
|
||||
"keywords": [
|
||||
"audit-logs",
|
||||
@ -43,9 +43,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@strapi/types": "4.14.3",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"@strapi/types": "4.14.4",
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-amazon-ses",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Amazon SES provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -43,13 +43,13 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"node-ses": "^3.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-mailgun",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Mailgun provider for strapi email plugin",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -45,14 +45,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"form-data": "^4.0.0",
|
||||
"mailgun.js": "8.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-nodemailer",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"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.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-sendgrid",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Sendgrid provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -44,12 +44,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@sendgrid/mail": "7.7.0",
|
||||
"@strapi/utils": "4.14.3"
|
||||
"@strapi/utils": "4.14.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-email-sendmail",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Sendmail provider for strapi email",
|
||||
"keywords": [
|
||||
"email",
|
||||
@ -42,14 +42,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"sendmail": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@types/sendmail": "1.4.4",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-aws-s3",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"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.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-cloudinary",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Cloudinary provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -43,14 +43,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"cloudinary": "^1.41.0",
|
||||
"into-stream": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/provider-upload-local",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Local provider for strapi upload",
|
||||
"keywords": [
|
||||
"upload",
|
||||
@ -44,14 +44,14 @@
|
||||
"watch": "pack-up watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/utils": "4.14.3",
|
||||
"@strapi/utils": "4.14.4",
|
||||
"fs-extra": "10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@strapi/pack-up": "workspace:*",
|
||||
"@types/jest": "29.5.2",
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api-tests",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"dotenv": "14.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-config-custom",
|
||||
"main": "index.js",
|
||||
"version": "4.14.3",
|
||||
"private": true
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"main": "index.js"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/logger",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Strapi's logger",
|
||||
"homepage": "https://strapi.io",
|
||||
"bugs": {
|
||||
@ -31,18 +31,18 @@
|
||||
"scripts": {
|
||||
"build": "run -T tsc",
|
||||
"build:ts": "run -T tsc",
|
||||
"watch": "run -T tsc -w --preserveWatchOutput",
|
||||
"clean": "run -T rimraf ./dist",
|
||||
"lint": "run -T eslint .",
|
||||
"prepublishOnly": "yarn clean && yarn build",
|
||||
"lint": "run -T eslint ."
|
||||
"watch": "run -T tsc -w --preserveWatchOutput"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "4.17.21",
|
||||
"winston": "3.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-custom": "4.14.3",
|
||||
"tsconfig": "4.14.3"
|
||||
"eslint-config-custom": "4.14.4",
|
||||
"tsconfig": "4.14.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0 <=20.x.x",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@strapi/pack-up",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Simple tools for creating interoperable CJS & ESM packages.",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tsconfig",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@tsconfig/node18": "18.2.2"
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@strapi/typescript-utils",
|
||||
"version": "4.14.3",
|
||||
"version": "4.14.4",
|
||||
"description": "Typescript support for Strapi",
|
||||
"keywords": [
|
||||
"strapi",
|
||||
"generators"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/strapi/strapi.git",
|
||||
"directory": "packages/utils/typescript"
|
||||
},
|
||||
"keywords": [
|
||||
"strapi",
|
||||
"generators"
|
||||
],
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"author": {
|
||||
"name": "Strapi Solutions SAS",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "scripts-front",
|
||||
"version": "4.14.4",
|
||||
"private": true,
|
||||
"version": "4.14.3",
|
||||
"scripts": {
|
||||
"test:front": "jest --config jest.config.front.js"
|
||||
}
|
||||
|
||||
300
yarn.lock
300
yarn.lock
@ -7394,38 +7394,38 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/admin-test-utils@4.14.3, @strapi/admin-test-utils@workspace:*, @strapi/admin-test-utils@workspace:packages/admin-test-utils":
|
||||
"@strapi/admin-test-utils@4.14.4, @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:
|
||||
"@juggle/resize-observer": 3.4.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@testing-library/jest-dom": 5.16.5
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
jest-styled-components: 7.1.1
|
||||
redux: ^4.2.1
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
whatwg-fetch: 3.6.2
|
||||
peerDependencies:
|
||||
redux: ^4.2.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/admin@4.14.3, @strapi/admin@workspace:packages/core/admin":
|
||||
"@strapi/admin@4.14.4, @strapi/admin@workspace:packages/core/admin":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/admin@workspace:packages/core/admin"
|
||||
dependencies:
|
||||
"@casl/ability": 6.5.0
|
||||
"@pmmmwh/react-refresh-webpack-plugin": 0.5.10
|
||||
"@radix-ui/react-toolbar": 1.0.4
|
||||
"@strapi/data-transfer": 4.14.3
|
||||
"@strapi/data-transfer": 4.14.4
|
||||
"@strapi/design-system": 1.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/permissions": 4.14.3
|
||||
"@strapi/provider-audit-logs-local": 4.14.3
|
||||
"@strapi/typescript-utils": 4.14.3
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/permissions": 4.14.4
|
||||
"@strapi/provider-audit-logs-local": 4.14.4
|
||||
"@strapi/typescript-utils": 4.14.4
|
||||
"@strapi/utils": 4.14.4
|
||||
"@testing-library/dom": 9.2.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
@ -7519,14 +7519,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/data-transfer@4.14.3, @strapi/data-transfer@workspace:packages/core/data-transfer":
|
||||
"@strapi/data-transfer@4.14.4, @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.3
|
||||
"@strapi/strapi": 4.14.3
|
||||
"@strapi/types": 4.14.3
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/logger": 4.14.4
|
||||
"@strapi/strapi": 4.14.4
|
||||
"@strapi/types": 4.14.4
|
||||
"@strapi/utils": 4.14.4
|
||||
"@types/fs-extra": 9.0.13
|
||||
"@types/jest": 29.5.2
|
||||
"@types/koa": 2.13.4
|
||||
@ -7561,11 +7561,11 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/database@4.14.3, @strapi/database@workspace:packages/core/database":
|
||||
"@strapi/database@4.14.4, @strapi/database@workspace:packages/core/database":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/database@workspace:packages/core/database"
|
||||
dependencies:
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
date-fns: 2.30.0
|
||||
debug: 4.3.4
|
||||
fs-extra: 10.0.0
|
||||
@ -7629,7 +7629,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/generate-new@4.14.3, @strapi/generate-new@workspace:packages/generators/app":
|
||||
"@strapi/generate-new@4.14.4, @strapi/generate-new@workspace:packages/generators/app":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/generate-new@workspace:packages/generators/app"
|
||||
dependencies:
|
||||
@ -7648,25 +7648,25 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/generators@4.14.3, @strapi/generators@workspace:packages/generators/generators":
|
||||
"@strapi/generators@4.14.4, @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/typescript-utils": 4.14.3
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/typescript-utils": 4.14.4
|
||||
"@strapi/utils": 4.14.4
|
||||
chalk: 4.1.2
|
||||
copyfiles: 2.4.1
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
fs-extra: 10.0.0
|
||||
node-plop: 0.26.3
|
||||
plop: 2.7.6
|
||||
pluralize: 8.0.0
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/helper-plugin@4.14.3, @strapi/helper-plugin@workspace:packages/core/helper-plugin":
|
||||
"@strapi/helper-plugin@4.14.4, @strapi/helper-plugin@workspace:packages/core/helper-plugin":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/helper-plugin@workspace:packages/core/helper-plugin"
|
||||
dependencies:
|
||||
@ -7676,11 +7676,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.3
|
||||
"@strapi/admin-test-utils": 4.14.4
|
||||
"@strapi/design-system": 1.12.0
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/types": 4.14.3
|
||||
"@strapi/types": 4.14.4
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
"@types/react": 18.2.7
|
||||
@ -7691,7 +7691,7 @@ __metadata:
|
||||
axios: 1.5.0
|
||||
cross-env: ^7.0.3
|
||||
date-fns: 2.30.0
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
eslint-plugin-storybook: 0.6.14
|
||||
formik: 2.4.0
|
||||
immer: 9.0.19
|
||||
@ -7742,13 +7742,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/logger@4.14.3, @strapi/logger@workspace:packages/utils/logger":
|
||||
"@strapi/logger@4.14.4, @strapi/logger@workspace:packages/utils/logger":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/logger@workspace:packages/utils/logger"
|
||||
dependencies:
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
lodash: 4.17.21
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
winston: 3.10.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -7789,29 +7789,29 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/permissions@4.14.3, @strapi/permissions@workspace:packages/core/permissions":
|
||||
"@strapi/permissions@4.14.4, @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.3
|
||||
eslint-config-custom: 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
eslint-config-custom: 4.14.4
|
||||
lodash: 4.17.21
|
||||
qs: 6.11.1
|
||||
sift: 16.0.1
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-color-picker@4.14.3, @strapi/plugin-color-picker@workspace:packages/plugins/color-picker":
|
||||
"@strapi/plugin-color-picker@4.14.4, @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.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/strapi": 4.14.3
|
||||
"@strapi/strapi": 4.14.4
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
"@types/styled-components": 5.1.26
|
||||
@ -7832,28 +7832,28 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-content-manager@4.14.3, @strapi/plugin-content-manager@workspace:packages/core/content-manager":
|
||||
"@strapi/plugin-content-manager@4.14.4, @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.3
|
||||
"@strapi/utils": 4.14.4
|
||||
lodash: 4.17.21
|
||||
qs: 6.11.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-content-type-builder@4.14.3, @strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder":
|
||||
"@strapi/plugin-content-type-builder@4.14.4, @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.3
|
||||
"@strapi/admin": 4.14.4
|
||||
"@strapi/design-system": 1.12.0
|
||||
"@strapi/generators": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/generators": 4.14.4
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/react-hooks": 8.0.1
|
||||
fs-extra: 10.0.0
|
||||
@ -7881,15 +7881,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-documentation@4.14.3, @strapi/plugin-documentation@workspace:packages/plugins/documentation":
|
||||
"@strapi/plugin-documentation@4.14.4, @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.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
bcryptjs: 2.4.3
|
||||
@ -7920,15 +7920,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-email@4.14.3, @strapi/plugin-email@workspace:packages/core/email":
|
||||
"@strapi/plugin-email@4.14.4, @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.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/provider-email-sendmail": 4.14.3
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/provider-email-sendmail": 4.14.4
|
||||
"@strapi/utils": 4.14.4
|
||||
"@testing-library/react": 14.0.0
|
||||
lodash: 4.17.21
|
||||
msw: 1.3.0
|
||||
@ -7948,16 +7948,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-graphql@4.14.3, @strapi/plugin-graphql@workspace:packages/plugins/graphql":
|
||||
"@strapi/plugin-graphql@4.14.4, @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.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
apollo-server-core: 3.12.1
|
||||
apollo-server-koa: 3.10.0
|
||||
cross-env: ^7.0.3
|
||||
@ -7985,14 +7985,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-i18n@4.14.3, @strapi/plugin-i18n@workspace:packages/plugins/i18n":
|
||||
"@strapi/plugin-i18n@4.14.4, @strapi/plugin-i18n@workspace:packages/plugins/i18n":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/plugin-i18n@workspace:packages/plugins/i18n"
|
||||
dependencies:
|
||||
"@strapi/design-system": 1.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
"@testing-library/react": 14.0.0
|
||||
formik: 2.4.0
|
||||
immer: 9.0.19
|
||||
@ -8017,13 +8017,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-sentry@4.14.3, @strapi/plugin-sentry@workspace:packages/plugins/sentry":
|
||||
"@strapi/plugin-sentry@4.14.4, @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.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
@ -8038,15 +8038,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-upload@4.14.3, @strapi/plugin-upload@workspace:packages/core/upload":
|
||||
"@strapi/plugin-upload@4.14.4, @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.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/provider-upload-local": 4.14.3
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/provider-upload-local": 4.14.4
|
||||
"@strapi/utils": 4.14.4
|
||||
"@testing-library/dom": 9.2.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
@ -8084,14 +8084,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/plugin-users-permissions@4.14.3, @strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions":
|
||||
"@strapi/plugin-users-permissions@4.14.4, @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.12.0
|
||||
"@strapi/helper-plugin": 4.14.3
|
||||
"@strapi/helper-plugin": 4.14.4
|
||||
"@strapi/icons": 1.12.0
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
"@testing-library/dom": 9.2.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/user-event": 14.4.3
|
||||
@ -8124,14 +8124,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-audit-logs-local@4.14.3, @strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local":
|
||||
"@strapi/provider-audit-logs-local@4.14.4, @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.3
|
||||
eslint-config-custom: 4.14.3
|
||||
tsconfig: 4.14.3
|
||||
"@strapi/types": 4.14.4
|
||||
eslint-config-custom: 4.14.4
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -8140,23 +8140,23 @@ __metadata:
|
||||
resolution: "@strapi/provider-email-amazon-ses@workspace:packages/providers/email-amazon-ses"
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/utils": 4.14.3
|
||||
eslint-config-custom: 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
eslint-config-custom: 4.14.4
|
||||
node-ses: ^3.0.3
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-email-mailgun@4.14.3, @strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun":
|
||||
"@strapi/provider-email-mailgun@4.14.4, @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.3
|
||||
eslint-config-custom: 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
eslint-config-custom: 4.14.4
|
||||
form-data: ^4.0.0
|
||||
mailgun.js: 8.2.1
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -8166,10 +8166,10 @@ __metadata:
|
||||
dependencies:
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@types/nodemailer": 6.4.7
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
lodash: 4.17.21
|
||||
nodemailer: 6.9.1
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@ -8179,85 +8179,85 @@ __metadata:
|
||||
dependencies:
|
||||
"@sendgrid/mail": 7.7.0
|
||||
"@strapi/pack-up": "workspace:*"
|
||||
"@strapi/utils": 4.14.3
|
||||
eslint-config-custom: 4.14.3
|
||||
tsconfig: 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
eslint-config-custom: 4.14.4
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-email-sendmail@4.14.3, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail":
|
||||
"@strapi/provider-email-sendmail@4.14.4, @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.3
|
||||
"@strapi/utils": 4.14.4
|
||||
"@types/sendmail": 1.4.4
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
sendmail: ^1.6.1
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-upload-aws-s3@4.14.3, @strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3":
|
||||
"@strapi/provider-upload-aws-s3@4.14.4, @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.3
|
||||
eslint-config-custom: 4.14.4
|
||||
lodash: 4.17.21
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-upload-cloudinary@4.14.3, @strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary":
|
||||
"@strapi/provider-upload-cloudinary@4.14.4, @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.3
|
||||
"@strapi/utils": 4.14.4
|
||||
cloudinary: ^1.41.0
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
into-stream: ^5.1.0
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/provider-upload-local@4.14.3, @strapi/provider-upload-local@workspace:packages/providers/upload-local":
|
||||
"@strapi/provider-upload-local@4.14.4, @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.3
|
||||
"@strapi/utils": 4.14.4
|
||||
"@types/jest": 29.5.2
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
fs-extra: 10.0.0
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/strapi@4.14.3, @strapi/strapi@workspace:packages/core/strapi":
|
||||
"@strapi/strapi@4.14.4, @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.3
|
||||
"@strapi/data-transfer": 4.14.3
|
||||
"@strapi/database": 4.14.3
|
||||
"@strapi/generate-new": 4.14.3
|
||||
"@strapi/generators": 4.14.3
|
||||
"@strapi/logger": 4.14.3
|
||||
"@strapi/permissions": 4.14.3
|
||||
"@strapi/plugin-content-manager": 4.14.3
|
||||
"@strapi/plugin-content-type-builder": 4.14.3
|
||||
"@strapi/plugin-email": 4.14.3
|
||||
"@strapi/plugin-upload": 4.14.3
|
||||
"@strapi/admin": 4.14.4
|
||||
"@strapi/data-transfer": 4.14.4
|
||||
"@strapi/database": 4.14.4
|
||||
"@strapi/generate-new": 4.14.4
|
||||
"@strapi/generators": 4.14.4
|
||||
"@strapi/logger": 4.14.4
|
||||
"@strapi/permissions": 4.14.4
|
||||
"@strapi/plugin-content-manager": 4.14.4
|
||||
"@strapi/plugin-content-type-builder": 4.14.4
|
||||
"@strapi/plugin-email": 4.14.4
|
||||
"@strapi/plugin-upload": 4.14.4
|
||||
"@strapi/ts-zen": ^0.2.0
|
||||
"@strapi/types": 4.14.3
|
||||
"@strapi/typescript-utils": 4.14.3
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/types": 4.14.4
|
||||
"@strapi/typescript-utils": 4.14.4
|
||||
"@strapi/utils": 4.14.4
|
||||
"@types/bcryptjs": 2.4.3
|
||||
"@types/configstore": 5.0.1
|
||||
"@types/delegates": 1.0.0
|
||||
@ -8286,7 +8286,7 @@ __metadata:
|
||||
debug: 4.3.4
|
||||
delegates: 1.0.0
|
||||
dotenv: 14.2.0
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
execa: 5.1.1
|
||||
fs-extra: 10.0.0
|
||||
glob: 7.2.3
|
||||
@ -8316,7 +8316,7 @@ __metadata:
|
||||
semver: 7.5.4
|
||||
statuses: 2.0.1
|
||||
supertest: 6.3.3
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
typescript: 5.2.2
|
||||
vite: 4.4.9
|
||||
yup: 0.32.9
|
||||
@ -8335,33 +8335,33 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/types@4.14.3, @strapi/types@workspace:packages/core/types":
|
||||
"@strapi/types@4.14.4, @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.3
|
||||
"@strapi/logger": 4.14.3
|
||||
"@strapi/permissions": 4.14.3
|
||||
"@strapi/database": 4.14.4
|
||||
"@strapi/logger": 4.14.4
|
||||
"@strapi/permissions": 4.14.4
|
||||
"@strapi/ts-zen": ^0.2.0
|
||||
"@strapi/utils": 4.14.3
|
||||
"@strapi/utils": 4.14.4
|
||||
"@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.3
|
||||
eslint-config-custom: 4.14.4
|
||||
https-proxy-agent: 5.0.1
|
||||
koa: 2.13.4
|
||||
node-fetch: 2.7.0
|
||||
node-schedule: 2.1.0
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
typescript: 5.2.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@strapi/typescript-utils@4.14.3, @strapi/typescript-utils@workspace:packages/utils/typescript":
|
||||
"@strapi/typescript-utils@4.14.4, @strapi/typescript-utils@workspace:packages/utils/typescript":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/typescript-utils@workspace:packages/utils/typescript"
|
||||
dependencies:
|
||||
@ -8406,7 +8406,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@strapi/utils@4.14.3, @strapi/utils@workspace:packages/core/utils":
|
||||
"@strapi/utils@4.14.4, @strapi/utils@workspace:packages/core/utils":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@strapi/utils@workspace:packages/core/utils"
|
||||
dependencies:
|
||||
@ -8415,13 +8415,13 @@ __metadata:
|
||||
"@types/koa": 2.13.4
|
||||
"@types/node": 18.18.4
|
||||
date-fns: 2.30.0
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
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.3
|
||||
tsconfig: 4.14.4
|
||||
yup: 0.32.9
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@ -13936,11 +13936,11 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "create-strapi-app@workspace:packages/cli/create-strapi-app"
|
||||
dependencies:
|
||||
"@strapi/generate-new": 4.14.3
|
||||
"@strapi/generate-new": 4.14.4
|
||||
commander: 8.3.0
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
inquirer: 8.2.5
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
bin:
|
||||
create-strapi-app: ./bin/index.js
|
||||
languageName: unknown
|
||||
@ -13950,16 +13950,16 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "create-strapi-starter@workspace:packages/cli/create-strapi-starter"
|
||||
dependencies:
|
||||
"@strapi/generate-new": 4.14.3
|
||||
"@strapi/generate-new": 4.14.4
|
||||
chalk: 4.1.2
|
||||
ci-info: 3.8.0
|
||||
commander: 8.3.0
|
||||
eslint-config-custom: 4.14.3
|
||||
eslint-config-custom: 4.14.4
|
||||
execa: 5.1.1
|
||||
fs-extra: 10.0.0
|
||||
inquirer: 8.2.5
|
||||
ora: 5.4.1
|
||||
tsconfig: 4.14.3
|
||||
tsconfig: 4.14.4
|
||||
bin:
|
||||
create-strapi-starter: ./bin/index.js
|
||||
languageName: unknown
|
||||
@ -15903,7 +15903,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-config-custom@4.14.3, eslint-config-custom@workspace:*, eslint-config-custom@workspace:packages/utils/eslint-config-custom":
|
||||
"eslint-config-custom@4.14.4, 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
|
||||
@ -17858,16 +17858,16 @@ __metadata:
|
||||
resolution: "getstarted@workspace:examples/getstarted"
|
||||
dependencies:
|
||||
"@strapi/icons": 1.11.0
|
||||
"@strapi/plugin-color-picker": 4.14.3
|
||||
"@strapi/plugin-documentation": 4.14.3
|
||||
"@strapi/plugin-graphql": 4.14.3
|
||||
"@strapi/plugin-i18n": 4.14.3
|
||||
"@strapi/plugin-sentry": 4.14.3
|
||||
"@strapi/plugin-users-permissions": 4.14.3
|
||||
"@strapi/provider-email-mailgun": 4.14.3
|
||||
"@strapi/provider-upload-aws-s3": 4.14.3
|
||||
"@strapi/provider-upload-cloudinary": 4.14.3
|
||||
"@strapi/strapi": 4.14.3
|
||||
"@strapi/plugin-color-picker": 4.14.4
|
||||
"@strapi/plugin-documentation": 4.14.4
|
||||
"@strapi/plugin-graphql": 4.14.4
|
||||
"@strapi/plugin-i18n": 4.14.4
|
||||
"@strapi/plugin-sentry": 4.14.4
|
||||
"@strapi/plugin-users-permissions": 4.14.4
|
||||
"@strapi/provider-email-mailgun": 4.14.4
|
||||
"@strapi/provider-upload-aws-s3": 4.14.4
|
||||
"@strapi/provider-upload-cloudinary": 4.14.4
|
||||
"@strapi/strapi": 4.14.4
|
||||
better-sqlite3: 8.6.0
|
||||
lodash: 4.17.21
|
||||
mysql: 2.18.1
|
||||
@ -21520,9 +21520,9 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "kitchensink-ts@workspace:examples/kitchensink-ts"
|
||||
dependencies:
|
||||
"@strapi/plugin-i18n": 4.14.3
|
||||
"@strapi/plugin-users-permissions": 4.14.3
|
||||
"@strapi/strapi": 4.14.3
|
||||
"@strapi/plugin-i18n": 4.14.4
|
||||
"@strapi/plugin-users-permissions": 4.14.4
|
||||
"@strapi/strapi": 4.14.4
|
||||
better-sqlite3: 8.6.0
|
||||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
@ -21535,10 +21535,10 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "kitchensink@workspace:examples/kitchensink"
|
||||
dependencies:
|
||||
"@strapi/provider-email-mailgun": 4.14.3
|
||||
"@strapi/provider-upload-aws-s3": 4.14.3
|
||||
"@strapi/provider-upload-cloudinary": 4.14.3
|
||||
"@strapi/strapi": 4.14.3
|
||||
"@strapi/provider-email-mailgun": 4.14.4
|
||||
"@strapi/provider-upload-aws-s3": 4.14.4
|
||||
"@strapi/provider-upload-cloudinary": 4.14.4
|
||||
"@strapi/strapi": 4.14.4
|
||||
lodash: 4.17.21
|
||||
mysql: 2.18.1
|
||||
mysql2: 3.6.0
|
||||
@ -30631,7 +30631,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tsconfig@4.14.3, tsconfig@workspace:packages/utils/tsconfig":
|
||||
"tsconfig@4.14.4, 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