@progress/kendo-react-treeview 7.2.2 → 7.2.3-develop.1

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
@@ -244,7 +244,7 @@ const ge = {
244
244
  name: "@progress/kendo-react-treeview",
245
245
  productName: "KendoReact",
246
246
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
247
- publishDate: 1708613387,
247
+ publishDate: 1708617563,
248
248
  version: "",
249
249
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
250
250
  }, { sizeMap: be } = V;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-treeview",
3
- "version": "7.2.2",
3
+ "version": "7.2.3-develop.1",
4
4
  "description": "React TreeView displays hierarchical data in a traditional tree structure, supports user interaction. KendoReact TreeView 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-animation": "7.2.2",
27
- "@progress/kendo-react-common": "7.2.2",
26
+ "@progress/kendo-react-animation": "7.2.3-develop.1",
27
+ "@progress/kendo-react-common": "7.2.3-develop.1",
28
28
  "@progress/kendo-svg-icons": "^2.1.0",
29
29
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
30
30
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"