@progress/kendo-react-layout 7.0.0 → 7.0.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.
- package/index.mjs +1 -1
- package/package.json +6 -6
package/index.mjs
CHANGED
|
@@ -623,7 +623,7 @@ const K = {
|
|
|
623
623
|
name: "@progress/kendo-react-layout",
|
|
624
624
|
productName: "KendoReact",
|
|
625
625
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
626
|
-
publishDate:
|
|
626
|
+
publishDate: 1702376650,
|
|
627
627
|
version: "",
|
|
628
628
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
629
629
|
}, Wt = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-layout",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"sideEffects": false,
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@progress/kendo-licensing": "^1.3.0",
|
|
20
|
-
"@progress/kendo-react-animation": "7.0.
|
|
21
|
-
"@progress/kendo-react-common": "7.0.
|
|
22
|
-
"@progress/kendo-react-intl": "7.0.
|
|
23
|
-
"@progress/kendo-react-popup": "7.0.
|
|
24
|
-
"@progress/kendo-react-progressbars": "7.0.
|
|
20
|
+
"@progress/kendo-react-animation": "7.0.1",
|
|
21
|
+
"@progress/kendo-react-common": "7.0.1",
|
|
22
|
+
"@progress/kendo-react-intl": "7.0.1",
|
|
23
|
+
"@progress/kendo-react-popup": "7.0.1",
|
|
24
|
+
"@progress/kendo-react-progressbars": "7.0.1",
|
|
25
25
|
"@progress/kendo-svg-icons": "^2.0.0",
|
|
26
26
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
27
27
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|