@progress/kendo-react-map 7.0.0-develop.1 → 7.0.0-develop.3

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 +4 -4
package/index.mjs CHANGED
@@ -404,7 +404,7 @@ const me = {
404
404
  name: "@progress/kendo-react-map",
405
405
  productName: "KendoReact",
406
406
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
407
- publishDate: 1700494245,
407
+ publishDate: 1700652396,
408
408
  version: "",
409
409
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
410
410
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-map",
3
- "version": "7.0.0-develop.1",
3
+ "version": "7.0.0-develop.3",
4
4
  "description": "KendoReact Map package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -17,8 +17,8 @@
17
17
  "peerDependencies": {
18
18
  "@progress/kendo-drawing": "^1.17.2",
19
19
  "@progress/kendo-licensing": "^1.3.0",
20
- "@progress/kendo-react-common": "7.0.0-develop.1",
21
- "@progress/kendo-react-popup": "7.0.0-develop.1",
20
+ "@progress/kendo-react-common": "7.0.0-develop.3",
21
+ "@progress/kendo-react-popup": "7.0.0-develop.3",
22
22
  "@progress/kendo-svg-icons": "^2.0.0",
23
23
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
24
24
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
@@ -49,6 +49,6 @@
49
49
  },
50
50
  "repository": {
51
51
  "type": "git",
52
- "url": "https://github.com/telerik/kendo-react.git"
52
+ "url": "git+https://github.com/telerik/kendo-react.git"
53
53
  }
54
54
  }