@egovernments/digit-ui-libraries 1.8.7 → 1.9.1-beta.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-libraries",
3
- "version": "1.8.7",
3
+ "version": "1.9.1-beta.7",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.modern.js",
6
6
  "source": "src/index.js",
@@ -14,26 +14,28 @@
14
14
  "prepublish": "yarn build"
15
15
  },
16
16
  "peerDependencies": {
17
- "react": "17.0.2"
17
+ "react": "19.0.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "gh-pages": "2.2.0",
21
- "microbundle-crl": "0.13.11",
22
- "react-dom": "17.0.2",
23
- "react-scripts": "^4.0.1"
21
+ "microbundle-crl": "0.13.11",
22
+ "react-dom": "19.0.0",
23
+ "react-scripts": "^4.0.1",
24
+ "sass": "^1.83.4",
25
+ "sass-loader": "^16.0.4"
24
26
  },
25
27
  "dependencies": {
26
- "axios": "0.21.1",
28
+ "@tanstack/react-query": "^5.62.16",
29
+ "axios": "0.27.2",
27
30
  "babel-preset-react": "6.24.1",
28
31
  "date-fns": "2.28.0",
29
- "html2canvas": "1.4.1",
30
32
  "dom-to-image": "2.6.0",
33
+ "html2canvas": "1.4.1",
31
34
  "i18next": "19.9.2",
32
35
  "i18next-react-postprocessor": "3.0.7",
33
36
  "pdfmake": "0.1.72",
34
- "react": "17.0.2",
37
+ "react": "19.0.0",
35
38
  "react-i18next": "11.16.2",
36
- "react-query": "3.6.1",
37
39
  "react-redux": "7.2.8",
38
40
  "react-router-dom": "5.3.0",
39
41
  "redux": "4.1.2",
package/CHANGELOG.md DELETED
@@ -1,31 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.8.5] [26-Nov-2024]
4
- - added new field util to generate field id
5
-
6
- ## [1.8.4] [19-Nov-2024]
7
- - Fixed the module stablity & new components integrated, sandbox enabled
8
-
9
- ## [1.8.3]
10
- -
11
-
12
- ## [1.8.2-beta.7]
13
- - Added select function support for mdms-v2 in useCustomMDMS hook
14
-
15
- ## [1.8.2-beta.1]
16
- - Formatted changelog file.
17
-
18
- ## [1.8.1-beta.4]
19
- - Enhanced to load screen even if mdms is failing
20
-
21
- ## [1.8.1-beta.3]
22
- - other fixes.
23
-
24
- ## [1.8.1-beta.2]
25
- - Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
26
-
27
- ## [1.8.1-beta.1]
28
- - Added the README file.
29
-
30
- ## [1.5.23]
31
- - Base version.