@progress/kendo-react-treeview 7.0.0-develop.6 → 7.0.0-develop.8

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
@@ -243,7 +243,7 @@ const ge = {
243
243
  name: "@progress/kendo-react-treeview",
244
244
  productName: "KendoReact",
245
245
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
246
- publishDate: 1700686720,
246
+ publishDate: 1701260053,
247
247
  version: "",
248
248
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
249
249
  }, { sizeMap: be } = O;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-treeview",
3
- "version": "7.0.0-develop.6",
3
+ "version": "7.0.0-develop.8",
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",
@@ -16,8 +16,8 @@
16
16
  "sideEffects": false,
17
17
  "peerDependencies": {
18
18
  "@progress/kendo-licensing": "^1.3.0",
19
- "@progress/kendo-react-animation": "7.0.0-develop.6",
20
- "@progress/kendo-react-common": "7.0.0-develop.6",
19
+ "@progress/kendo-react-animation": "7.0.0-develop.8",
20
+ "@progress/kendo-react-common": "7.0.0-develop.8",
21
21
  "@progress/kendo-svg-icons": "^2.0.0",
22
22
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
23
23
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"