@egovernments/digit-ui-libraries 1.8.1-upgrade.4 → 1.8.1-webpack-20

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 +1 -1
  2. package/dist/main.js +1 -1
  3. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-libraries",
3
- "version": "1.8.1-upgrade.4",
3
+ "version": "1.8.1-webpack-20",
4
4
  "main": "dist/main.js",
5
5
  "module": "dist/main.js",
6
6
  "source": "src/index.js",
@@ -9,7 +9,7 @@
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
12
+ "start": "webpack serve --mode=production --open --hot",
13
13
  "prepublish": "yarn build",
14
14
  "example": "cd example && npm run start",
15
15
  "build": "webpack --mode=production --node-env=production --config webpack.config.js",
@@ -18,12 +18,14 @@
18
18
  "deploy": "gh-pages -d example/build"
19
19
  },
20
20
  "peerDependencies": {
21
- "react": "19.0.0"
21
+ "react": "^19.0.0",
22
+ "react-dom": "^19.0.0"
22
23
  },
23
24
  "devDependencies": {
25
+ "react": "^19.0.0",
26
+ "react-dom": "^19.0.0",
24
27
  "gh-pages": "2.2.0",
25
28
  "microbundle-crl": "0.13.11",
26
- "react-dom": "19.0.0",
27
29
  "react-scripts": "^4.0.1",
28
30
  "sass": "^1.83.4",
29
31
  "sass-loader": "^16.0.4",
@@ -33,28 +35,26 @@
33
35
  "babel-loader": "8.0.0",
34
36
  "cross-env": "7.0.3",
35
37
  "lint-staged": "12.3.7",
36
- "react": "19.0.0",
37
38
  "webpack": "^5.97.1",
38
39
  "webpack-cli": "^4.10.0"
39
40
  },
40
41
  "dependencies": {
41
- "@tanstack/react-query": "^5.62.16",
42
42
  "axios": "0.27.2",
43
43
  "babel-preset-react": "6.24.1",
44
44
  "date-fns": "2.28.0",
45
45
  "dom-to-image": "2.6.0",
46
46
  "html2canvas": "1.4.1",
47
- "i18next": "19.9.2",
47
+ "i18next": "23.2.3",
48
48
  "i18next-react-postprocessor": "3.0.7",
49
49
  "pdfmake": "0.1.72",
50
- "react": "19.0.0",
51
- "react-i18next": "11.16.2",
52
- "react-redux": "7.2.8",
50
+ "react-i18next": "15.0.0",
51
+ "react-redux": "9.2.0",
53
52
  "react-router-dom": "5.3.0",
54
- "redux": "4.1.2",
53
+ "redux": "5.0.0",
55
54
  "xlsx": "0.17.5",
56
- "@egovernments/digit-ui-components": "0.0.2-beta.3-webpack.2",
57
- "@egovernments/digit-ui-svg-components": "1.0.9"
55
+ "@egovernments/digit-ui-components": "0.0.2-webpack-20",
56
+ "@egovernments/digit-ui-svg-components": "1.0.0-webpack-20",
57
+ "@tanstack/react-query": "^5.62.16"
58
58
  },
59
59
  "browserslist": {
60
60
  "production": [