devexpress-reporting-react 24.1.14 → 24.1.16
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devexpress-reporting-react",
|
|
3
|
-
"version": "24.1.
|
|
3
|
+
"version": "24.1.16",
|
|
4
4
|
"homepage": "https://www.devexpress.com/",
|
|
5
5
|
"bugs": "https://www.devexpress.com/support/",
|
|
6
6
|
"author": "Developer Express Inc.",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"main": "./index.js",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"prop-types": "^15.8.1",
|
|
19
|
-
"devexpress-reporting": "24.1.
|
|
19
|
+
"devexpress-reporting": "24.1.16"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"devextreme-react": "24.1.
|
|
22
|
+
"devextreme-react": "24.1.16",
|
|
23
23
|
"react": "^18.0.0 || ^19.0.0",
|
|
24
24
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
25
25
|
},
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/react-dom": "^18.0.28",
|
|
30
30
|
"shx": "^0.3.4",
|
|
31
31
|
"typescript": "~5.0.4",
|
|
32
|
-
"@devexpress/analytics-core": "24.1.
|
|
32
|
+
"@devexpress/analytics-core": "24.1.16"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"prebuild": "npx shx rm -rf dist && npx shx mkdir dist && npx shx cp README.md dist/ && npx shx cp package.json dist/",
|