@egovernments/digit-ui-libraries 1.8.1-beta.3 → 1.8.1-upgrade.2

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 (3) hide show
  1. package/README.md +5 -7
  2. package/package.json +17 -11
  3. package/dist/index.js +0 -1
package/README.md CHANGED
@@ -52,14 +52,12 @@ const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
52
52
  export default App;
53
53
  ```
54
54
 
55
- ### Changelog
55
+ ## Changelog
56
+
57
+ ### Summary for Version [1.8.2-beta.1] - 2024-06-05
58
+
59
+ For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file.
56
60
 
57
- ```bash
58
- 1.8.1-beta.3: Updated code for pagination in ResultsTable component
59
- 1.8.1-beta.2: Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
60
- 1.8.1-beta.1 Republished after merging with Master due to version issues.
61
- 1.8.0 Released as part of workbench v1.0
62
- ```
63
61
 
64
62
  ### Published from DIGIT Frontend
65
63
  DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/develop)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-libraries",
3
- "version": "1.8.1-beta.3",
3
+ "version": "1.8.1-upgrade.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.modern.js",
6
6
  "source": "src/index.js",
@@ -9,31 +9,37 @@
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "build": "microbundle-crl --compress --no-sourcemap --format cjs",
13
12
  "start": "microbundle-crl watch --no-compress --format modern,cjs",
14
- "prepublish": "yarn build"
13
+ "prepublish": "yarn build",
14
+ "example": "cd example && npm run start",
15
+ "build": "webpack --mode=production --node-env=production --config webpack.config.js",
16
+ "prepare": "yarn build",
17
+ "predeploy": "cd example && yarn install && yarn run build",
18
+ "deploy": "gh-pages -d example/build"
15
19
  },
16
20
  "peerDependencies": {
17
- "react": "17.0.2"
21
+ "react": "19.0.0"
18
22
  },
19
23
  "devDependencies": {
20
24
  "gh-pages": "2.2.0",
21
- "microbundle-crl": "0.13.11",
22
- "react-dom": "17.0.2",
23
- "react-scripts": "^4.0.1"
25
+ "microbundle-crl": "0.13.11",
26
+ "react-dom": "19.0.0",
27
+ "react-scripts": "^4.0.1",
28
+ "sass": "^1.83.4",
29
+ "sass-loader": "^16.0.4"
24
30
  },
25
31
  "dependencies": {
26
- "axios": "0.21.1",
32
+ "@tanstack/react-query": "^5.62.16",
33
+ "axios": "0.27.2",
27
34
  "babel-preset-react": "6.24.1",
28
35
  "date-fns": "2.28.0",
29
- "html2canvas": "1.4.1",
30
36
  "dom-to-image": "2.6.0",
37
+ "html2canvas": "1.4.1",
31
38
  "i18next": "19.9.2",
32
39
  "i18next-react-postprocessor": "3.0.7",
33
40
  "pdfmake": "0.1.72",
34
- "react": "17.0.2",
41
+ "react": "19.0.0",
35
42
  "react-i18next": "11.16.2",
36
- "react-query": "3.6.1",
37
43
  "react-redux": "7.2.8",
38
44
  "react-router-dom": "5.3.0",
39
45
  "redux": "4.1.2",