@progress/kendo-react-sortable 7.2.4-develop.1 → 7.2.4-develop.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +3 -3
package/index.mjs CHANGED
@@ -100,7 +100,7 @@ const S = "sortable.noData", W = {
100
100
  name: "@progress/kendo-react-sortable",
101
101
  productName: "KendoReact",
102
102
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
103
- publishDate: 1709066322,
103
+ publishDate: 1709198082,
104
104
  version: "",
105
105
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
106
106
  }, y = 200, D = "data-sortable-id", A = "data-sortable-component", Z = { [A]: !0 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-sortable",
3
- "version": "7.2.4-develop.1",
3
+ "version": "7.2.4-develop.2",
4
4
  "description": "React Sortable provides a sortable drag-and-drop functionality to elements within a list. KendoReact Sortable package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -23,8 +23,8 @@
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-licensing": "^1.3.4",
26
- "@progress/kendo-react-common": "7.2.4-develop.1",
27
- "@progress/kendo-react-intl": "7.2.4-develop.1",
26
+ "@progress/kendo-react-common": "7.2.4-develop.2",
27
+ "@progress/kendo-react-intl": "7.2.4-develop.2",
28
28
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
29
29
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
30
30
  },