@progress/telerik-react-report-viewer 29.26.402 → 30.26.520

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.
@@ -4,8 +4,8 @@
4
4
  <title>Telerik HTML5 Report Viewer Templates</title>
5
5
 
6
6
  <!--Telerik served resources. For more information see: http://docs.telerik.com/reporting/html5-report-viewer-styling-and-appearance -->
7
- <link href="{service}resources/font/fonticons-20.0.26.402.css/" rel="stylesheet" />
8
- <link href="{service}resources/styles/telerikReportViewer-20.0.26.402.css/" rel="stylesheet" />
7
+ <link href="{service}resources/font/fonticons-20.1.26.520.css/" rel="stylesheet" />
8
+ <link href="{service}resources/styles/telerikReportViewer-20.1.26.520.css/" rel="stylesheet" />
9
9
 
10
10
  </head>
11
11
  <body>
@@ -387,4 +387,4 @@
387
387
 
388
388
  </body>
389
389
  </html>
390
- <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 9924a45e73a735402bd51858d04948d8 -->
390
+ <!-- DO NOT MODIFY OR DELETE THIS LINE! UPGRADE WIZARD CHECKSUM 8eb0752a59140e85d28386bb7ea4eeb9 -->
package/package.json CHANGED
@@ -1,18 +1,10 @@
1
1
  {
2
2
  "name": "@progress/telerik-react-report-viewer",
3
3
  "description": "Progress® Telerik® Report Viewer for React",
4
- "version": "29.26.402",
4
+ "version": "30.26.520",
5
5
  "author": "Progress",
6
6
  "license": "See LICENSE.md",
7
7
  "homepage": "https://www.telerik.com/reporting",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/telerik/reporting.git",
11
- "directory": "Source/Code/Telerik.ReportViewer.Web/react-viewer"
12
- },
13
- "bugs": {
14
- "url": "https://github.com/telerik/reporting/issues/new?labels=bug,FW:react&template=bug_report.md"
15
- },
16
8
  "keywords": [
17
9
  "Progress",
18
10
  "Telerik",
@@ -66,6 +58,6 @@
66
58
  "react-dom": ">=16.8.6"
67
59
  },
68
60
  "dependencies": {
69
- "@progress/telerik-jquery-report-viewer": "29.26.402"
61
+ "@progress/telerik-jquery-report-viewer": "30.26.520"
70
62
  }
71
63
  }