chore: publish 4.15.2

This commit is contained in:
Mark Kaylor 2023-11-08 17:04:13 +01:00
parent bb51089333
commit 3f510d0338
30 changed files with 40 additions and 40 deletions

View File

@ -49,7 +49,7 @@
"inquirer": "8.2.5" "inquirer": "8.2.5"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -54,7 +54,7 @@
"ora": "5.4.1" "ora": "5.4.1"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },
@ -62,4 +62,4 @@
"node": ">=18.0.0 <=20.x.x", "node": ">=18.0.0 <=20.x.x",
"npm": ">=6.0.0" "npm": ">=6.0.0"
} }
} }

View File

@ -81,7 +81,7 @@
"@strapi/icons": "1.13.0", "@strapi/icons": "1.13.0",
"@strapi/permissions": "4.15.2", "@strapi/permissions": "4.15.2",
"@strapi/provider-audit-logs-local": "4.15.2", "@strapi/provider-audit-logs-local": "4.15.2",
"@strapi/types": "workspace:*", "@strapi/types": "4.15.2",
"@strapi/typescript-utils": "4.15.2", "@strapi/typescript-utils": "4.15.2",
"@strapi/utils": "4.15.2", "@strapi/utils": "4.15.2",
"axios": "1.5.0", "axios": "1.5.0",
@ -173,7 +173,7 @@
}, },
"devDependencies": { "devDependencies": {
"@strapi/admin-test-utils": "4.15.2", "@strapi/admin-test-utils": "4.15.2",
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.2", "@strapi/strapi": "4.15.2",
"@testing-library/dom": "9.2.0", "@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",

View File

@ -37,13 +37,13 @@
"build": "pack-up build", "build": "pack-up build",
"clean": "run -T rimraf dist", "clean": "run -T rimraf dist",
"lint": "run -T eslint .", "lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js", "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js", "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": "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:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
"test:unit": "run -T jest", "test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch", "test:unit:watch": "run -T jest --watch",
"prepublishOnly": "yarn clean && yarn build",
"watch": "pack-up watch" "watch": "pack-up watch"
}, },
"dependencies": { "dependencies": {
@ -65,7 +65,7 @@
"yup": "0.32.9" "yup": "0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.2", "@strapi/strapi": "4.15.2",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",
"history": "^4.9.0", "history": "^4.9.0",

View File

@ -61,7 +61,7 @@
"ws": "8.13.0" "ws": "8.13.0"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.1", "@strapi/strapi": "4.15.1",
"@types/fs-extra": "9.0.13", "@types/fs-extra": "9.0.13",
"@types/jest": "29.5.2", "@types/jest": "29.5.2",

View File

@ -50,7 +50,7 @@
"umzug": "3.2.1" "umzug": "3.2.1"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -65,8 +65,8 @@
"yup": "0.32.9" "yup": "0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/types": "workspace:*", "@strapi/types": "4.15.2",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",
"@types/koa": "2.13.4", "@types/koa": "2.13.4",
"@types/lodash": "^4.14.191", "@types/lodash": "^4.14.191",

View File

@ -72,7 +72,7 @@
"@strapi/admin-test-utils": "4.15.2", "@strapi/admin-test-utils": "4.15.2",
"@strapi/design-system": "1.13.0", "@strapi/design-system": "1.13.0",
"@strapi/icons": "1.13.0", "@strapi/icons": "1.13.0",
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/types": "4.15.2", "@strapi/types": "4.15.2",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3", "@testing-library/user-event": "14.4.3",

View File

@ -44,7 +44,7 @@
"sift": "16.0.1" "sift": "16.0.1"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -57,7 +57,7 @@
"node-schedule": "2.1.0" "node-schedule": "2.1.0"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/ts-zen": "^0.2.0", "@strapi/ts-zen": "^0.2.0",
"@types/jest": "29.5.2", "@types/jest": "29.5.2",
"@types/koa": "2.13.4", "@types/koa": "2.13.4",

View File

@ -33,13 +33,13 @@
"build": "pack-up build", "build": "pack-up build",
"clean": "run -T rimraf dist", "clean": "run -T rimraf dist",
"lint": "run -T eslint .", "lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js", "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js", "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": "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:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
"test:unit": "run -T jest", "test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch", "test:unit:watch": "run -T jest --watch",
"prepublishOnly": "yarn clean && yarn build",
"watch": "pack-up watch" "watch": "pack-up watch"
}, },
"dependencies": { "dependencies": {
@ -71,7 +71,7 @@
"yup": "0.32.9" "yup": "0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.2", "@strapi/strapi": "4.15.2",
"@testing-library/dom": "9.2.0", "@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",

View File

@ -53,7 +53,7 @@
"yup": "0.32.9" "yup": "0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@types/koa": "2.13.4", "@types/koa": "2.13.4",
"@types/node": "18.18.4", "@types/node": "18.18.4",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",

View File

@ -58,7 +58,7 @@
"tar": "6.1.13" "tar": "6.1.13"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"copyfiles": "2.4.1" "copyfiles": "2.4.1"
}, },
"engines": { "engines": {

View File

@ -57,7 +57,7 @@
"pluralize": "8.0.0" "pluralize": "8.0.0"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -38,11 +38,11 @@
"build": "pack-up build", "build": "pack-up build",
"clean": "run -T rimraf dist", "clean": "run -T rimraf dist",
"lint": "run -T eslint .", "lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js", "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": "jest --verbose",
"test:unit:watch": "run -T jest --watch", "test:unit:watch": "run -T jest --watch",
"prepublishOnly": "yarn clean && yarn build",
"watch": "pack-up watch" "watch": "pack-up watch"
}, },
"dependencies": { "dependencies": {
@ -67,7 +67,7 @@
}, },
"devDependencies": { "devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0", "@apidevtools/swagger-parser": "^10.1.0",
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.2", "@strapi/strapi": "4.15.2",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3", "@testing-library/user-event": "14.4.3",

View File

@ -61,7 +61,7 @@
"pluralize": "8.0.0" "pluralize": "8.0.0"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.2", "@strapi/strapi": "4.15.2",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"koa": "2.13.4", "koa": "2.13.4",

View File

@ -38,13 +38,13 @@
"build": "pack-up build", "build": "pack-up build",
"clean": "run -T rimraf dist", "clean": "run -T rimraf dist",
"lint": "run -T eslint .", "lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js", "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js", "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": "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:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
"test:unit": "run -T jest", "test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch", "test:unit:watch": "run -T jest --watch",
"prepublishOnly": "yarn clean && yarn build",
"watch": "pack-up watch" "watch": "pack-up watch"
}, },
"dependencies": { "dependencies": {
@ -64,7 +64,7 @@
"yup": "0.32.9" "yup": "0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.2", "@strapi/strapi": "4.15.2",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",
"msw": "1.3.0", "msw": "1.3.0",

View File

@ -38,9 +38,9 @@
"build": "pack-up build", "build": "pack-up build",
"clean": "run -T rimraf dist", "clean": "run -T rimraf dist",
"lint": "run -T eslint .", "lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:unit": "run -T jest", "test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch", "test:unit:watch": "run -T jest --watch",
"prepublishOnly": "yarn clean && yarn build",
"watch": "pack-up watch" "watch": "pack-up watch"
}, },
"dependencies": { "dependencies": {
@ -50,7 +50,7 @@
"@strapi/icons": "1.13.0" "@strapi/icons": "1.13.0"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.2", "@strapi/strapi": "4.15.2",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",

View File

@ -37,13 +37,13 @@
"build": "pack-up build", "build": "pack-up build",
"clean": "run -T rimraf dist", "clean": "run -T rimraf dist",
"lint": "run -T eslint .", "lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js", "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
"test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js", "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": "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:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
"test:unit": "run -T jest", "test:unit": "run -T jest",
"test:unit:watch": "run -T jest --watch", "test:unit:watch": "run -T jest --watch",
"prepublishOnly": "yarn clean && yarn build",
"watch": "pack-up watch" "watch": "pack-up watch"
}, },
"dependencies": { "dependencies": {
@ -69,7 +69,7 @@
"yup": "0.32.9" "yup": "0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/strapi": "4.15.2", "@strapi/strapi": "4.15.2",
"@testing-library/dom": "9.2.0", "@testing-library/dom": "9.2.0",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",

View File

@ -42,7 +42,7 @@
"watch": "pack-up watch" "watch": "pack-up watch"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@strapi/types": "4.15.2", "@strapi/types": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"

View File

@ -47,7 +47,7 @@
"node-ses": "^3.0.3" "node-ses": "^3.0.3"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -50,7 +50,7 @@
"mailgun.js": "8.2.1" "mailgun.js": "8.2.1"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -60,7 +60,7 @@
"nodemailer": "6.9.1" "nodemailer": "6.9.1"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@types/nodemailer": "6.4.7", "@types/nodemailer": "6.4.7",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"

View File

@ -47,7 +47,7 @@
"@strapi/utils": "4.15.2" "@strapi/utils": "4.15.2"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -46,7 +46,7 @@
"sendmail": "^1.6.1" "sendmail": "^1.6.1"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@types/sendmail": "1.4.4", "@types/sendmail": "1.4.4",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"

View File

@ -53,7 +53,7 @@
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@types/jest": "29.5.2", "@types/jest": "29.5.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"

View File

@ -48,7 +48,7 @@
"into-stream": "^5.1.0" "into-stream": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -48,7 +48,7 @@
"fs-extra": "10.0.0" "fs-extra": "10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@types/jest": "29.5.2", "@types/jest": "29.5.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"

View File

@ -43,7 +43,7 @@
"winston": "3.10.0" "winston": "3.10.0"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"eslint-config-custom": "4.15.2", "eslint-config-custom": "4.15.2",
"tsconfig": "4.15.2" "tsconfig": "4.15.2"
}, },

View File

@ -84,11 +84,11 @@
"yup": "0.32.9" "yup": "0.32.9"
}, },
"devDependencies": { "devDependencies": {
"@strapi/pack-up": "workspace:*", "@strapi/pack-up": "4.15.2",
"@types/git-url-parse": "9.0.1", "@types/git-url-parse": "9.0.1",
"@types/ini": "1.3.31", "@types/ini": "1.3.31",
"@types/prompts": "2.4.4", "@types/prompts": "2.4.4",
"eslint-config-custom": "workspace:*", "eslint-config-custom": "4.15.2",
"rimraf": "3.0.2" "rimraf": "3.0.2"
}, },
"engines": { "engines": {