@egovernments/digit-ui-libraries 1.8.2-beta.8 → 1.8.2-webpack-22

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,43 +1,73 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-libraries",
3
- "version": "1.8.2-beta.8",
4
- "main": "dist/index.js",
5
- "module": "dist/index.modern.js",
3
+ "version": "1.8.2-webpack-22",
4
+ "main": "dist/main.js",
5
+ "module": "dist/main.js",
6
6
  "source": "src/index.js",
7
7
  "license": "MIT",
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "build": "microbundle-crl --compress --no-sourcemap --format cjs",
13
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
14
- "prepublish": "yarn build"
12
+ "start": "webpack serve --mode=development --open --hot",
13
+ "prepublish": "yarn build",
14
+ "example": "cd example && npm run start",
15
+ "build": "webpack --mode=development --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",
22
+ "react-dom": "19.0.0"
18
23
  },
19
24
  "devDependencies": {
25
+ "react": "19.0.0",
26
+ "react-dom": "19.0.0",
20
27
  "gh-pages": "2.2.0",
21
- "microbundle-crl": "0.13.11",
22
- "react-dom": "17.0.2",
23
- "react-scripts": "^4.0.1"
28
+ "microbundle-crl": "0.13.11",
29
+ "react-scripts": "4.0.1",
30
+ "sass": "^1.83.4",
31
+ "sass-loader": "^16.0.4",
32
+ "@babel/core": "7.23.3",
33
+ "@babel/preset-env": "7.23.3",
34
+ "@babel/preset-react": "7.23.3",
35
+ "babel-loader": "8.0.0",
36
+ "cross-env": "7.0.3",
37
+ "lint-staged": "12.3.7",
38
+ "webpack": "5.97.1",
39
+ "webpack-cli": "4.10.0",
40
+ "@tanstack/react-query": "5.62.16"
24
41
  },
25
42
  "dependencies": {
26
- "axios": "0.21.1",
43
+ "axios": "0.27.2",
27
44
  "babel-preset-react": "6.24.1",
28
45
  "date-fns": "2.28.0",
29
- "html2canvas": "1.4.1",
30
46
  "dom-to-image": "2.6.0",
31
- "i18next": "19.9.2",
47
+ "html2canvas": "1.4.1",
48
+ "i18next": "23.2.3",
32
49
  "i18next-react-postprocessor": "3.0.7",
33
50
  "pdfmake": "0.1.72",
34
- "react": "17.0.2",
35
- "react-i18next": "11.16.2",
36
- "react-query": "3.6.1",
37
- "react-redux": "7.2.8",
51
+ "react-i18next": "15.0.0",
52
+ "react-redux": "9.2.0",
38
53
  "react-router-dom": "5.3.0",
39
- "redux": "4.1.2",
40
- "xlsx": "0.17.5"
54
+ "redux": "5.0.0",
55
+ "xlsx": "0.17.5",
56
+ "@egovernments/digit-ui-components": "0.0.2-webpack-20",
57
+ "@egovernments/digit-ui-svg-components": "1.0.0-webpack-20",
58
+ "@tanstack/react-query": "^5.62.16"
59
+ },
60
+ "browserslist": {
61
+ "production": [
62
+ ">0.2%",
63
+ "not dead",
64
+ "not op_mini all"
65
+ ],
66
+ "development": [
67
+ "last 1 chrome version",
68
+ "last 1 firefox version",
69
+ "last 1 safari version"
70
+ ]
41
71
  },
42
72
  "author": "JaganKumar <jagan.kumar@egov.org.in>",
43
73
  "keywords": [
package/CHANGELOG.md DELETED
@@ -1,22 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.8.2-beta.7]
4
- - Added select function support for mdms-v2 in useCustomMDMS hook
5
-
6
- ## [1.8.2-beta.1]
7
- - Formatted changelog file.
8
-
9
- ## [1.8.1-beta.4]
10
- - Enhanced to load screen even if mdms is failing
11
-
12
- ## [1.8.1-beta.3]
13
- - other fixes.
14
-
15
- ## [1.8.1-beta.2]
16
- - Enhanced `useCustomMdms` hook to support version 2 of MDMS API calls.
17
-
18
- ## [1.8.1-beta.1]
19
- - Added the README file.
20
-
21
- ## [1.5.23]
22
- - Base version.