@progress/kendo-react-animation 7.0.0-develop.3 → 7.0.0-develop.5

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 +2 -2
package/index.mjs CHANGED
@@ -260,7 +260,7 @@ const Z = {
260
260
  name: "@progress/kendo-react-animation",
261
261
  productName: "KendoReact",
262
262
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
263
- publishDate: 1700651652,
263
+ publishDate: 1700662811,
264
264
  version: "",
265
265
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
266
266
  }, N = k.styles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-animation",
3
- "version": "7.0.0-develop.3",
3
+ "version": "7.0.0-develop.5",
4
4
  "description": "React Animation component assists with animating HTML elements. KendoReact Animation package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -16,7 +16,7 @@
16
16
  "sideEffects": false,
17
17
  "peerDependencies": {
18
18
  "@progress/kendo-licensing": "^1.3.0",
19
- "@progress/kendo-react-common": "7.0.0-develop.3",
19
+ "@progress/kendo-react-common": "7.0.0-develop.5",
20
20
  "@progress/kendo-svg-icons": "^2.0.0",
21
21
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
22
22
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0",