From eeea21c5ee3d0d3386ff48b440d4011f58223dcc Mon Sep 17 00:00:00 2001 From: AlekseyManetov Date: Wed, 6 Nov 2024 13:30:24 +0100 Subject: [PATCH] v5.10.2-patch.1 --- app/package.json | 26 ++++++++++++------------- draft-rte/package.json | 10 +++++----- epam-assets/package.json | 2 +- epam-electric/package.json | 8 ++++---- epam-promo/package.json | 10 +++++----- extra/package.json | 8 ++++---- lerna.json | 2 +- loveship/package.json | 10 +++++----- templates/uui-cra-template/package.json | 2 +- test-utils/package.json | 4 ++-- uui-build/package.json | 2 +- uui-components/package.json | 4 ++-- uui-core/package.json | 2 +- uui-db/package.json | 4 ++-- uui-docs/package.json | 12 ++++++------ uui-e2e-tests/package.json | 2 +- uui-editor/package.json | 14 ++++++------- uui-timeline/package.json | 6 +++--- uui/package.json | 8 ++++---- 19 files changed, 68 insertions(+), 68 deletions(-) diff --git a/app/package.json b/app/package.json index 747f7a7a2f..3e5e1ad189 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@epam/app", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM Unified UI landing", "author": "EPAM", "license": "MIT", @@ -17,19 +17,19 @@ "dependencies": { "@babel/plugin-proposal-private-property-in-object": "7.21.11", "@elastic/apm-rum": "^5.14.0", - "@epam/assets": "5.10.2-patch.0", - "@epam/draft-rte": "5.10.2-patch.0", - "@epam/electric": "5.10.2-patch.0", + "@epam/assets": "5.10.2-patch.1", + "@epam/draft-rte": "5.10.2-patch.1", + "@epam/electric": "5.10.2-patch.1", "@epam/internal": "0.0.2", - "@epam/loveship": "5.10.2-patch.0", - "@epam/promo": "5.10.2-patch.0", - "@epam/uui": "5.10.2-patch.0", - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", - "@epam/uui-db": "5.10.2-patch.0", - "@epam/uui-docs": "5.10.2-patch.0", - "@epam/uui-editor": "5.10.2-patch.0", - "@epam/uui-timeline": "5.10.2-patch.0", + "@epam/loveship": "5.10.2-patch.1", + "@epam/promo": "5.10.2-patch.1", + "@epam/uui": "5.10.2-patch.1", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", + "@epam/uui-db": "5.10.2-patch.1", + "@epam/uui-docs": "5.10.2-patch.1", + "@epam/uui-editor": "5.10.2-patch.1", + "@epam/uui-timeline": "5.10.2-patch.1", "@tanstack/react-query": "^5.17.19", "@udecode/plate-common": "31.3.2", "amplitude-js": "8.9.1", diff --git a/draft-rte/package.json b/draft-rte/package.json index 7e0ff68cd9..6ef2e3455c 100644 --- a/draft-rte/package.json +++ b/draft-rte/package.json @@ -1,6 +1,6 @@ { "name": "@epam/draft-rte", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -11,10 +11,10 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/assets": "5.10.2-patch.0", - "@epam/loveship": "5.10.2-patch.0", - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", + "@epam/assets": "5.10.2-patch.1", + "@epam/loveship": "5.10.2-patch.1", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", "@types/draft-js": "0.10.23", "classnames": "^2.2.6", "draft-convert": "^2.1.2", diff --git a/epam-assets/package.json b/epam-assets/package.json index 20e4bfa22d..87838b1b4c 100644 --- a/epam-assets/package.json +++ b/epam-assets/package.json @@ -1,6 +1,6 @@ { "name": "@epam/assets", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM Assets Library", "author": "EPAM", "license": "MIT", diff --git a/epam-electric/package.json b/epam-electric/package.json index 8b81efc2e1..1d14438728 100644 --- a/epam-electric/package.json +++ b/epam-electric/package.json @@ -1,6 +1,6 @@ { "name": "@epam/electric", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM UUI components set branded with 'electric' style", "author": "EPAM", "license": "MIT", @@ -12,9 +12,9 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui": "5.10.2-patch.0", - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0" + "@epam/uui": "5.10.2-patch.1", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1" }, "devDependencies": { "mockdate": "^3.0.5" diff --git a/epam-promo/package.json b/epam-promo/package.json index cf1a216fb8..c055b009c8 100644 --- a/epam-promo/package.json +++ b/epam-promo/package.json @@ -1,6 +1,6 @@ { "name": "@epam/promo", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM UUI4 components set", "author": "EPAM", "license": "MIT", @@ -12,10 +12,10 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/assets": "5.10.2-patch.0", - "@epam/uui": "5.10.2-patch.0", - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", + "@epam/assets": "5.10.2-patch.1", + "@epam/uui": "5.10.2-patch.1", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", "@types/classnames": "2.2.6", "classnames": "2.2.6" }, diff --git a/extra/package.json b/extra/package.json index 607b68ad2a..f1f7c3b5f1 100644 --- a/extra/package.json +++ b/extra/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-extra", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM UUI components set branded with 'loveship' style", "author": "EPAM", "license": "MIT", @@ -11,9 +11,9 @@ "build": "ts-node ../uui-build/ts/scripts/buildUuiModule.ts" }, "dependencies": { - "@epam/loveship": "5.10.2-patch.0", - "@epam/promo": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", + "@epam/loveship": "5.10.2-patch.1", + "@epam/promo": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", "immutable": "3.8.2" }, "peerDependencies": { diff --git a/lerna.json b/lerna.json index fe72ff8223..0538f90df5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "npmClient": "yarn", "useWorkspaces": true, "exact": true diff --git a/loveship/package.json b/loveship/package.json index 9e4f888378..3e71346c83 100644 --- a/loveship/package.json +++ b/loveship/package.json @@ -1,6 +1,6 @@ { "name": "@epam/loveship", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM UUI components set branded with 'loveship' style", "author": "EPAM", "license": "MIT", @@ -12,10 +12,10 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/assets": "5.10.2-patch.0", - "@epam/uui": "5.10.2-patch.0", - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", + "@epam/assets": "5.10.2-patch.1", + "@epam/uui": "5.10.2-patch.1", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", "@types/classnames": "2.2.6", "classnames": "2.2.6" }, diff --git a/templates/uui-cra-template/package.json b/templates/uui-cra-template/package.json index 40b9e8bea4..230b4280e7 100644 --- a/templates/uui-cra-template/package.json +++ b/templates/uui-cra-template/package.json @@ -1,6 +1,6 @@ { "name": "@epam/cra-template-uui", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "keywords": [ "UUI", "react", diff --git a/test-utils/package.json b/test-utils/package.json index 286cbdf4ac..60a6716c5d 100644 --- a/test-utils/package.json +++ b/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-test-utils", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "author": "EPAM", "license": "MIT", "private": false, @@ -11,7 +11,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui-core": "5.10.2-patch.0", + "@epam/uui-core": "5.10.2-patch.1", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/react-test-renderer": "18.0.0", diff --git a/uui-build/package.json b/uui-build/package.json index e88040db94..69b0f9d606 100644 --- a/uui-build/package.json +++ b/uui-build/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-build", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "bin": { "epam-uui-build": "./bin/cli.js" }, diff --git a/uui-components/package.json b/uui-components/package.json index f9bb2af585..e1832bcc48 100644 --- a/uui-components/package.json +++ b/uui-components/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-components", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM UUI Components", "author": "EPAM", "license": "MIT", @@ -13,7 +13,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui-core": "5.10.2-patch.0", + "@epam/uui-core": "5.10.2-patch.1", "@popperjs/core": "2.9.0", "@types/classnames": "2.2.6", "@types/react-measure": "2.0.8", diff --git a/uui-core/package.json b/uui-core/package.json index ebd66fbf36..e7e70c8671 100644 --- a/uui-core/package.json +++ b/uui-core/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-core", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM UUI Core", "author": "EPAM", "license": "MIT", diff --git a/uui-db/package.json b/uui-db/package.json index db53b62899..897c7acde1 100644 --- a/uui-db/package.json +++ b/uui-db/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-db", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "UUI - client-side relational state cache", "author": "EPAM", "license": "MIT", @@ -14,7 +14,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui-core": "5.10.2-patch.0", + "@epam/uui-core": "5.10.2-patch.1", "@types/lodash.countby": "4.6.6", "@types/lodash.filter": "4.6.6", "@types/lodash.foreach": "4.5.6", diff --git a/uui-docs/package.json b/uui-docs/package.json index 9165e4425c..609cf26530 100644 --- a/uui-docs/package.json +++ b/uui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-docs", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM UUI Documentation infrastructure", "author": "EPAM", "license": "MIT", @@ -12,11 +12,11 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/assets": "5.10.2-patch.0", - "@epam/promo": "5.10.2-patch.0", - "@epam/uui": "5.10.2-patch.0", - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", + "@epam/assets": "5.10.2-patch.1", + "@epam/promo": "5.10.2-patch.1", + "@epam/uui": "5.10.2-patch.1", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", "@types/classnames": "2.2.6", "classnames": "^2.2.6" }, diff --git a/uui-e2e-tests/package.json b/uui-e2e-tests/package.json index 45ce2861ce..450018cdc7 100644 --- a/uui-e2e-tests/package.json +++ b/uui-e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-e2e-tests", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "", "author": "EPAM", "license": "MIT", diff --git a/uui-editor/package.json b/uui-editor/package.json index d57905a766..7ff96a0c30 100644 --- a/uui-editor/package.json +++ b/uui-editor/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-editor", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -12,10 +12,10 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.0", - "@epam/assets": "5.10.2-patch.0", - "@epam/uui": "5.10.2-patch.0", - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", + "@epam/assets": "5.10.2-patch.1", + "@epam/uui": "5.10.2-patch.1", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", "@udecode/plate-autoformat": "31.0.0", "@udecode/plate-basic-marks": "31.0.0", "@udecode/plate-block-quote": "31.0.0", @@ -42,14 +42,14 @@ "get-video-id": "4.1.5", "lodash.debounce": "4.0.8", "lodash.invert": "4.3.0", + "react-fast-compare": "3.2.2", "react-popper": "2.3.0", "remark-parse": "9.0.0", "slate": "0.103.0", "slate-history": "0.100.0", "slate-hyperscript": "0.100.0", "slate-react": "0.102.0", - "unified": "9.2.2", - "react-fast-compare": "3.2.2" + "unified": "9.2.2" }, "devDependencies": { "@types/lodash.debounce": "4.0.7", diff --git a/uui-timeline/package.json b/uui-timeline/package.json index 07ad3a17a8..c2777cf55d 100644 --- a/uui-timeline/package.json +++ b/uui-timeline/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui-timeline", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "author": "EPAM", "license": "MIT", "main": "index.js", @@ -11,8 +11,8 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", "@types/lodash.sortedindex": "^4.1.9", "classnames": "^2.2.6", "lodash.sortedindex": "^4.1.0" diff --git a/uui/package.json b/uui/package.json index 4eb053716f..df5aec4983 100644 --- a/uui/package.json +++ b/uui/package.json @@ -1,6 +1,6 @@ { "name": "@epam/uui", - "version": "5.10.2-patch.0", + "version": "5.10.2-patch.1", "description": "EPAM UUI components set", "author": "EPAM", "license": "MIT", @@ -12,9 +12,9 @@ "prepublish": "yarn build" }, "dependencies": { - "@epam/assets": "5.10.2-patch.0", - "@epam/uui-components": "5.10.2-patch.0", - "@epam/uui-core": "5.10.2-patch.0", + "@epam/assets": "5.10.2-patch.1", + "@epam/uui-components": "5.10.2-patch.1", + "@epam/uui-core": "5.10.2-patch.1", "@popperjs/core": "2.9.0", "classnames": "2.2.6", "dayjs": "1.11.12",