@egovernments/digit-ui-libraries 1.8.8 → 1.9.1-beta.8

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.8",
3
+ "version": "1.9.1-beta.8",
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,34 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.8.8] [21-Jan-2025]
4
- - Removed support for any new context path to have employee linked in the url.To use this,the new context path should be linked with employee.
5
-
6
- ## [1.8.5] [26-Nov-2024]
7
- - added new field util to generate field id
8
-
9
- ## [1.8.4] [19-Nov-2024]
10
- - Fixed the module stablity & new components integrated, sandbox enabled
11
-
12
- ## [1.8.3]
13
- -
14
-
15
- ## [1.8.2-beta.7]
16
- - Added select function support for mdms-v2 in useCustomMDMS hook
17
-
18
- ## [1.8.2-beta.1]
19
- - Formatted changelog file.
20
-
21
- ## [1.8.1-beta.4]
22
- - Enhanced to load screen even if mdms is failing
23
-
24
- ## [1.8.1-beta.3]
25
- - other fixes.
26
-
27
- ## [1.8.1-beta.2]
28
- - Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
29
-
30
- ## [1.8.1-beta.1]
31
- - Added the README file.
32
-
33
- ## [1.5.23]
34
- - Base version.